mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			364 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
--source include/have_wsrep_provider.inc
 | 
						|
--source include/have_binlog_format_row.inc
 | 
						|
 | 
						|
--echo #
 | 
						|
--echo # MDEV-7798: mysql.server init script can't stop mysqld when WSREP is
 | 
						|
--echo # turned off
 | 
						|
--echo #
 | 
						|
 | 
						|
SELECT @@GLOBAL.WSREP_ON;
 | 
						|
SET GLOBAL WSREP_ON= 0;
 | 
						|
 | 
						|
--echo Restart the node.
 | 
						|
--source include/restart_mysqld.inc
 | 
						|
 | 
						|
SELECT @@GLOBAL.WSREP_ON;
 | 
						|
 | 
						|
--echo # End of test.
 |