Bug #30268 Manual for "show binlog events" doens not mention limitations
Submitted: 7 Aug 2007 6:59 Modified: 29 Aug 2007 12:09
Reporter: Sveta Smirnova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.1, 5.0, 5.1 OS:Any
Assigned to: MC Brown CPU Architecture:Any

[7 Aug 2007 6:59] Sveta Smirnova
Description:
Show binlog events currently ignores set variables from the binary log. But manual doesn't contain information about output of show binlog events is not full.

How to repeat:
See http://dev.mysql.com/doc/refman/5.0/en/show-binlog-events.html and bug #30266  	

Suggested fix:
Add note about output of show binlog events does not contain all binary log events.
[7 Aug 2007 7:01] Sveta Smirnova
Splitted from Bug #30266
[29 Aug 2007 12:09] MC Brown
I've updated the documentation to reflect that you can't get variable set info this way, and to use mysqlbinlog instead.