summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-11-05 18:06:28 +0400
committerSergey Vojtovich <svoj@sun.com>2009-11-05 18:06:28 +0400
commit45c2de8ffdae93625bdcbdf2f82d0207253d61b9 (patch)
treeb30559a6fd80cb31c235fe29c968a866784134a2
parent345c79edf75f7be1a837b7a842120caa1cbfc7ff (diff)
downloadmariadb-git-45c2de8ffdae93625bdcbdf2f82d0207253d61b9.tar.gz
Manually applied fix for innodb_bug39438 test from 5.1.
-rw-r--r--mysql-test/t/innodb_bug39438.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/innodb_bug39438.test b/mysql-test/t/innodb_bug39438.test
index 4dc3d957c39..2a51e5fcbb8 100644
--- a/mysql-test/t/innodb_bug39438.test
+++ b/mysql-test/t/innodb_bug39438.test
@@ -9,6 +9,10 @@
-- source include/have_innodb.inc
+--disable_query_log
+call mtr.add_suppression("InnoDB: Error: table 'test/bug39438'");
+--enable_query_log
+
SET storage_engine=InnoDB;
# we care only that the following SQL commands do not crash the server