Loading Makefile.am +5 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ test-unit: test-ps: cd mysql-test ; \ ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=statement ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed test-nr: cd mysql-test ; \ Loading @@ -129,6 +129,10 @@ test-pr: ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=row test-ns: cd mysql-test ; \ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=mixed test-binlog-statement: cd mysql-test ; \ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement Loading mysql-test/t/binlog_statement_insert_delayed.test +3 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,7 @@ -- source include/not_embedded.inc -- source include/have_binlog_format_statement.inc -- disable_query_log reset master; # get rid of previous tests binlog -- enable_query_log -- source extra/binlog_tests/binlog_insert_delayed.test Loading
Makefile.am +5 −1 Original line number Diff line number Diff line Loading @@ -118,7 +118,7 @@ test-unit: test-ps: cd mysql-test ; \ ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=statement ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=mixed test-nr: cd mysql-test ; \ Loading @@ -129,6 +129,10 @@ test-pr: ./mysql-test-run.pl $(force) --ps-protocol --mysqld=--binlog-format=row test-ns: cd mysql-test ; \ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=mixed test-binlog-statement: cd mysql-test ; \ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement Loading
mysql-test/t/binlog_statement_insert_delayed.test +3 −0 Original line number Diff line number Diff line Loading @@ -3,4 +3,7 @@ -- source include/not_embedded.inc -- source include/have_binlog_format_statement.inc -- disable_query_log reset master; # get rid of previous tests binlog -- enable_query_log -- source extra/binlog_tests/binlog_insert_delayed.test