diff options
author | monty@mysql.com <> | 2004-10-07 10:50:13 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-10-07 10:50:13 +0300 |
commit | 6239edc1d189968aad442943fc44fcd09f44888f (patch) | |
tree | 2ca781cd075a86d68ada5b4565202c8f62a8d84a /mysql-test/t/select.test | |
parent | 62f3cd6a31d3c1ffe7ad17d9de862a3c0859f56a (diff) | |
download | mariadb-git-6239edc1d189968aad442943fc44fcd09f44888f.tar.gz |
After merge fixes
Some bigger code changes was necessary becasue of the multi-table-update and the new HANDLER code
Diffstat (limited to 'mysql-test/t/select.test')
-rw-r--r-- | mysql-test/t/select.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/select.test b/mysql-test/t/select.test index 4490f97765b..c260c7777e2 100644 --- a/mysql-test/t/select.test +++ b/mysql-test/t/select.test @@ -8,6 +8,8 @@ --disable_warnings drop table if exists t1,t2,t3,t4; +# The following may be left from older tests +drop table if exists t1_1,t1_2,t9_1,t9_2; --enable_warnings CREATE TABLE t1 ( |