Commit 6b8cd32e authored by Sergey Vojtovich's avatar Sergey Vojtovich

An addition to backport of

WL#3951 - MyISAM: Additional Error Logs for Data Corruption
Fixed partition_repair_myisam.test.

mysql-test/suite/parts/t/partition_repair_myisam.test:
  Suppress some extra warnings produced by MyISAM.
parent acacdb9e
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
--disable_warnings --disable_warnings
--disable_query_log --disable_query_log
drop table if exists t1_will_crash; drop table if exists t1_will_crash;
call mtr.add_suppression("Got an error from thread_id=.*ha_myisam.cc:");
call mtr.add_suppression("MySQL thread id .*, query id .* localhost.*root Checking table");
--enable_query_log --enable_query_log
--enable_warnings --enable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment