1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Post-merge fixes

This commit is contained in:
unknown
2007-09-12 01:52:27 +04:00
parent 4e5c03961a
commit ba39449e01

View File

@@ -195,7 +195,6 @@ KEY `date` (`date`)
DELETE FROM t1 ORDER BY date ASC, time ASC LIMIT 1; DELETE FROM t1 ORDER BY date ASC, time ASC LIMIT 1;
drop table t1; drop table t1;
End of 4.1 tests End of 4.1 tests
End of 4.1 tests
CREATE TABLE t1 (a int not null,b int not null); CREATE TABLE t1 (a int not null,b int not null);
CREATE TABLE t2 (a int not null, b int not null, primary key (a,b)); CREATE TABLE t2 (a int not null, b int not null, primary key (a,b));
CREATE TABLE t3 (a int not null, b int not null, primary key (a,b)); CREATE TABLE t3 (a int not null, b int not null, primary key (a,b));