List:Commits« Previous MessageNext Message »
From:holyfoot Date:September 11 2007 3:47pm
Subject:bk commit into 5.1 tree (holyfoot:1.2604)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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@stripped, 2007-09-11 20:47:17+05:00, holyfoot@stripped +1 -0
  merging

  mysql-test/r/partition_pruning.result@stripped, 2007-09-11 20:47:15+05:00, holyfoot@stripped +2 -2
    merging

diff -Nrup a/mysql-test/r/partition_pruning.result b/mysql-test/r/partition_pruning.result
--- a/mysql-test/r/partition_pruning.result	2007-08-28 05:33:52 +05:00
+++ b/mysql-test/r/partition_pruning.result	2007-09-11 20:47:15 +05:00
@@ -631,7 +631,7 @@ flush status;
 delete from t2 where b > 5;
 show status like 'Handler_read_rnd_next';
 Variable_name	Value
-Handler_read_rnd_next	1115
+Handler_read_rnd_next	1215
 show status like 'Handler_read_key';
 Variable_name	Value
 Handler_read_key	0
@@ -645,7 +645,7 @@ flush status;
 delete from t2 where b < 5 or b > 3;
 show status like 'Handler_read_rnd_next';
 Variable_name	Value
-Handler_read_rnd_next	1115
+Handler_read_rnd_next	1215
 show status like 'Handler_read_key';
 Variable_name	Value
 Handler_read_key	0
Thread
bk commit into 5.1 tree (holyfoot:1.2604)holyfoot11 Sep