mirror of
https://github.com/MariaDB/server.git
synced 2025-02-09 23:24:11 +01:00
![Jan Lindström](/assets/img/avatar_default.png)
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://';
|