summaryrefslogtreecommitdiff
path: root/mysql-test/r/delete.result
diff options
context:
space:
mode:
authorsergefp@mysql.com <>2007-09-12 01:52:27 +0400
committersergefp@mysql.com <>2007-09-12 01:52:27 +0400
commit06f12f66e8f6e36609a22925049e9b527ef248bf (patch)
treec627acdea2c3a8807fe7f865fe49498cb5235145 /mysql-test/r/delete.result
parent6f702a4b428493aac89199e70cbe60083233e616 (diff)
downloadmariadb-git-06f12f66e8f6e36609a22925049e9b527ef248bf.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));