List:Commits« Previous MessageNext Message »
From:Martin Skold Date:April 30 2007 12:17pm
Subject:bk commit into 5.0 tree (mskold:1.2464) BUG#27926
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of marty. When marty 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-30 14:17:08+02:00, mskold@stripped +1 -0
  Bug#27926  wrong month name in cluster error log

  ndb/src/kernel/error/TimeModule.cpp@stripped, 2007-04-30 14:16:45+02:00, mskold@stripped +1 -1
    Bug#27926  wrong month name in cluster error log

# 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:	mskold
# Host:	linux.site
# Root:	/windows/Linux_space/MySQL/mysql-5.0-ndb

--- 1.4/ndb/src/kernel/error/TimeModule.cpp	2007-04-30 14:17:18 +02:00
+++ 1.5/ndb/src/kernel/error/TimeModule.cpp	2007-04-30 14:17:18 +02:00
@@ -18,7 +18,7 @@
 #include <ndb_global.h>
 #include "TimeModule.hpp"
 
-static const char* cMonth[]  = { "x", "January", "February", "Mars", "April", "May", "June",
+static const char* cMonth[]  = { "x", "January", "February", "March", "April", "May", "June",
 				 "July", "August", "September", "October", "November", "December"};
 
 static const char* cDay[]    = { "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday",
Thread
bk commit into 5.0 tree (mskold:1.2464) BUG#27926Martin Skold30 Apr