Bug #1093 mysqlbinlog --database does not filter LOAD DATA INFILE
Submitted: 19 Aug 2003 8:04 Modified: 19 Aug 2003 8:52
Reporter: Guilhem Bichot
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:4.0 OS:Any (all)
Assigned to: Guilhem Bichot Target Version:

[19 Aug 2003 8:04] Guilhem Bichot
Description:
When you mysqlbinlog --database=test, and the binlog contains a LOAD DATA INFILE into a
table in database test2, this LOAD DATA INFILE is still printed whereas it should be
skipped.

How to repeat:
use test2;
create table t(a int);
load data infile 'tmp.txt' into table t;

then mysqlbinlog --database=test, and you still see the LOAD DATA INFILE.

Suggested fix:
will fix it shortly
[19 Aug 2003 8:49] Guilhem Bichot
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html

ChangeSet@1.1553.14.1, 2003-08-19 15:12:44+02:00, guilhem@mysql.com