Commit 51b9387c authored by unknown's avatar unknown

"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 0058c764
--source include/have_debug.inc
--source include/have_innodb.inc
CREATE TABLE t1(a int) engine=innodb;
START TRANSACTION;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment