1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-17 06:42:17 +03:00
Files
mariadb/mysql-test/suite/wsrep/r/mdev_10186.result
2016-11-02 09:45:43 -04:00

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://';