List:Commits« Previous MessageNext Message »
From:jonas Date:October 19 2006 11:18am
Subject:bk commit into 5.1 tree (jonas:1.2311) BUG#22672
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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, 2006-10-19 11:18:04+02:00, jonas@stripped +1 -0
  ndb - bug#22672
    fix another incorrect assertion

  storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp@stripped, 2006-10-19 11:18:02+02:00,
jonas@stripped +1 -0
    clear m_transaction_nodes.clear()
    to avoid asserion in debug-compiled in releaseApiCon

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-work

--- 1.123/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-10-19 11:18:08 +02:00
+++ 1.124/storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp	2006-10-19 11:18:08 +02:00
@@ -1295,6 +1295,7 @@
 	   apiConnectptr.p->firstTcConnect == RNIL))
       {
         jam();                                   /* JUST REPLY OK */
+	apiConnectptr.p->m_transaction_nodes.clear();
         releaseApiCon(signal, apiConnectptr.i);
         signal->theData[0] = tuserpointer;
         sendSignal(tapiBlockref,
Thread
bk commit into 5.1 tree (jonas:1.2311) BUG#22672jonas19 Oct