Below is the list of changes that have just been committed into a local
5.0 repository of psergey. When psergey 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.1926 05/08/31 13:23:24 sergefp@stripped +2 -0
Fix group_min_max.test - myisam may return slightly row count estimate on amd64
mysql-test/t/group_min_max.test
1.14 05/08/31 13:23:20 sergefp@stripped +1 -0
Fix group_min_max.test - myisam may return slightly row count estimate on amd64
mysql-test/r/group_min_max.result
1.16 05/08/31 13:23:20 sergefp@stripped +1 -1
Fix group_min_max.test - myisam may return slightly row count estimate on amd64
# 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: sergefp
# Host: newbox.mylan
# Root: /home/psergey/mysql-5.0-bug12693
--- 1.15/mysql-test/r/group_min_max.result 2005-08-29 18:13:37 +04:00
+++ 1.16/mysql-test/r/group_min_max.result 2005-08-31 13:23:20 +04:00
@@ -1984,7 +1984,7 @@
test.t1 analyze status Table is already up to date
explain select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE bug12672 range PRIMARY PRIMARY 4 NULL 93 Using where; Using temporary
+1 SIMPLE bug12672 range PRIMARY PRIMARY 4 NULL # Using where; Using temporary
select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
a1
a
--- 1.13/mysql-test/t/group_min_max.test 2005-08-29 18:13:37 +04:00
+++ 1.14/mysql-test/t/group_min_max.test 2005-08-31 13:23:20 +04:00
@@ -666,6 +666,7 @@
create index idx12672_2 on bug12672 (a1,a2,b);
analyze table t1;
+--replace_column 9 #
explain select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
select distinct a1 from bug12672 where pk_col not in (1,2,3,4);
| Thread |
|---|
| • bk commit into 5.0 tree (sergefp:1.1926) | Sergey Petrunia | 31 Aug |