mariadb/mysql-test/suite/wsrep/r/mdev_10186.result
Nirbhay Choubey 2c734e7be3 MDEV-10993: wsrep.mdev_10186 result depends on location of
... galera library

Update test case.
2016-12-19 16:12:26 -05:00

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