mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
8 lines
326 B
Plaintext
8 lines
326 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
|
|
-- source include/rpl_multi_query.test
|