diff options
author | jimw@mysql.com <> | 2005-07-29 09:25:11 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-07-29 09:25:11 -0700 |
commit | 4bef050cd46aef43148ee54cf23d6589a5f589b8 (patch) | |
tree | dd2fce300eb958ff625502bcc4544a2474f6dcf9 /mysql-test/t/select_safe.test | |
parent | ceb75aed656fb84394811b07bbd68c74d62e9770 (diff) | |
parent | 90924fcb6ae5010b09365abb2e34ee1ac05dcfc2 (diff) | |
download | mariadb-git-4bef050cd46aef43148ee54cf23d6589a5f589b8.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-5.0-10351
into mysql.com:/home/jimw/my/mysql-5.0-clean
Diffstat (limited to 'mysql-test/t/select_safe.test')
-rw-r--r-- | mysql-test/t/select_safe.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/select_safe.test b/mysql-test/t/select_safe.test index 236370bef03..1da700c9adf 100644 --- a/mysql-test/t/select_safe.test +++ b/mysql-test/t/select_safe.test @@ -56,7 +56,6 @@ SELECT * from t1; # # Test MAX_SEEKS_FOR_KEY # -SELECT @@MAX_SEEKS_FOR_KEY; analyze table t1; insert into t1 values (null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"),(null,"a"); explain select STRAIGHT_JOIN * from t1,t1 as t2 where t1.b=t2.b; |