Cleanup around wsrep system variables.

This commit is contained in:
Nirbhay Choubey 2016-07-30 14:40:47 -04:00
commit 77a8ae07a9
6 changed files with 54 additions and 58 deletions

View file

@ -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();