mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge of patch for MDEV-6411 from maria-5.5-galera.
This commit is contained in:
@ -124,7 +124,7 @@ void wsrep_free_status(THD *thd);
|
||||
void wsrep_filter_new_cluster (int* argc, char* argv[]);
|
||||
|
||||
int wsrep_init();
|
||||
void wsrep_deinit();
|
||||
void wsrep_deinit(bool free_options);
|
||||
void wsrep_recover();
|
||||
bool wsrep_before_SE(); // initialize wsrep before storage
|
||||
// engines (true) or after (false)
|
||||
|
Reference in New Issue
Block a user