mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
8661497e9b
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
9 lines
336 B
Text
9 lines
336 B
Text
# This test is to verify replication with INSERT DELAY through
|
|
# unrecommended STATEMENT binlog format
|
|
|
|
-- source include/not_embedded.inc
|
|
-- source include/have_binlog_format_statement.inc
|
|
-- disable_query_log
|
|
reset master; # get rid of previous tests binlog
|
|
-- enable_query_log
|
|
-- source extra/binlog_tests/binlog_insert_delayed.test
|