List:Commits« Previous MessageNext Message »
From:Gleb Shchepa Date:July 11 2008 1:31am
Subject:bzr commit into mysql-6.0 branch (gshchepa:2708)
View as plain text  
#At file:///work/bzr/mysql-6.0-bugteam/

 2708 Gleb Shchepa	2008-07-11
      post-merge fix
modified:
  mysql-test/r/partition_pruning.result

=== modified file 'mysql-test/r/partition_pruning.result'
--- a/mysql-test/r/partition_pruning.result	2008-07-07 23:07:28 +0000
+++ b/mysql-test/r/partition_pruning.result	2008-07-10 23:31:40 +0000
@@ -342,7 +342,7 @@ id	select_type	table	partitions	type	pos
 explain partitions
 select * from t1 X, t1 Y where X.a = Y.a and (X.a=1 or X.a=2);
 id	select_type	table	partitions	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	X	p1,p2	ALL	a	NULL	NULL	NULL	4	Using where
+1	SIMPLE	X	p1,p2	ALL	a	NULL	NULL	NULL	2	Using where
 1	SIMPLE	Y	p1,p2	ref	a	a	4	test.X.a	2	
 drop table t1;
 create table t1 (a int) partition by hash(a) partitions 20;

Thread
bzr commit into mysql-6.0 branch (gshchepa:2708) Gleb Shchepa11 Jul