Manually applied fix for innodb_bug39438 test from 5.1.

This commit is contained in:
Sergey Vojtovich 2009-11-05 18:06:28 +04:00
parent 2cd0b2f373
commit cbe94583c2

View File

@ -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