mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	* fully support --mysqld=--plugin-load=xxxx * uniformly support all loadable plugins, no need to hard-code every new plugin in mtr * autodetect MTR_VS_CONFIG on windows
		
			
				
	
	
		
			7 lines
		
	
	
		
			204 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			204 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # Bug #42610:  Dynamic plugin broken in 5.1.31
 | |
| #
 | |
| show variables like 'ignore_builtin_innodb';
 | |
| select PLUGIN_NAME from information_schema.plugins
 | |
| where PLUGIN_NAME = "InnoDb" and PLUGIN_LIBRARY IS NULL;
 |