From: Date: January 4 2007 12:55pm Subject: bk commit into 5.1 tree (tomas:1.2084) BUG#22773 List-Archive: http://lists.mysql.com/commits/17622 X-Bug: 22773 Message-Id: <20070104115520.8E6FF64251@linux.local> 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.2084 07/01/04 12:55:08 tomas@poseidon. +1 -0 ndb - bug#22773 Fix correct log event on db-node disconnect storage/ndb/src/mgmsrv/MgmtSrvr.cpp 1.97 07/01/04 12:55:01 tomas@poseidon. +1 -1 Fix correct log event on db-node 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: tomas # Host: poseidon. # Root: /home/tomas/mysql-5.1-wl2325-5.0 --- 1.96/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2006-11-23 14:39:09 +01:00 +++ 1.97/storage/ndb/src/mgmsrv/MgmtSrvr.cpp 2007-01-04 12:55:01 +01:00 @@ -1738,7 +1738,7 @@ } rep->setEventType(NDB_LE_Connected); } else { - rep->setEventType(NDB_LE_Connected); + rep->setEventType(NDB_LE_Disconnected); if(nfComplete) { DBUG_VOID_RETURN;