mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merging fix for MDEV#6296 from maria-5.5-galera.
This commit is contained in:
@ -453,7 +453,7 @@ void wsrep_node_address_init (const char* value)
|
||||
bool wsrep_slave_threads_check (sys_var *self, THD* thd, set_var* var)
|
||||
{
|
||||
mysql_mutex_lock(&LOCK_wsrep_slave_threads);
|
||||
wsrep_slave_count_change = var->value->val_int() - wsrep_slave_threads;
|
||||
wsrep_slave_count_change += (var->value->val_int() - wsrep_slave_threads);
|
||||
mysql_mutex_unlock(&LOCK_wsrep_slave_threads);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user