Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.2005 06/04/06 18:58:44 tomas@stripped +1 -0
small correction of error code from previous patch
storage/ndb/src/mgmsrv/MgmtSrvr.cpp
1.88 06/04/06 18:58:34 tomas@stripped +1 -1
small correction of error code from previous patch
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/wl2325-alcatel
--- 1.87/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2006-04-06 18:46:21 +02:00
+++ 1.88/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2006-04-06 18:58:34 +02:00
@@ -303,7 +303,7 @@
return 5028;
break;
case StopRef::UnsupportedNodeShutdown:
- return 5030;
+ return 5031;
break;
}
return 4999;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2005) | tomas | 6 Apr |