1
0
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:
Nirbhay Choubey
2014-07-09 11:07:23 -04:00
parent 3d1ac12177
commit dc377fcbc0
8 changed files with 94 additions and 27 deletions

View File

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