mirror of
https://github.com/MariaDB/server.git
synced 2025-04-22 07:05:33 +02:00

Remove unnecessary select of provider name as it could be anything and be located on different directories (i.e. it full name could be different).
8 lines
175 B
Text
8 lines
175 B
Text
#
|
|
# MDEV-10186: mysqld crash when runtime setting
|
|
# wsrep_cluster_address without wsrep_on=ON
|
|
#
|
|
SELECT @@wsrep_on;
|
|
@@wsrep_on
|
|
0
|
|
SET @@GLOBAL.wsrep_cluster_address='gcomm://';
|