mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 98515df213
			
		
	
	98515df213
	
	
	
		
			
			"Plugin enum variables can't be set from command line" fix crash of LOCK_plugins mutex when loading plug-ins from command line. fix off-by-one bug when loading multiple plug-ins from the command line. initialize command line handling for ENUM and SET plugin variable types.
		
			
				
	
	
		
			4 lines
		
	
	
		
			76 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			76 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SELECT @@global.example_enum_var = 'e2';
 | |
| @@global.example_enum_var = 'e2'
 | |
| 1
 |