Remove memlog diagnostics used to find issues with transistion between

catchup and follow mode.
This commit is contained in:
Mark Riddoch
2014-10-17 11:14:10 +01:00
parent 81b5ad76a2
commit 2edab598b2
3 changed files with 0 additions and 22 deletions

View File

@ -385,13 +385,6 @@ ROUTER_SLAVE *slave;
slave->router = inst;
slave->file = NULL;
strcpy(slave->binlogfile, "unassigned");
{
char buf[1000];
sprintf(buf, "Slave History %x", slave);
slave->clog = memlog_create(buf, ML_INT, 2000);
if (slave->clog)
memlog_set(slave->clog, MLNOAUTOFLUSH);
}
/**
* Add this session to the list of active sessions.