diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2017-11-14 23:22:09 +0100 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2017-11-14 23:22:09 +0100 |
commit | 377321e38368cfb1df91957a2faf569259482b67 (patch) | |
tree | fb61b80f94e3621caf7daef1e4e6f52ab0d0a28f /mysql-test/suite/innodb/t/index_merge_threshold.test | |
parent | 0613e6a4d504a1558e9b8518d72a860a03a88a5a (diff) | |
download | mariadb-git-mdev-13626.tar.gz |
innodb tests 563mdev-13626
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 # |