mariadb/mysql-test/suite/wsrep/r/mdev_10186.result
Jan Lindström d80065c2e4 MDEV-18425: wsrep.mdev_10186: Test failure: "Result length mismatch" (@@GLOBAL.wsrep_provider)
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).
2019-05-27 14:18:05 +03:00

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