mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
"crash_commit_before" need innodb
mysql-test/t/crash_commit_before.test: Server need to be compiled with innodb support for this test case to suceed
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
--source include/have_debug.inc
|
||||
--source include/have_innodb.inc
|
||||
|
||||
CREATE TABLE t1(a int) engine=innodb;
|
||||
START TRANSACTION;
|
||||
|
||||
Reference in New Issue
Block a user