mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Cleanup around wsrep system variables.
This commit is contained in:
parent
355bf4fbb5
commit
77a8ae07a9
6 changed files with 54 additions and 58 deletions
|
|
@ -55,8 +55,8 @@
|
|||
extern const char* wsrep_sst_method;
|
||||
extern const char* wsrep_sst_receive_address;
|
||||
extern const char* wsrep_sst_donor;
|
||||
extern char* wsrep_sst_auth;
|
||||
extern my_bool wsrep_sst_donor_rejects_queries;
|
||||
extern const char* wsrep_sst_auth;
|
||||
extern my_bool wsrep_sst_donor_rejects_queries;
|
||||
|
||||
/*! Synchronizes applier thread start with init thread */
|
||||
extern void wsrep_sst_grab();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue