summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam_recover.test
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-04-09 17:03:48 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2016-04-09 17:03:48 +0200
commitcd776fedba3e2902bc25ee206d6e6266e7eb9411 (patch)
tree95bf82d0e0522c6af708cd28639c82e004b5a264 /mysql-test/t/myisam_recover.test
parentf884d233e6a5f68bab846a7bdbd041fc4415ad77 (diff)
parentd516a2ae0cbd09d3b5b1667ec62b421330ab9902 (diff)
downloadmariadb-git-10.2-connector-c-integ.tar.gz
Merge branch '10.2' into 10.2-connector-c-integ10.2-connector-c-integ
Diffstat (limited to 'mysql-test/t/myisam_recover.test')
-rw-r--r--mysql-test/t/myisam_recover.test9
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/t/myisam_recover.test b/mysql-test/t/myisam_recover.test
index 49fe9c33460..0c686e59fb1 100644
--- a/mysql-test/t/myisam_recover.test
+++ b/mysql-test/t/myisam_recover.test
@@ -12,9 +12,6 @@
--echo # For that, we set the table cache to minimal size and populate it
--echo # in a concurrent connection.
connect(con1,localhost,root,,test,,);
---echo #
---echo # Switching to connection con1
---echo #
connection con1;
--echo #
--echo # Minimal values.
@@ -56,9 +53,6 @@ drop procedure p_create;
let $lock=`select @lock_table_stmt`;
eval $lock;
--enable_query_log
---echo #
---echo # Switching to connection 'default'
---echo #
connection default;
--echo #
--echo # We have to disable the ps-protocol, to avoid
@@ -102,9 +96,6 @@ select * from t1_mrg;
--echo # Cleanup
--echo #
drop table t1, t1_mrg;
---echo #
---echo # Switching to connection con1
---echo #
connection con1;
unlock tables;
prepare stmt from @drop_table_stmt;