Commit b430d54a authored by unknown's avatar unknown
Browse files

"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
parent d0a978e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
--source include/have_debug.inc
--source include/have_innodb.inc

CREATE TABLE t1(a int) engine=innodb;
START TRANSACTION;