1
0
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:
unknown
2006-09-08 16:26:35 +02:00
parent d0a978e9c8
commit b430d54aa7

View File

@@ -1,4 +1,5 @@
--source include/have_debug.inc
--source include/have_innodb.inc
CREATE TABLE t1(a int) engine=innodb;
START TRANSACTION;