mariadb/mysql-test/suite/rpl/include/rpl_truncate.test
Michael Widenius 39018f2a5a Move mysql-test-run/extra/rpl_tests to suite/rpl/include
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to
remove clash with include/rpl_sync.inc
2018-03-29 13:59:44 +03:00

13 lines
429 B
Text

# Test to check for the different version of truncating a table.
# The statements are "TRUNCATE tbl" and "DELETE FROM tbl". We check
# the behaviour of each possible value for BINLOG_FORMAT.
--source include/master-slave.inc
let $trunc_stmt = TRUNCATE TABLE;
--source suite/rpl/include/rpl_truncate_helper.test
let $trunc_stmt = DELETE FROM;
--source suite/rpl/include/rpl_truncate_helper.test
--source include/rpl_end.inc