mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	BitKeeper/etc/ignore: Added mysql-test/bug36522-64.tar mysql-test/bug36522.tar mysql-test/t.log mysql-test/tps.log to the ignore list
		
			
				
	
	
		
			16 lines
		
	
	
		
			442 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			442 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| #
 | |
| # This script is included by tests of system variables to include system
 | |
| # dependant values for the variables: default, minimum and maximum values
 | |
| #
 | |
| 
 | |
| if (`SELECT convert(@@version_compile_os using latin1)
 | |
|             IN ('Win32','Win64','Windows')`)
 | |
| {
 | |
|    --source include/windows_sys_vars.inc
 | |
| }
 | |
| if (!`SELECT convert(@@version_compile_os using latin1)
 | |
|              IN ('Win32','Win64','Windows')`)
 | |
| {
 | |
|    --source include/linux_sys_vars.inc
 | |
| }
 |