mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 12:56:14 +01:00 
			
		
		
		
	Remove unneeded select to provider name. Provider can have different names and can be located on different directory on different environments.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			175 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			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://';
 |