1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

null_key.result, null_key.test:

Modified test case for bug #12144.
This commit is contained in:
igor@rurik.mysql.com
2005-07-31 04:28:01 -07:00
parent fea0fb2c8b
commit 620f865cbb
2 changed files with 4 additions and 4 deletions

View File

@ -412,6 +412,9 @@ a a b b
2 NULL NULL NULL
3 3 1 NULL
4 NULL NULL NULL
SELECT FOUND_ROWS();
FOUND_ROWS()
4
SHOW STATUS LIKE "handler_read%";
Variable_name Value
Handler_read_first 0
@ -420,7 +423,4 @@ Handler_read_next 2
Handler_read_prev 0
Handler_read_rnd 0
Handler_read_rnd_next 5
SELECT FOUND_ROWS();
FOUND_ROWS()
4
DROP TABLE t1,t2,t3,t4;