summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/group_commit_force_recovery.result
blob: f177d96c7446bd9b3b7806c98ad8ee619afa87fa (plain)
1
2
3
4
5
CREATE TABLE t1(a int) ENGINE=InnoDB;
INSERT INTO t1 SET a=1;
RESET MASTER;
DROP TABLE t1;
End of the tests.