mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Disable innodb.innodb_bug38231 in embedded mode
The --send command does not seem to work as expected in that mode.
This commit is contained in:
parent
7e4e70d87a
commit
8b22035f63
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue