Loading sql/slave.cc +0 −2 Original line number Diff line number Diff line Loading @@ -48,12 +48,10 @@ ulong relay_log_space_limit = 0; /* TODO: fix variables to access ulonglong // can re-use them on slave start // TODO: move the vars below under MASTER_INFO #ifndef DBUG_OFF int disconnect_slave_event_count = 0, abort_slave_event_count = 0; static int events_till_disconnect = -1; int events_till_abort = -1; static int stuck_count = 0; #endif typedef enum { SLAVE_THD_IO, SLAVE_THD_SQL} SLAVE_THD_TYPE; Loading sql/sql_repl.cc +0 −2 Original line number Diff line number Diff line Loading @@ -27,11 +27,9 @@ extern const char* any_db; #ifndef DBUG_OFF int max_binlog_dump_events = 0; // unlimited bool opt_sporadic_binlog_dump_fail = 0; static int binlog_dump_count = 0; #endif int check_binlog_magic(IO_CACHE* log, const char** errmsg) { Loading Loading
sql/slave.cc +0 −2 Original line number Diff line number Diff line Loading @@ -48,12 +48,10 @@ ulong relay_log_space_limit = 0; /* TODO: fix variables to access ulonglong // can re-use them on slave start // TODO: move the vars below under MASTER_INFO #ifndef DBUG_OFF int disconnect_slave_event_count = 0, abort_slave_event_count = 0; static int events_till_disconnect = -1; int events_till_abort = -1; static int stuck_count = 0; #endif typedef enum { SLAVE_THD_IO, SLAVE_THD_SQL} SLAVE_THD_TYPE; Loading
sql/sql_repl.cc +0 −2 Original line number Diff line number Diff line Loading @@ -27,11 +27,9 @@ extern const char* any_db; #ifndef DBUG_OFF int max_binlog_dump_events = 0; // unlimited bool opt_sporadic_binlog_dump_fail = 0; static int binlog_dump_count = 0; #endif int check_binlog_magic(IO_CACHE* log, const char** errmsg) { Loading