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

Fixes of testcases after merge with MySQL 5.1.59

This commit is contained in:
Michael Widenius
2011-11-23 10:25:27 +02:00
parent ccb2c805de
commit c8768a091a
14 changed files with 151 additions and 51 deletions

View File

@ -1,3 +1,4 @@
flush tables;
CREATE TABLE t(a INT PRIMARY KEY, b INT)ENGINE=InnoDB;
INSERT INTO t VALUES(2,2),(4,4),(8,8),(16,16),(32,32);
COMMIT;