From: Date: April 5 2007 4:15pm Subject: bk commit into 5.1 tree (tomas:1.2131) BUG#27529 List-Archive: http://lists.mysql.com/commits/23901 X-Bug: 27529 Message-Id: <20070405141531.45D4834801C@whalegate.ndb.mysql.com> 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-05 16:15:27+02:00, tomas@stripped +1 -0 Bug#27529 Slave crashes on lots of updates - do not execute ndb purge for relay logs sql/ha_ndbcluster.cc@stripped, 2007-04-05 16:15:25+02:00, tomas@stripped +1 -1 Bug#27529 Slave crashes on lots of updates - do not execute ndb purge for relay logs # 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-wl2325-5.0 --- 1.252/sql/ha_ndbcluster.cc 2007-01-04 15:30:16 +01:00 +++ 1.253/sql/ha_ndbcluster.cc 2007-04-05 16:15:25 +02:00 @@ -9245,7 +9245,7 @@ int ndbcluster_binlog_index_purge_file(THD *thd, const char *file) { - if (ndb_binlog_thread_running <= 0) + if (ndb_binlog_thread_running <= 0 || thd->slave_thread) return 0; DBUG_ENTER("ndbcluster_binlog_index_purge_file");