Loading mysql-test/suite/binlog/r/binlog_auto_increment_bug33029.result +5 −0 Original line number Diff line number Diff line Loading @@ -31,3 +31,8 @@ id 17 18 19 DROP TABLE IF EXISTS t1, t2; DROP PROCEDURE IF EXISTS p1; DROP PROCEDURE IF EXISTS p2; DROP FUNCTION IF EXISTS f1; DROP TRIGGER IF EXISTS tr1; mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test +9 −0 Original line number Diff line number Diff line Loading @@ -34,3 +34,12 @@ enable_result_log; echo # Result on slave; SELECT * FROM t1; SELECT * FROM t2; # clean up disable_warnings; DROP TABLE IF EXISTS t1, t2; DROP PROCEDURE IF EXISTS p1; DROP PROCEDURE IF EXISTS p2; DROP FUNCTION IF EXISTS f1; DROP TRIGGER IF EXISTS tr1; enable_warnings; Loading
mysql-test/suite/binlog/r/binlog_auto_increment_bug33029.result +5 −0 Original line number Diff line number Diff line Loading @@ -31,3 +31,8 @@ id 17 18 19 DROP TABLE IF EXISTS t1, t2; DROP PROCEDURE IF EXISTS p1; DROP PROCEDURE IF EXISTS p2; DROP FUNCTION IF EXISTS f1; DROP TRIGGER IF EXISTS tr1;
mysql-test/suite/binlog/t/binlog_auto_increment_bug33029.test +9 −0 Original line number Diff line number Diff line Loading @@ -34,3 +34,12 @@ enable_result_log; echo # Result on slave; SELECT * FROM t1; SELECT * FROM t2; # clean up disable_warnings; DROP TABLE IF EXISTS t1, t2; DROP PROCEDURE IF EXISTS p1; DROP PROCEDURE IF EXISTS p2; DROP FUNCTION IF EXISTS f1; DROP TRIGGER IF EXISTS tr1; enable_warnings;