List:Internals« Previous MessageNext Message »
From:tomas Date:June 14 2005 7:47pm
Subject:bk commit into 5.1 tree (tomas:1.1967)
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.1967 05/06/14 21:47:23 tomas@stripped +1 -0
  log_event.cc:
    put initialization back

  sql/log_event.cc
    1.213 05/06/14 21:46:10 tomas@stripped +1 -1
    put initialization back

# 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-wl2325

--- 1.212/sql/log_event.cc	2005-06-14 20:59:50 +02:00
+++ 1.213/sql/log_event.cc	2005-06-14 21:46:10 +02:00
@@ -5939,7 +5939,7 @@
   DBUG_PRINT("info", ("key_length = %u", table->key_info->key_length));
   DBUG_PRINT("info", ("keys = %u", table->s->keys));
   DBUG_ASSERT(m_memory == NULL);
-  int error;
+  int error= 0;
   m_memory=
     my_multi_malloc(MYF(0), 
 		    &m_search_record, table->s->reclength, 
Thread
bk commit into 5.1 tree (tomas:1.1967)tomas14 Jun