Commit d445d5e4 authored by rafal@quant.(none)'s avatar rafal@quant.(none)

Removing global events_till_disconnect variable as it is replaced by a member of

master info structure.
parent ffc6c262
......@@ -54,9 +54,6 @@ ulonglong relay_log_space_limit = 0;
int disconnect_slave_event_count = 0, abort_slave_event_count = 0;
int events_till_abort = -1;
#ifndef DBUG_OFF
static int events_till_disconnect = -1;
#endif
typedef enum { SLAVE_THD_IO, SLAVE_THD_SQL} SLAVE_THD_TYPE;
......
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