Bug #18280 RBR: Extreneous table maps when writing to slow_log and general_log
Submitted: 16 Mar 2006 13:27 Modified: 18 Mar 2006 18:03
Reporter: Mats Kindahl Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Replication Severity:S3 (Non-critical)
Version:5.1.8 OS:Any (ALL)
Assigned to: Mats Kindahl CPU Architecture:Any

[16 Mar 2006 13:27] Mats Kindahl
Description:
When writing to the general log or the slow log, there are extreneous table maps in the binary log. The reason for this is that the binary log is disabled when writing to the log, but now table map events are generated when the tables are opened.

How to repeat:
Run the tests rpl_row_log and rpl_row_log_innodb in sequence.

Suggested fix:
Filter out all changes to the tables slow_log and general_log from the binary log instead of using the disabling feature.
[18 Mar 2006 18:02] Paul DuBois
No changelog entry needed.