Below is the list of changes that have just been committed into a local
4.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.2406 05/09/07 12:49:11 tomas@stripped +1 -0
Modified ndb log message on startup failure
ndb/src/kernel/main.cpp
1.44 05/09/07 12:49:07 tomas@stripped +1 -1
Modified ndb log message on startup failure
# 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/mysql-4.1
--- 1.43/ndb/src/kernel/main.cpp 2005-09-05 15:14:42 +02:00
+++ 1.44/ndb/src/kernel/main.cpp 2005-09-07 12:49:07 +02:00
@@ -394,5 +394,5 @@
failed_startups++;
failed_startup_flag = true;
}
- g_eventLogger.info("Received signal %d. Ndbd failed startup (%u).", signum, failed_startups);
+ g_eventLogger.info("Angel received ndbd startup failure count %u.", failed_startups);
}
| Thread |
|---|
| • bk commit into 4.1 tree (tomas:1.2406) | tomas | 7 Sep |