diff options
author | unknown <igor@rurik.mysql.com> | 2005-07-31 04:28:01 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-07-31 04:28:01 -0700 |
commit | 846277d899955acee595688ea1108a317cf205b9 (patch) | |
tree | 766c27f627d0076795fe059da72f68fbc2cf6f93 /mysql-test/t/null_key.test | |
parent | 2f47bc19d7149eadf660a876d289491b7dbe93fe (diff) | |
download | mariadb-git-846277d899955acee595688ea1108a317cf205b9.tar.gz |
null_key.result, null_key.test:
Modified test case for bug #12144.
mysql-test/t/null_key.test:
Modified test case for bug #12144.
mysql-test/r/null_key.result:
Modified test case for bug #12144.
Diffstat (limited to 'mysql-test/t/null_key.test')
-rw-r--r-- | mysql-test/t/null_key.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/null_key.test b/mysql-test/t/null_key.test index bd37a031745..a43916d6397 100644 --- a/mysql-test/t/null_key.test +++ b/mysql-test/t/null_key.test @@ -233,8 +233,8 @@ EXPLAIN SELECT SQL_CALC_FOUND_ROWS * FROM t1 LEFT JOIN t2 ON t1.a=t2.a FLUSH STATUS ; SELECT SQL_CALC_FOUND_ROWS * FROM t1 LEFT JOIN t2 ON t1.a=t2.a LEFT JOIN t3 ON t2.b=t3.b; -SHOW STATUS LIKE "handler_read%"; SELECT FOUND_ROWS(); +SHOW STATUS LIKE "handler_read%"; DROP TABLE t1,t2,t3,t4; # End of 4.1 tests |