diff options
author | unknown <mikael@dator3.(none)> | 2007-04-06 14:10:37 +0200 |
---|---|---|
committer | unknown <mikael@dator3.(none)> | 2007-04-06 14:10:37 +0200 |
commit | ec4b50b54f436e45ab0d37eb67e7bf919ab8b02a (patch) | |
tree | 7bc9f8d3e5da3a2dee7e4233509503d14806429e /mysql-test/r/partition_pruning.result | |
parent | 100da38af0fb0c619ac65b1d1f23045ac2c28ba4 (diff) | |
download | mariadb-git-ec4b50b54f436e45ab0d37eb67e7bf919ab8b02a.tar.gz |
merge error
Diffstat (limited to 'mysql-test/r/partition_pruning.result')
-rw-r--r-- | mysql-test/r/partition_pruning.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_pruning.result b/mysql-test/r/partition_pruning.result index 1143b1e4296..80a24bc7065 100644 --- a/mysql-test/r/partition_pruning.result +++ b/mysql-test/r/partition_pruning.result @@ -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), |