summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-12-09 11:33:28 +0400
committerSergey Vojtovich <svoj@sun.com>2009-12-09 11:33:28 +0400
commit6b8cd32eaa0e4bcbe2e5031cbb465f6a6036bc58 (patch)
tree9676ecde096608bf2a686a52a46f4a764c8a8e64 /mysql-test/suite/parts
parentacacdb9e0743125fb8409fe6331a030dab4f582c (diff)
downloadmariadb-git-6b8cd32eaa0e4bcbe2e5031cbb465f6a6036bc58.tar.gz
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.
Diffstat (limited to 'mysql-test/suite/parts')
-rw-r--r--mysql-test/suite/parts/t/partition_repair_myisam.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/suite/parts/t/partition_repair_myisam.test b/mysql-test/suite/parts/t/partition_repair_myisam.test
index a7ceb5b7faf..146e52db092 100644
--- a/mysql-test/suite/parts/t/partition_repair_myisam.test
+++ b/mysql-test/suite/parts/t/partition_repair_myisam.test
@@ -3,6 +3,8 @@
--disable_warnings
--disable_query_log
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_warnings