mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 14:33:32 +03:00 
			
		
		
		
	Link plugin with a copy of string.o Copied test from 5.5 but this was dysfunctional, made it work Also tested on Windows
		
			
				
	
	
		
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
if (`select plugin_library IS NULL from information_schema.plugins where plugin_name LIKE '%federated%'`)
 | 
						|
{
 | 
						|
  --skip federated plugin not available
 | 
						|
}
 | 
						|
 |