mirror of
https://github.com/MariaDB/server.git
synced 2025-02-05 13:22:17 +01:00
39018f2a5a
Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
13 lines
429 B
Text
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
|