Commit db2236be authored by unknown's avatar unknown

Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-telco-gca

into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user


sql/ha_ndbcluster_binlog.cc:
  Auto merged
parents 6751cb25 a304bcac
...@@ -500,7 +500,7 @@ static int ndbcluster_reset_logs(THD *thd) ...@@ -500,7 +500,7 @@ static int ndbcluster_reset_logs(THD *thd)
static int static int
ndbcluster_binlog_index_purge_file(THD *thd, const char *file) ndbcluster_binlog_index_purge_file(THD *thd, const char *file)
{ {
if (!ndb_binlog_running) if (!ndb_binlog_running || thd->slave_thread)
return 0; return 0;
DBUG_ENTER("ndbcluster_binlog_index_purge_file"); DBUG_ENTER("ndbcluster_binlog_index_purge_file");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment