List:Commits« Previous MessageNext Message »
From:Monty Taylor Date:April 9 2008 2:56pm
Subject:bk commit into 5.1 tree (mtaylor:1.2583)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mtaylor.  When mtaylor 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, 2008-04-09 16:56:32+02:00, mtaylor@solace.(none) +1 -0
  Removed the init from ndb_cluster_connection.

  storage/ndb/src/ndbapi/ndb_cluster_connection.cpp@stripped, 2008-04-09 16:56:30+02:00, mtaylor@solace.(none) +0 -3
    Removed the init from ndb_cluster_connection.

diff -Nrup a/storage/ndb/src/ndbapi/ndb_cluster_connection.cpp b/storage/ndb/src/ndbapi/ndb_cluster_connection.cpp
--- a/storage/ndb/src/ndbapi/ndb_cluster_connection.cpp	2008-04-09 15:10:24 +02:00
+++ b/storage/ndb/src/ndbapi/ndb_cluster_connection.cpp	2008-04-09 16:56:30 +02:00
@@ -316,9 +316,6 @@ Ndb_cluster_connection_impl(const char *
     NdbDictionary::Column::OPTIMIZE=
       NdbColumnImpl::create_pseudo("NDB$OPTIMIZE");
 
-    assert(g_eventLogger==0);
-    g_eventLogger = new EventLogger();
-
     g_eventLogger->createConsoleHandler();
     g_eventLogger->setCategory("NdbApi");
     g_eventLogger->enable(Logger::LL_ON, Logger::LL_ERROR);
Thread
bk commit into 5.1 tree (mtaylor:1.2583)Monty Taylor9 Apr