List:Commits« Previous MessageNext Message »
From:Tomas Ulin Date:November 21 2008 9:00am
Subject:bzr commit into mysql-5.1 branch (tomas.ulin:2762)
View as plain text  
#At file:///home/tomas/mysql_src/mysql-5.1-telco-6.3/

 2762 Tomas Ulin	2008-11-21
      revert patch again
modified:
  sql/ha_ndbcluster_binlog.cc

=== modified file 'sql/ha_ndbcluster_binlog.cc'
--- a/sql/ha_ndbcluster_binlog.cc	2008-11-19 03:21:15 +0000
+++ b/sql/ha_ndbcluster_binlog.cc	2008-11-21 09:00:02 +0000
@@ -5532,7 +5532,7 @@ restart_cluster_failure:
     }
   }
   pthread_mutex_unlock(&LOCK_server_started);
-
+ restart:
   /*
     Main NDB Injector loop
   */
@@ -6141,6 +6141,11 @@ restart_cluster_failure:
     free_root(&mem_root, MYF(0));
     *root_ptr= old_root;
     ndb_latest_handled_binlog_epoch= ndb_latest_received_binlog_epoch;
+  }
+  if (do_ndbcluster_binlog_close_connection == BCCC_restart)
+  {
+    ndb_binlog_tables_inited= FALSE;
+    goto restart;
   }
  err:
   if (do_ndbcluster_binlog_close_connection != BCCC_restart)

Thread
bzr commit into mysql-5.1 branch (tomas.ulin:2762) Tomas Ulin21 Nov