mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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
This commit is contained in:
13
mysql-test/suite/rpl/include/rpl_truncate.test
Normal file
13
mysql-test/suite/rpl/include/rpl_truncate.test
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user