Transaction safety default is off in binlog router

Transaction safety default is off in binlog router
This commit is contained in:
MassimilianoPinto
2015-12-02 11:18:12 +01:00
parent d054cb1595
commit 7119ed817d
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ char task_name[BLRM_TASK_NAME_LEN+1] = "";
inst->m_errno = 0;
inst->m_errmsg = NULL;
inst->trx_safe = 1;
inst->trx_safe = 0;
inst->pending_transaction = 0;
inst->last_safe_pos = 0;