summaryrefslogtreecommitdiff
path: root/mysql-test/r/delete.result
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2007-09-12 01:52:27 +0400
committerunknown <sergefp@mysql.com>2007-09-12 01:52:27 +0400
commitba39449e01c88f84a3a1b0cbc55fadb77ef20e82 (patch)
treec627acdea2c3a8807fe7f865fe49498cb5235145 /mysql-test/r/delete.result
parent4e5c03961a60eb056e0dd43427cdec2f57de1144 (diff)
downloadmariadb-git-ba39449e01c88f84a3a1b0cbc55fadb77ef20e82.tar.gz
Post-merge fixes
Diffstat (limited to 'mysql-test/r/delete.result')
-rw-r--r--mysql-test/r/delete.result1
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));