Below is the list of changes that have just been committed into a local
5.0 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.1945 05/06/16 14:21:48 stewart@stripped +1 -0
fix debug string in TR::report_disconnect
ndb/src/common/transporter/TransporterRegistry.cpp
1.55 05/06/16 14:21:40 stewart@stripped +1 -1
fix debug string for TR::report_disconnect
# 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: kennedy.(none)
# Root: /home/stewart/Documents/MySQL/5.0/main
--- 1.54/ndb/src/common/transporter/TransporterRegistry.cpp 2005-06-15 20:29:50 +10:00
+++ 1.55/ndb/src/common/transporter/TransporterRegistry.cpp 2005-06-16 14:21:40 +10:00
@@ -1208,7 +1208,7 @@
void
TransporterRegistry::report_disconnect(NodeId node_id, int errnum)
{
- DBUG_ENTER("TransporterRegistry::report_connect");
+ DBUG_ENTER("TransporterRegistry::report_disconnect");
DBUG_PRINT("info",("performStates[%d]=DISCONNECTED",node_id));
performStates[node_id] = DISCONNECTED;
reportDisconnect(callbackObj, node_id, errnum);
| Thread |
|---|
| • bk commit into 5.0 tree (stewart:1.1945) | Stewart Smith | 16 Jun |