summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_stm_multi_query.test
blob: c39d1fad015b9a07db6a50eb2a35e471cee037d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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)

# Requires statement logging
-- source include/have_binlog_format_mixed_or_statement.inc
-- source extra/rpl_tests/rpl_multi_query.test


# End of 4.1 tests
#