List:Commits« Previous MessageNext Message »
From:David Li Date:April 24 2007 2:30am
Subject:bk commit into 5.0 tree (dli:1.2479)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of dli. When dli 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-04-24 10:30:38+08:00, dli@stripped +1 -0
  Merge dli@stripped:/home/bk/mysql-5.0-ndb-bj
  into  dev3-164.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj
  MERGE: 1.2281.4.6

  ndb/src/mgmsrv/Services.cpp@stripped, 2007-04-24 10:30:32+08:00, dli@stripped +0 -0
    Auto merged
    MERGE: 1.71.1.1

# 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:	dli
# Host:	dev3-164.dev.cn.tlan
# Root:	/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj/RESYNC

--- 1.77/ndb/src/mgmsrv/Services.cpp	2007-04-24 10:30:44 +08:00
+++ 1.78/ndb/src/mgmsrv/Services.cpp	2007-04-24 10:30:44 +08:00
@@ -1253,7 +1253,7 @@ Ndb_mgmd_event_service::log(int eventTyp
   if (EventLoggerBase::event_lookup(eventType,cat,threshold,severity,textF))
     DBUG_VOID_RETURN;
 
-  char m_text[512];
+  char m_text[256];
   EventLogger::getText(m_text, sizeof(m_text),
 		       textF, theData, nodeId);
 
Thread
bk commit into 5.0 tree (dli:1.2479)David Li24 Apr