From ec71440c37c97f53b32032eadfb2dbef672b47ab Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Wed, 12 May 2010 10:42:28 +0300 Subject: [PATCH] Disable innodb.innodb_bug38231 in embedded mode The --send command does not seem to work as expected in that mode. --- mysql-test/suite/innodb/t/innodb_bug38231.test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql-test/suite/innodb/t/innodb_bug38231.test b/mysql-test/suite/innodb/t/innodb_bug38231.test index ef3272d8d91..2fe4be837e5 100644 --- a/mysql-test/suite/innodb/t/innodb_bug38231.test +++ b/mysql-test/suite/innodb/t/innodb_bug38231.test @@ -5,6 +5,11 @@ -- source include/have_innodb.inc +# skip this test in embedded mode because "TRUNCATE TABLE bug38231_1" +# hangs in that mode waiting for "lock_wait_timeout" although it is +# preceded by --send +-- source include/not_embedded.inc + SET storage_engine=InnoDB; # we care only that the following SQL commands do not crash the server