mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
ad126d90e0
This includes both code and test cases.
12 lines
377 B
Text
12 lines
377 B
Text
# 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_statement.inc
|
|
-- source extra/rpl_tests/rpl_multi_query.test
|
|
|
|
|
|
# End of 4.1 tests
|
|
#
|