List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:May 10 2005 9:59am
Subject:bk commit into 5.1 tree (stewart:1.1837)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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.1837 05/05/10 11:58:57 stewart@stripped +1 -0
  Merge ssmith@stripped:/home/bk/mysql-5.1-wl2325
  into mysql.com:/home/stewart/Documents/MySQL/5.1/wl2325

  sql/ha_ndbcluster.cc
    1.240 05/05/10 11:58:53 stewart@stripped +0 -0
    Auto merged

# 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:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/wl2325/RESYNC

--- 1.239/sql/ha_ndbcluster.cc	2005-05-09 20:28:56 +02:00
+++ 1.240/sql/ha_ndbcluster.cc	2005-05-10 11:58:53 +02:00
@@ -5045,7 +5045,7 @@
       continue;
 
     strxnmov(key, FN_LEN, mysql_data_home,"/",t.database,"/",t.name, NullS);
-    const void *data, *pack_data;
+    const void *data= NULL, *pack_data= NULL;
     uint length, pack_length;
     int discover= 0;
     if (readfrm(key, &data, &length) ||
Thread
bk commit into 5.1 tree (stewart:1.1837)Stewart Smith10 May