mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Fixed a bug.
sql/slave.h: Fixed a bug in option handling. sql/sql_repl.h: Fixed a bug in option handling.
This commit is contained in:
parent
75d312bc1f
commit
b752924929
2 changed files with 0 additions and 4 deletions
|
|
@ -21,10 +21,8 @@ extern uint32 server_id;
|
|||
extern bool server_id_supplied;
|
||||
extern I_List<i_string> binlog_do_db, binlog_ignore_db;
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
extern int max_binlog_dump_events;
|
||||
extern bool opt_sporadic_binlog_dump_fail;
|
||||
#endif
|
||||
|
||||
#define KICK_SLAVE(thd) thd->awake(0 /* do not prepare to die*/);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue