diff options
author | unknown <sergefp@mysql.com> | 2007-09-12 01:52:27 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2007-09-12 01:52:27 +0400 |
commit | ba39449e01c88f84a3a1b0cbc55fadb77ef20e82 (patch) | |
tree | c627acdea2c3a8807fe7f865fe49498cb5235145 /mysql-test/r/delete.result | |
parent | 4e5c03961a60eb056e0dd43427cdec2f57de1144 (diff) | |
download | mariadb-git-ba39449e01c88f84a3a1b0cbc55fadb77ef20e82.tar.gz |
Post-merge fixes
Diffstat (limited to 'mysql-test/r/delete.result')
-rw-r--r-- | mysql-test/r/delete.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/delete.result b/mysql-test/r/delete.result index a3ba61c9046..5084498c01c 100644 --- a/mysql-test/r/delete.result +++ b/mysql-test/r/delete.result @@ -195,7 +195,6 @@ KEY `date` (`date`) DELETE FROM t1 ORDER BY date ASC, time ASC LIMIT 1; drop table t1; End of 4.1 tests -End of 4.1 tests 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 t3 (a int not null, b int not null, primary key (a,b)); |