mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after merge test case fixes
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
# Test file for InnoDB tests that require the debug sync facility
|
||||
#
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_partition.inc
|
||||
--source include/have_debug.inc
|
||||
--source include/have_debug_sync.inc
|
||||
# Save the initial number of concurrent sessions.
|
||||
@ -652,7 +653,7 @@ SET DEBUG_SYNC= 'RESET';
|
||||
--echo #ALTER TABLE FORCE and ALTER TABLE ENGINE uses online rebuild
|
||||
--echo #of the table.
|
||||
|
||||
CREATE TABLE t1(fld1 INT, fld2 INT);
|
||||
CREATE TABLE t1(fld1 INT, fld2 INT) ENGINE=INNODB;
|
||||
INSERT INTO t1 VALUES(10, 20);
|
||||
|
||||
--enable_info
|
||||
|
Reference in New Issue
Block a user