List:Internals« Previous MessageNext Message »
From:tomas Date:July 21 2005 12:10am
Subject:bk commit into 5.1 tree (tomas:1.1863)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1863 05/07/21 02:10:04 tomas@stripped +1 -0
  merge

  sql/log_event.cc
    1.187 05/07/21 02:09:58 tomas@stripped +2 -2
    merge

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl1012

--- 1.186/sql/log_event.cc	2005-07-20 21:24:36 +02:00
+++ 1.187/sql/log_event.cc	2005-07-21 02:09:58 +02:00
@@ -5826,7 +5826,7 @@
   {			    
     /* We have a key: search the table using the index */
     if (!table->file->inited)
-      error= table->file->ha_index_init(0);
+      error= table->file->ha_index_init(0, 0);
   } 
   else 
   {		   
@@ -5962,7 +5962,7 @@
   {
     /* We have a key: search the table using the index */
     if (!table->file->inited)
-      error= table->file->ha_index_init(0);
+      error= table->file->ha_index_init(0, 0);
   } 
   else 
   {
Thread
bk commit into 5.1 tree (tomas:1.1863)tomas21 Jul