mirror of
https://github.com/MariaDB/server.git
synced 2025-02-15 18:05:32 +01:00
11 lines
248 B
Text
11 lines
248 B
Text
#
|
|
# 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://';
|