#At file:///home/bzr/merges/merge-6.0-bugteam/ based on revid:pstoev@stripped
3279 Mats Kindahl 2009-05-14
BUG#44442: Incident events are silent in mysqlbinlog output
Updating start position since format description log event
is one byte longer in 6.0 than in 5.1.
modified:
mysql-test/suite/binlog/t/binlog_incident.test
=== modified file 'mysql-test/suite/binlog/t/binlog_incident.test'
--- a/mysql-test/suite/binlog/t/binlog_incident.test 2009-05-11 11:32:38 +0000
+++ b/mysql-test/suite/binlog/t/binlog_incident.test 2009-05-14 19:58:03 +0000
@@ -19,7 +19,7 @@ REPLACE INTO t1 VALUES (4);
DROP TABLE t1;
FLUSH LOGS;
-exec $MYSQL_BINLOG --start-position=106 $MYSQLD_DATADIR/master-bin.000001 >$MYSQLTEST_VARDIR/tmp/binlog_incident-bug44442.sql;
+exec $MYSQL_BINLOG --start-position=107 $MYSQLD_DATADIR/master-bin.000001 >$MYSQLTEST_VARDIR/tmp/binlog_incident-bug44442.sql;
--disable_query_log
eval SELECT cont LIKE '%RELOAD DATABASE; # Shall generate syntax error%' AS `Contain RELOAD DATABASE` FROM (SELECT load_file('$MYSQLTEST_VARDIR/tmp/binlog_incident-bug44442.sql') AS cont) AS tbl;
--enable_query_log
Attachment: [text/bzr-bundle] bzr/mats@sun.com-20090514195803-58o180h5429a1hse.bundle
| Thread |
|---|
| • bzr commit into mysql-6.0-bugteam branch (mats:3279) Bug#44442 | Mats Kindahl | 14 May |