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 similarity index 100% rename from mysql-test/extra/rpl_tests/rpl_truncate_helper.inc rename to mysql-test/extra/rpl_tests/rpl_truncate_helper.test