List:Commits« Previous MessageNext Message »
From:igor Date:April 1 2006 7:12am
Subject:bk commit into 5.0 tree (igor:1.2126) BUG#16504
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2126 06/03/31 23:12:05 igor@stripped +1 -0
  Added a test case for bug #16504.
  Results changed after the bug fix.

  mysql-test/r/select.result
    1.120 06/03/31 23:11:59 igor@stripped +1 -1
    Added a test case for bug #16504.
    Results changed after the bug fix.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/dev/mysql-5.0-0

--- 1.119/mysql-test/r/select.result	2006-03-31 21:26:10 -08:00
+++ 1.120/mysql-test/r/select.result	2006-03-31 23:11:59 -08:00
@@ -3388,5 +3388,5 @@
 FROM t2, t1 WHERE t2.sku=20 AND (t2.sku=t1.sku OR t2.sppr=t1.sku);
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
 1	SIMPLE	t2	const	PRIMARY	PRIMARY	4	const	1	
-1	SIMPLE	t1	ALL	PRIMARY	NULL	NULL	NULL	6	Using where
+1	SIMPLE	t1	range	PRIMARY	PRIMARY	4	NULL	2	Using where
 DROP TABLE t1,t2;
Thread
bk commit into 5.0 tree (igor:1.2126) BUG#16504igor1 Apr