2006-08-30 10:22:43 +03:00
|
|
|
# This test is to verify replication with INSERT DELAY through
|
|
|
|
# unrecommended STATEMENT binlog format
|
|
|
|
|
|
|
|
-- source include/not_embedded.inc
|
|
|
|
-- source include/have_binlog_format_statement.inc
|
2006-08-30 21:43:05 +03:00
|
|
|
-- disable_query_log
|
|
|
|
reset master; # get rid of previous tests binlog
|
|
|
|
-- enable_query_log
|
2009-10-18 11:57:38 +08:00
|
|
|
disable_query_log;
|
|
|
|
call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
|
|
|
|
enable_query_log;
|
2006-08-30 10:22:43 +03:00
|
|
|
-- source extra/binlog_tests/binlog_insert_delayed.test
|