diff options
author | unknown <mats@mysql.com> | 2006-06-19 09:25:49 +0200 |
---|---|---|
committer | unknown <mats@mysql.com> | 2006-06-19 09:25:49 +0200 |
commit | c991087c4620b3d29208c390d4afa2613e508b8f (patch) | |
tree | 00efc4d93c6c45890910970f5e8cd8f38582c3a5 /mysql-test/extra | |
parent | ee8a1a74e7d9e4e99be25dec4bd1b6fcb3387b21 (diff) | |
download | mariadb-git-c991087c4620b3d29208c390d4afa2613e508b8f.tar.gz |
Replication/Backup Team Tree test fixing.
mysql-test/extra/rpl_tests/rpl_truncate_helper.test:
Rename: mysql-test/extra/rpl_tests/rpl_truncate_helper.inc -> mysql-test/extra/rpl_tests/rpl_truncate_helper.test
mysql-test/extra/rpl_tests/rpl_truncate.test:
File included from test changed name.
Diffstat (limited to 'mysql-test/extra')
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_truncate.test | 12 | ||||
-rw-r--r-- | mysql-test/extra/rpl_tests/rpl_truncate_helper.test (renamed from mysql-test/extra/rpl_tests/rpl_truncate_helper.inc) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_truncate.test b/mysql-test/extra/rpl_tests/rpl_truncate.test index 982623dfff7..37fd9fbc064 100644 --- a/mysql-test/extra/rpl_tests/rpl_truncate.test +++ b/mysql-test/extra/rpl_tests/rpl_truncate.test @@ -12,25 +12,25 @@ let $format = STATEMENT; let $stmt = TRUNCATE TABLE; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test let $format = MIXED; let $stmt = TRUNCATE TABLE; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test let $format = ROW; let $stmt = TRUNCATE TABLE; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test let $format = STATEMENT; let $stmt = DELETE FROM; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test let $format = MIXED; let $stmt = DELETE FROM; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test let $format = ROW; let $stmt = DELETE FROM; ---source extra/rpl_tests/rpl_truncate_helper.inc +--source extra/rpl_tests/rpl_truncate_helper.test diff --git a/mysql-test/extra/rpl_tests/rpl_truncate_helper.inc b/mysql-test/extra/rpl_tests/rpl_truncate_helper.test index 1e485baca36..1e485baca36 100644 --- a/mysql-test/extra/rpl_tests/rpl_truncate_helper.inc +++ b/mysql-test/extra/rpl_tests/rpl_truncate_helper.test |