Merge branch '1.2.1-binlog_router_trx' into develop

This commit is contained in:
Markus Makela
2016-02-19 18:51:59 +02:00
6 changed files with 615 additions and 211 deletions

View File

@ -507,6 +507,7 @@ char task_name[BLRM_TASK_NAME_LEN+1] = "";
inst->binlog_position = 0;
inst->current_pos = 0;
inst->current_safe_event = 0;
inst->master_event_state = BLR_EVENT_DONE;
strcpy(inst->binlog_name, "");
strcpy(inst->prevbinlog, "");