1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

"crash_commit_before" need innodb

This commit is contained in:
msvensson@shellback.(none)
2006-09-08 16:26:35 +02:00
parent e03a0617a0
commit d54cbe9120

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;