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@stripped, 2007-10-13 09:41:36+02:00, tomas@stripped +1 -0
allogn clones
storage/ndb/src/kernel/main.cpp@stripped, 2007-10-13 09:41:33+02:00, tomas@stripped +3 -0
allogn clones
diff -Nrup a/storage/ndb/src/kernel/main.cpp b/storage/ndb/src/kernel/main.cpp
--- a/storage/ndb/src/kernel/main.cpp 2007-10-13 09:10:08 +02:00
+++ b/storage/ndb/src/kernel/main.cpp 2007-10-13 09:41:33 +02:00
@@ -458,11 +458,14 @@ int main(int argc, char** argv)
ERROR_SET(fatal, NDBD_EXIT_INVALID_CONFIG,
"Connection to mgmd terminated before setup was complete",
"StopOnError missing");
+
if (!globalTransporterRegistry.start_clients()){
ndbout_c("globalTransporterRegistry.start_clients() failed");
exit(-1);
}
+
globalEmulatorData.theWatchDog->doStart();
+
globalEmulatorData.m_socket_server->startServer();
// theConfig->closeConfiguration();
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.2614) | tomas | 13 Oct |