Re: binary log long format

2005-08-05 Thread Gleb Paharenko
Hello. If documentation isn't clear, you may want to report a bug at: http://bugs.mysql.com Jerry Bonner <[EMAIL PROTECTED]> wrote: > I realize that. > > The documentation states that username and timestamp, > by default, are logged to "(update log, binary update log, and s

Re: binary log long format

2005-08-05 Thread Jerry Bonner
I realize that. The documentation states that username and timestamp, by default, are logged to "(update log, binary update log, and slow queries log, whatever log has been activated)". But apparently it isn't. I was hoping that there was a way to get that information in the binary log, but

Re: binary log long format

2005-08-05 Thread Gleb Paharenko
Hello. I think these lines from sql/mysqld.cc from 4.1.13 distribution shows that --log-long-format doesn't affect the behavior of MySQL: {"log-long-format", '0', "Log some extra information to update log. Please note that this option is deprecated; see --log-short-format option.", 0, 0,

binary log long format

2005-08-04 Thread Jerry Bonner
The current documentation states : Log some extra information to the log files (update log, binary update log, and slow queries log, whatever log has been activated). For example, username and timestamp are logged for queries. Before MySQL 4.1, if you are using --log-slow-queries and --log-l