List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:September 28 2007 5:19am
Subject:bk commit into 6.0 tree (hakank:1.2602) BUG#31270
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of hakan. When hakan 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-28 07:18:55+02:00, hakank@stripped +1 -0
  Fix for Bug#31270.

  sql/ha_partition.cc@stripped, 2007-09-28 07:18:52+02:00, hakank@stripped +1 -1
    Fix for Bug#31270.

diff -Nrup a/sql/ha_partition.cc b/sql/ha_partition.cc
--- a/sql/ha_partition.cc	2007-09-14 11:20:43 +02:00
+++ b/sql/ha_partition.cc	2007-09-28 07:18:52 +02:00
@@ -3160,7 +3160,7 @@ int ha_partition::rnd_next(uchar *buf)
   
   while (TRUE)
   {
-    int result= file->rnd_next(buf);
+    result= file->rnd_next(buf);
     if (!result)
     {
       m_last_part= part_id;
Thread
bk commit into 6.0 tree (hakank:1.2602) BUG#31270Hakan Kuecuekyilmaz28 Sep