summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/r/cluster_key.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb/r/cluster_key.result')
-rw-r--r--storage/tokudb/mysql-test/tokudb/r/cluster_key.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/r/cluster_key.result b/storage/tokudb/mysql-test/tokudb/r/cluster_key.result
index 4c2fc08cd48..b01aaef6ee7 100644
--- a/storage/tokudb/mysql-test/tokudb/r/cluster_key.result
+++ b/storage/tokudb/mysql-test/tokudb/r/cluster_key.result
@@ -53,7 +53,7 @@ a b
11 110
explain select a,b from t1 where c > 350;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 index c c 4 NULL NULL; Using where; Using index
+1 SIMPLE t1 range c c 4 NULL NULL; Using where; Using index
select a,c from t1 where c > 350;
a c
4 400
@@ -160,7 +160,7 @@ a b
11 110
explain select a,b from t1 where c > 350;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 index c c 4 NULL NULL; Using where; Using index
+1 SIMPLE t1 range c c 4 NULL NULL; Using where; Using index
select a,c from t1 where c > 350;
a c
4 400