diff options
Diffstat (limited to 'mysql-test/t/myisam_recover.test')
-rw-r--r-- | mysql-test/t/myisam_recover.test | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mysql-test/t/myisam_recover.test b/mysql-test/t/myisam_recover.test index 49fe9c33460..86a4d16d0f9 100644 --- a/mysql-test/t/myisam_recover.test +++ b/mysql-test/t/myisam_recover.test @@ -1,5 +1,7 @@ --source include/count_sessions.inc +call mtr.add_suppression("Table 't1' is marked as crashed and should be repaired"); + --echo # --echo # Tests for corrupted MyISAM tables and MyISAMMRG tables with corrupted --echo # children.. @@ -12,9 +14,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 +55,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 +98,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; |