1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

merge error

This commit is contained in:
unknown
2007-04-06 14:10:37 +02:00
parent 100da38af0
commit ec4b50b54f

View File

@ -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
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
drop table t1;
create table t1 (a int)
create table t1 (a int)
partition by range(a) (
partition p0 values less than (64),
partition p1 values less than (128),