mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge of patch for MDEV-6411 from maria-5.5-galera.
This commit is contained in:
@ -239,7 +239,7 @@ bool wsrep_provider_update (sys_var *self, THD* thd, enum_var_type type)
|
||||
mysql_mutex_lock(&LOCK_global_system_variables);
|
||||
|
||||
if (wsrep_inited == 1)
|
||||
wsrep_deinit();
|
||||
wsrep_deinit(false);
|
||||
|
||||
char* tmp= strdup(wsrep_provider); // wsrep_init() rewrites provider
|
||||
//when fails
|
||||
|
Reference in New Issue
Block a user