summaryrefslogtreecommitdiff
path: root/mysql-test/main/show_explain.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/show_explain.result')
-rw-r--r--mysql-test/main/show_explain.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/show_explain.result b/mysql-test/main/show_explain.result
index 1f44f7bc5ed..69dc506527b 100644
--- a/mysql-test/main/show_explain.result
+++ b/mysql-test/main/show_explain.result
@@ -28,7 +28,7 @@ select count(*) from t1 where a < 100000;
connection default;
show explain for $thr2;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 index a a 5 NULL 1000 Using where; Using index
+1 SIMPLE t1 range a a 5 NULL 999 Using where; Using index
Warnings:
Note 1003 select count(*) from t1 where a < 100000
connection con1;