summaryrefslogtreecommitdiff
path: root/mysql-test/suite/wsrep/r/mdev_7798.result
blob: 83a02f3a60673bfbd8db937b123ef3057070825f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# MDEV-7798: mysql.server init script can't stop mysqld when WSREP is
# turned off
#
SELECT @@GLOBAL.WSREP_ON;
@@GLOBAL.WSREP_ON
1
SET GLOBAL WSREP_ON= 0;
Restart the node.
SELECT @@GLOBAL.WSREP_ON;
@@GLOBAL.WSREP_ON
1
# End of test.