diff options
Diffstat (limited to 'mysql-test/suite/innodb/t/index_merge_threshold.test')
-rw-r--r-- | mysql-test/suite/innodb/t/index_merge_threshold.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/suite/innodb/t/index_merge_threshold.test b/mysql-test/suite/innodb/t/index_merge_threshold.test index a587e10db6c..a0ab5a53e29 100644 --- a/mysql-test/suite/innodb/t/index_merge_threshold.test +++ b/mysql-test/suite/innodb/t/index_merge_threshold.test @@ -62,8 +62,6 @@ WHERE t.TABLE_ID = i.TABLE_ID AND t.NAME = 'test/tab'; # Cleanup DROP TABLE tab; - - --echo # --echo # behavior for deleting records --echo # @@ -105,8 +103,6 @@ PARTITION BY RANGE (a) DROP TABLE tab1; - - --echo # --echo # behavior for updating to smaller records --echo # |