diff options
author | sergefp@mysql.com <> | 2005-10-25 19:28:27 +0400 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-10-25 19:28:27 +0400 |
commit | 1441f1c1889c83f55de816069776676b5bf3afd7 (patch) | |
tree | 5de18844ff69573fffda746669424dbe86b91bf3 /mysql-test/t/bigint.test | |
parent | a5c5b2c65841827444ffe8878b900e6d2b3f5781 (diff) | |
download | mariadb-git-1441f1c1889c83f55de816069776676b5bf3afd7.tar.gz |
BUG#13126: When choosing join order for join with nested joins, don't produce join
orders that cannot be handled by the executioner.
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index d9c1abd9ba9..7871b3647e3 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -2,7 +2,7 @@ # Initialize --disable_warnings -drop table if exists t1; +drop table if exists t1, t2; --enable_warnings # |