Commit 830d5308 authored by Zardosht Kasheff's avatar Zardosht Kasheff

[t:4428], fix the filter_cluster tests

git-svn-id: file:///svn/mysql/tests/mysql-test@39542 c7de825b-a66e-492c-adef-691d508d4ae1
parent b5f8f311
...@@ -196,7 +196,7 @@ a b c d e f ...@@ -196,7 +196,7 @@ a b c d e f
3 30 200 2000 20000 200000 3 30 200 2000 20000 200000
explain select a from t1 where d > 0; explain select a from t1 where d > 0;
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range d d NULL NULL NULL; Using where; Using index 1 SIMPLE t1 NULL d d NULL NULL NULL; Using where; Using index
select a from t1 where d > 0; select a from t1 where d > 0;
a a
2 2
......
...@@ -196,7 +196,7 @@ a b c d e f ...@@ -196,7 +196,7 @@ a b c d e f
3 30 200 2000 20000 200000 3 30 200 2000 20000 200000
explain select a from t1 where d > 0; explain select a from t1 where d > 0;
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range d d NULL NULL NULL; Using where; Using index 1 SIMPLE t1 NULL d d NULL NULL NULL; Using where; Using index
select a from t1 where d > 0; select a from t1 where d > 0;
a a
2 2
......
...@@ -196,7 +196,7 @@ a b c d e f ...@@ -196,7 +196,7 @@ a b c d e f
3 30 200 2000 20000 200000 3 30 200 2000 20000 200000
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range d d NULL NULL NULL; Using where; Using index 1 SIMPLE t1 NULL d d NULL NULL NULL; Using where; Using index
select a from t1 where d > "0"; select a from t1 where d > "0";
a a
2 2
......
...@@ -196,7 +196,7 @@ a b c d e f ...@@ -196,7 +196,7 @@ a b c d e f
3 30 200 2000 20000 200000 3 30 200 2000 20000 200000
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range d d NULL NULL NULL; Using where; Using index 1 SIMPLE t1 NULL d d NULL NULL NULL; Using where; Using index
select a from t1 where d > "0"; select a from t1 where d > "0";
a a
2 2
......
...@@ -196,7 +196,7 @@ a b c d e f ...@@ -196,7 +196,7 @@ a b c d e f
3 30 200 2000 20000 200000 3 30 200 2000 20000 200000
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
id select_type table type possible_keys key key_len ref rows Extra id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 range d d NULL NULL NULL; Using where; Using index 1 SIMPLE t1 NULL d d NULL NULL NULL; Using where; Using index
select a from t1 where d > "0"; select a from t1 where d > "0";
a a
2 2
......
...@@ -90,7 +90,7 @@ select * from t1 where b > 0; ...@@ -90,7 +90,7 @@ select * from t1 where b > 0;
explain select * from t1 where d > 0; explain select * from t1 where d > 0;
select * from t1 where d > 0; select * from t1 where d > 0;
--replace_column 7 NULL 9 NULL; --replace_column 4 NULL 7 NULL 9 NULL;
explain select a from t1 where d > 0; explain select a from t1 where d > 0;
select a from t1 where d > 0; select a from t1 where d > 0;
select e,f from t1 where c > 0; select e,f from t1 where c > 0;
......
...@@ -90,7 +90,7 @@ select * from t1 where b > 0; ...@@ -90,7 +90,7 @@ select * from t1 where b > 0;
explain select * from t1 where d > 0; explain select * from t1 where d > 0;
select * from t1 where d > 0; select * from t1 where d > 0;
--replace_column 7 NULL 9 NULL; --replace_column 4 NULL 7 NULL 9 NULL;
explain select a from t1 where d > 0; explain select a from t1 where d > 0;
select a from t1 where d > 0; select a from t1 where d > 0;
select e,f from t1 where c > 0; select e,f from t1 where c > 0;
......
...@@ -90,7 +90,7 @@ select * from t1 where b > "0"; ...@@ -90,7 +90,7 @@ select * from t1 where b > "0";
explain select * from t1 where d > "0"; explain select * from t1 where d > "0";
select * from t1 where d > "0"; select * from t1 where d > "0";
--replace_column 7 NULL 9 NULL; --replace_column 4 NULL 7 NULL 9 NULL;
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
select a from t1 where d > "0"; select a from t1 where d > "0";
select e,f from t1 where c > "0"; select e,f from t1 where c > "0";
......
...@@ -90,7 +90,7 @@ select * from t1 where b > 0; ...@@ -90,7 +90,7 @@ select * from t1 where b > 0;
explain select * from t1 where d > "0"; explain select * from t1 where d > "0";
select * from t1 where d > "0"; select * from t1 where d > "0";
--replace_column 7 NULL 9 NULL; --replace_column 4 NULL 7 NULL 9 NULL;
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
select a from t1 where d > "0"; select a from t1 where d > "0";
select e,f from t1; select e,f from t1;
......
...@@ -90,7 +90,7 @@ select * from t1 where b > "0"; ...@@ -90,7 +90,7 @@ select * from t1 where b > "0";
explain select * from t1 where d > "0"; explain select * from t1 where d > "0";
select * from t1 where d > "0"; select * from t1 where d > "0";
--replace_column 7 NULL 9 NULL; --replace_column 4 NULL 7 NULL 9 NULL;
explain select a from t1 where d > "0"; explain select a from t1 where d > "0";
select a from t1 where d > "0"; select a from t1 where d > "0";
select e,f from t1; select e,f from t1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment