List:Commits« Previous MessageNext Message »
From:msvensson Date:February 28 2006 12:04pm
Subject:bk commit into 5.1 tree (msvensson:1.2195)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2195 06/02/28 13:04:48 msvensson@shellback.(none) +1 -0
  Merge neptunus://home/msvensson/mysql/bug16795/my51-bug16795
  into  shellback.(none):/home/msvensson/mysql/mysql-5.1

  sql/ha_ndbcluster.cc
    1.275 06/02/28 13:04:42 msvensson@shellback.(none) +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:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.1/RESYNC

--- 1.274/sql/ha_ndbcluster.cc	2006-02-26 15:03:40 +01:00
+++ 1.275/sql/ha_ndbcluster.cc	2006-02-28 13:04:42 +01:00
@@ -7428,7 +7428,7 @@
   ndb_util_thread= pthread_self();
 
   thd->thread_stack= (char*)&thd; /* remember where our stack is */
-  if (thd->store_globals() && (ndb->init() != -1))
+  if (thd->store_globals() || (ndb->init() != 0))
   {
     thd->cleanup();
     delete thd;
Thread
bk commit into 5.1 tree (msvensson:1.2195)msvensson28 Feb