mariadb/mysql-test/t/binlog_statement_insert_delayed.test
aelkin/elkin@dsl-hkigw8-feaaf900-177.dhcp.inet.fi ebaaee05e1 WL#3368 mixed format as default
Two minor fixes:
 1. to make make test executes with mixed;
 2. proper isolation of binlog_statement_insert_delayed 
    from others through reset master cleaning up binlog
    todo: adapt this technique to other restarting for binlog tests
2006-08-30 21:43:05 +03:00

9 lines
336 B
Text

# 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
-- disable_query_log
reset master; # get rid of previous tests binlog
-- enable_query_log
-- source extra/binlog_tests/binlog_insert_delayed.test