blob: 2a593efdb3518744bd5a3df98b5ca9380f780538 (
plain)
1
2
3
4
5
6
7
|
# 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
-- source include/rpl_multi_query.test
|