mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge MWL#234: @@skip_replication feature to MariaDB 5.5.
This commit is contained in:
commit
22a504f897
23 changed files with 1158 additions and 89 deletions
|
|
@ -152,6 +152,15 @@ extern ulonglong relay_log_space_limit;
|
|||
*/
|
||||
#define SLAVE_FORCE_ALL 4
|
||||
|
||||
/*
|
||||
Values for the option --replicate-events-marked-for-skip.
|
||||
Must match the names in replicate_events_marked_for_skip_names in sys_vars.cc
|
||||
*/
|
||||
#define RPL_SKIP_REPLICATE 0
|
||||
#define RPL_SKIP_FILTER_ON_SLAVE 1
|
||||
#define RPL_SKIP_FILTER_ON_MASTER 2
|
||||
|
||||
|
||||
int init_slave();
|
||||
int init_recovery(Master_info* mi, const char** errmsg);
|
||||
void init_slave_skip_errors(const char* arg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue