diff options
author | unknown <holyfoot@deer.(none)> | 2006-05-03 19:01:29 +0500 |
---|---|---|
committer | unknown <holyfoot@deer.(none)> | 2006-05-03 19:01:29 +0500 |
commit | a1e9539b62bdda3651e5b152db21586bc7a3e47e (patch) | |
tree | edf1e63c25d823d1e134ea67b2bccfbaf06a7f44 | |
parent | 66edfe285a208e651ddb7cae4cf193bcc493114b (diff) | |
download | mariadb-git-a1e9539b62bdda3651e5b152db21586bc7a3e47e.tar.gz |
merging fix
-rw-r--r-- | mysql-test/t/innodb.test | 6 | ||||
-rw-r--r-- | mysql-test/t/sp_notembedded.test | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 703e3b311b9..e4c8bf89cca 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -2190,12 +2190,6 @@ SELECT DISTINCT p0.a FROM t2 p0 WHERE BINARY p0.b = 'customer_over'; SELECT p0.a FROM t2 p0 WHERE BINARY p0.b = 'customer_over'; drop table t2, t1; -create table t2(a date, key(a)) engine=innodb; -insert into t1 values('2005-10-01'); -insert into t2 values('2005-10-01'); -select * from t1, t2 - where t2.a between t1.a - interval 2 day and t1.a + interval 2 day; -drop table t1, t2; # # Bug #15680 (SPATIAL key in innodb) diff --git a/mysql-test/t/sp_notembedded.test b/mysql-test/t/sp_notembedded.test index 893884b302f..0adbeb2d98b 100644 --- a/mysql-test/t/sp_notembedded.test +++ b/mysql-test/t/sp_notembedded.test @@ -265,4 +265,3 @@ drop view v1| drop table t3| delimiter ;| -drop table t3; |