mirror of
https://github.com/MariaDB/server.git
synced 2025-08-17 06:42:17 +03:00
12 lines
248 B
Plaintext
12 lines
248 B
Plaintext
#
|
|
# MDEV-10186: mysqld crash when runtime setting
|
|
# wsrep_cluster_address without wsrep_on=ON
|
|
#
|
|
SELECT @@wsrep_on;
|
|
@@wsrep_on
|
|
0
|
|
SELECT @@GLOBAL.wsrep_provider;
|
|
@@GLOBAL.wsrep_provider
|
|
libgalera_smm.so
|
|
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|