mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 c7cf3e05b5
			
		
	
	c7cf3e05b5
	
	
	
		
			
			"Test federated_bug_25714 issues non-existing shell command" Problem caused by missing '$' symbol in eval statement causing it to always attempt to run test even if the test was not compiled.
		
			
				
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| #
 | |
| # Check if the variable MYSQL_BUG25714 is set
 | |
| #
 | |
| --require r/have_bug25714.require
 | |
| disable_query_log;
 | |
| eval select LENGTH("$MYSQL_BUG25714") > 0 as "have_bug25714_exe";
 | |
| enable_query_log;
 |