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
1.1849 05/05/12 12:31:45 tomas@stripped +1 -0
ha_ndbcluster.cc:
only purge binlog_index if ndb binlog is running
sql/ha_ndbcluster.cc
1.244 05/05/12 12:30:35 tomas@stripped +3 -0
only purge binlog_index if ndb binlog is running
# 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: poseidon.ndb.mysql.com
# Root: /home/tomas/wl2325-test
--- 1.243/sql/ha_ndbcluster.cc 2005-05-11 11:08:58 +02:00
+++ 1.244/sql/ha_ndbcluster.cc 2005-05-12 12:30:35 +02:00
@@ -8297,6 +8297,9 @@
DBUG_ENTER("ndbcluster_binlog_index_purge_file");
DBUG_PRINT("enter",("file: %s",file));
+ if (ndb_injector_thread_running <= 0)
+ DBUG_RETURN(0);
+
char buf[1024];
char *end=strmov(strmov(strmov(buf,
"DELETE FROM "
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1849) | tomas | 12 May |