List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:February 1 2007 6:19am
Subject:bk commit into 5.1 tree (stewart:1.2416) BUG#23571
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@stripped, 2007-02-01 17:19:19+11:00, stewart@willster.(none) +1 -0
  BUG#23571  	missing jamEntry() after EXECUTE_DIRECT in lqh
  
  add the jamEntry()

  storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp@stripped, 2007-02-01 17:19:13+11:00, stewart@willster.(none) +2 -1
    add missing jamEntry() after EXECUTE_DIRECT

# 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:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/5.1/ndb-work

--- 1.131/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2007-01-29 08:03:38 +11:00
+++ 1.132/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp	2007-02-01 17:19:13 +11:00
@@ -7208,7 +7208,8 @@
   TRACE_OP(regTcPtr, "ACC_ABORTCONF");
   signal->theData[0] = regTcPtr->tupConnectrec;
   EXECUTE_DIRECT(DBTUP, GSN_TUP_ABORTREQ, signal, 1);
-  
+
+  jamEntry(); 
   continueAbortLab(signal);
   return;
 }//Dblqh::execACC_ABORTCONF()
Thread
bk commit into 5.1 tree (stewart:1.2416) BUG#23571Stewart Smith1 Feb