1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

after merge test case fixes

This commit is contained in:
Sergei Golubchik
2014-05-08 10:25:16 +02:00
parent 99027efd14
commit c8ee83ee8a
8 changed files with 128 additions and 3 deletions

View File

@ -413,7 +413,7 @@ DROP TABLE t1;
SET DEBUG_SYNC= 'RESET';
#ALTER TABLE FORCE and ALTER TABLE ENGINE uses online rebuild
#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);
ALTER TABLE t1 FORCE;
affected rows: 0