diff options
author | gshchepa/uchum@host.loc <> | 2008-04-23 14:29:48 +0500 |
---|---|---|
committer | gshchepa/uchum@host.loc <> | 2008-04-23 14:29:48 +0500 |
commit | 0b226a9299493278c612094165a9eec929e00deb (patch) | |
tree | d40ed3da4bf9ccd647aa3405064d233c0edd9719 /mysql-test/t/subselect.test | |
parent | cdd0428ac885761af23f9ee5ae0ebfd2dae8726b (diff) | |
parent | 9c707374101044d6fa437b56f1dad710b49e3319 (diff) | |
download | mariadb-git-0b226a9299493278c612094165a9eec929e00deb.tar.gz |
Merge host.loc:/home/uchum/work/5.0-bugteam
into host.loc:/home/uchum/work/5.1-bugteam
Diffstat (limited to 'mysql-test/t/subselect.test')
-rw-r--r-- | mysql-test/t/subselect.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/subselect.test b/mysql-test/t/subselect.test index 566b557a27e..9808f2de011 100644 --- a/mysql-test/t/subselect.test +++ b/mysql-test/t/subselect.test @@ -3223,7 +3223,7 @@ select t1.a from t1 where t1.a= (select b from t2 limit 1) and not t1.a= (select a from t2 limit 1) ; -drop table t1; +drop table t1, t2; --echo End of 5.0 tests. |