List:Commits« Previous MessageNext Message »
From:tomas Date:November 6 2007 10:28pm
Subject:bk commit into 5.1 tree (tomas:1.2582)
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-11-06 22:28:44+01:00, tomas@stripped +1 -0
  only potentially skip GAP event on startup, not on cluster restart

  sql/ha_ndbcluster_binlog.cc@stripped, 2007-11-06 22:28:41+01:00,
tomas@stripped +1 -0
    only potentially skip GAP event on startup, not on cluster restart

diff -Nrup a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc
--- a/sql/ha_ndbcluster_binlog.cc	2007-11-06 15:12:25 +01:00
+++ b/sql/ha_ndbcluster_binlog.cc	2007-11-06 22:28:41 +01:00
@@ -3731,6 +3731,7 @@ restart:
       check if it is the first log, if so we do not insert a GAP event
       as there is really no log to have a GAP in
     */
+    if (incident_id == 0)
     {
       LOG_INFO log_info;
       mysql_bin_log.get_current_log(&log_info);
Thread
bk commit into 5.1 tree (tomas:1.2582)tomas6 Nov