diff options
author | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-10 11:50:38 +0200 |
---|---|---|
committer | Mattias Jonsson <mattias.jonsson@oracle.com> | 2010-09-10 11:50:38 +0200 |
commit | 2ac69d648ad815ed77ececebd225a8d26fda6d46 (patch) | |
tree | 9e8975dbd2d2b14e19d0a79ab68d243a6d4dfe08 /mysql-test/r/partition.result | |
parent | da7646b64c7e76930e05c0235c724872416ba1dc (diff) | |
parent | 0ec8312f72aaede3972ba1bdf38cd6d5b0289bdf (diff) | |
download | mariadb-git-2ac69d648ad815ed77ececebd225a8d26fda6d46.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/partition.result')
-rw-r--r-- | mysql-test/r/partition.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition.result b/mysql-test/r/partition.result index 23a485dc5ed..90b4bf92af5 100644 --- a/mysql-test/r/partition.result +++ b/mysql-test/r/partition.result @@ -1382,7 +1382,7 @@ NULL 2 explain partitions select * from t1 where a is null or a < 0 or a > 1; id select_type table partitions type possible_keys key key_len ref rows Extra -1 SIMPLE t1 pn,p2 ALL NULL NULL NULL NULL 4 Using where +1 SIMPLE t1 pn,p2 ALL NULL NULL NULL NULL 2 Using where drop table t1; CREATE TABLE t1 (id INT NOT NULL PRIMARY KEY, name VARCHAR(20)) ENGINE=MyISAM DEFAULT CHARSET=latin1 |