List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:October 4 2006 6:37am
Subject:bk commit into 5.1 tree (stewart:1.2319)
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, 2006-10-04 14:37:01+10:00, stewart@willster.(none) +1 -0
  Merge willster.(none):/home/stewart/Documents/MySQL/5.1/cleanup
  into  willster.(none):/home/stewart/Documents/MySQL/5.1/pending
  MERGE: 1.2119.14.28

  storage/ndb/src/common/debugger/signaldata/SignalNames.cpp@stripped, 2006-10-04
14:36:58+10:00, stewart@willster.(none) +0 -1
    merge
    MERGE: 1.11.1.5

# 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/pending/RESYNC

--- 1.12/storage/ndb/src/common/debugger/signaldata/SignalNames.cpp	2006-10-04 14:37:06
+10:00
+++ 1.13/storage/ndb/src/common/debugger/signaldata/SignalNames.cpp	2006-10-04 14:37:06
+10:00
@@ -365,6 +365,8 @@
   ,{ GSN_EVENT_SUBSCRIBE_REF,    "EVENT_SUBSCRIBE_REF" }
   ,{ GSN_DUMP_STATE_ORD,         "DUMP_STATE_ORD" }
 
+  ,{ GSN_NODE_START_REP, "NODE_START_REP" }
+
   ,{ GSN_START_INFOREQ,  "START_INFOREQ" }
   ,{ GSN_START_INFOREF,  "START_INFOREF" }
   ,{ GSN_START_INFOCONF, "START_INFOCONF" }
@@ -624,6 +626,12 @@
   ,{ GSN_LCP_PREPARE_REQ,  "LCP_PREPARE_REQ" }
   ,{ GSN_LCP_PREPARE_REF,  "LCP_PREPARE_REF" }
   ,{ GSN_LCP_PREPARE_CONF, "LCP_PREPARE_CONF" }
+
+  /* DICT LOCK */
+  ,{ GSN_DICT_LOCK_REQ,          "DICT_LOCK_REQ" }
+  ,{ GSN_DICT_LOCK_CONF,         "DICT_LOCK_CONF" }
+  ,{ GSN_DICT_LOCK_REF,          "DICT_LOCK_REF" }
+  ,{ GSN_DICT_UNLOCK_ORD,        "DICT_UNLOCK_ORD" }
 
   ,{ GSN_DICT_COMMIT_REQ,  "DICT_COMMIT_REQ"}
 };
Thread
bk commit into 5.1 tree (stewart:1.2319)Stewart Smith4 Oct