List:Commits« Previous MessageNext Message »
From:tomas Date:April 3 2007 5:37pm
Subject:bk commit into 5.1 tree (tomas:1.2544)
View as plain text  
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-04-03 17:37:10+02:00, tomas@stripped +1 -0
  Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-ndb
  into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-new-rpl
  MERGE: 1.2542.1.3

  sql/ha_ndbcluster_binlog.cc@stripped, 2007-04-03 17:37:07+02:00,
tomas@stripped +0 -0
    Auto merged
    MERGE: 1.108.1.1

# 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:	whalegate.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-new-rpl/RESYNC

--- 1.109/sql/ha_ndbcluster_binlog.cc	2007-04-03 13:03:10 +02:00
+++ 1.110/sql/ha_ndbcluster_binlog.cc	2007-04-03 17:37:07 +02:00
@@ -3590,6 +3590,14 @@
     Main NDB Injector loop
   */
   {
+    /*
+      Always insert a GAP event as we cannot know what has happened in the cluster
+      while not being connected.
+    */
+    LEX_STRING const msg= { C_STRING_WITH_LEN("Cluster connect") };
+    inj->record_incident(thd, INCIDENT_LOST_EVENTS, msg);
+  }
+  {
     thd->proc_info= "Waiting for ndbcluster to start";
 
     pthread_mutex_lock(&injector_mutex);
Thread
bk commit into 5.1 tree (tomas:1.2544)tomas3 Apr