List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:October 3 2007 8:16am
Subject:bk commit into 5.0 tree (stewart:1.2484) BUG#29565
View as plain text  
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@stripped, 2007-10-03 16:16:48+10:00, stewart@stripped +1 -0
  [PATCH] BUG#29565 managment server can log entries multiple times after mgmd restart
  
  Close the event log on shutdown of mgmd (in stopEventLog())
  
  Index: ndb-work/ndb/src/mgmsrv/MgmtSrvr.cpp
  ===================================================================

  ndb/src/mgmsrv/MgmtSrvr.cpp@stripped, 2007-10-03 16:09:34+10:00, stewart@stripped
+3 -3
    BUG#29565 managment server can log entries multiple times after mgmd restart

# 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.0/ndb-work

--- 1.117/ndb/src/mgmsrv/MgmtSrvr.cpp	2007-05-09 23:02:59 +10:00
+++ 1.118/ndb/src/mgmsrv/MgmtSrvr.cpp	2007-10-03 16:09:34 +10:00
@@ -227,10 +227,10 @@
   }
 }
 
-void 
-MgmtSrvr::stopEventLog() 
+void
+MgmtSrvr::stopEventLog()
 {
-  // Nothing yet
+  g_eventLogger.close();
 }
 
 class ErrorItem 
Thread
bk commit into 5.0 tree (stewart:1.2484) BUG#29565Stewart Smith3 Oct