mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
34b38ad726
Remove unneeded select to provider name. Provider can have different names and can be located on different directory on different environments.
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://';
|