mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
We need to release global system variables mutex before doing wsrep_init to avoid race with next show status and we need to save wsrep_on value as it is changed on wsrep_init. Added test case.