mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
8661497e9b
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
12 lines
386 B
Text
12 lines
386 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_mixed_or_statement.inc
|
|
-- source extra/rpl_tests/rpl_multi_query.test
|
|
|
|
|
|
# End of 4.1 tests
|
|
#
|