diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-06 11:56:48 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-06 11:56:48 +0300 |
commit | 52b1bfe4050e163d844df1c10c648b33d25e28c5 (patch) | |
tree | eb2d1324319886b82e2838e7144d856c95683bbd /mysql-test/r/partition_column.result | |
parent | eed607b829e68694ee996092c337ed13846e78ec (diff) | |
parent | f6868a4eb42f39a5f4e8179b91fe38f0ff299ebe (diff) | |
download | mariadb-git-52b1bfe4050e163d844df1c10c648b33d25e28c5.tar.gz |
Manual merge from mysql-trunk-merge.
Fix partition_column.test.
Diffstat (limited to 'mysql-test/r/partition_column.result')
-rw-r--r-- | mysql-test/r/partition_column.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/partition_column.result b/mysql-test/r/partition_column.result index 8c7d5b4ff77..9d46c6e0805 100644 --- a/mysql-test/r/partition_column.result +++ b/mysql-test/r/partition_column.result @@ -110,7 +110,7 @@ a NULL explain partitions select * from t1 where a is null; id select_type table partitions type possible_keys key key_len ref rows Extra -1 SIMPLE t1 p0 ALL NULL NULL NULL NULL 10 Using where +1 SIMPLE t1 p0 ALL NULL NULL NULL NULL 2 Using where select * from t1 where a <= 1; a 1 |