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.2153 06/02/21 22:53:47 stewart@stripped +1 -0
Add missing signal name fro DICT_COMMIT_REQ
storage/ndb/src/common/debugger/signaldata/SignalNames.cpp
1.12 06/02/21 22:53:43 stewart@stripped +2 -0
Add missing signal name for GSN_DICT_COMMIT_REQ
# 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/cleanup
--- 1.11/storage/ndb/src/common/debugger/signaldata/SignalNames.cpp 2006-02-01 09:20:32 +11:00
+++ 1.12/storage/ndb/src/common/debugger/signaldata/SignalNames.cpp 2006-02-21 22:53:43 +11:00
@@ -624,5 +624,7 @@
,{ GSN_LCP_PREPARE_REQ, "LCP_PREPARE_REQ" }
,{ GSN_LCP_PREPARE_REF, "LCP_PREPARE_REF" }
,{ GSN_LCP_PREPARE_CONF, "LCP_PREPARE_CONF" }
+
+ ,{ GSN_DICT_COMMIT_REQ, "DICT_COMMIT_REQ"}
};
const unsigned short NO_OF_SIGNAL_NAMES = sizeof(SignalNames)/sizeof(GsnName);
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2153) | Stewart Smith | 21 Feb |