polardbxengine/mysql-test/suite/rpl/t/rpl_stm_multi_query.test

10 lines
406 B
Plaintext

# Test for BUG#8436: verify that a multi-query (i.e. one query
# containing several queries (assuming client has
# CLIENT_MULTI_STATEMENTS) will be binlogged ONE-query-per-event (not
# one binlog event containing all queries)
-- source include/have_binlog_format_mixed_or_statement.inc
--let $mask_binlog_commit_events= 1
-- source extra/rpl_tests/rpl_multi_query.test
--let $mask_binlog_commit_events= 0