Added a variable for current event being processed after a transaction is committed.
This commit is contained in:
@ -509,6 +509,7 @@ char task_name[BLRM_TASK_NAME_LEN+1] = "";
|
||||
|
||||
inst->binlog_position = 0;
|
||||
inst->current_pos = 0;
|
||||
inst->current_safe_event = 0;
|
||||
|
||||
strcpy(inst->binlog_name, "");
|
||||
strcpy(inst->prevbinlog, "");
|
||||
|
||||
Reference in New Issue
Block a user