1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Re-record wrong results

This commit is contained in:
Marko Mäkelä
2019-02-05 21:38:27 +02:00
parent 33907360f5
commit 0700cde7f1
3 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ connection default;
# DELETE must not affect statistics before COMMIT.
EXPLAIN SELECT * FROM t1 WHERE val=4;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 ref val val 4 const 16 Using index
1 SIMPLE t1 ref val val 4 const 1 Using index
connection con1;
COUNT(*)
0