Commit ec4b50b5 authored by unknown's avatar unknown

merge error

parent 100da38a
...@@ -846,7 +846,7 @@ explain partitions select * from t1 where a = 18446744073709551614; ...@@ -846,7 +846,7 @@ explain partitions select * from t1 where a = 18446744073709551614;
id select_type table partitions type possible_keys key key_len ref rows Extra id select_type table partitions type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables 1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
drop table t1; drop table t1;
create table t1 (a int) create table t1 (a int)
partition by range(a) ( partition by range(a) (
partition p0 values less than (64), partition p0 values less than (64),
partition p1 values less than (128), partition p1 values less than (128),
......
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