mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 3c92050d1c
			
		
	
	
	3c92050d1c
	
	
	
		
			
			There are separate flags DBUG_OFF for disabling the DBUG facility and ENABLED_DEBUG_SYNC for enabling the DEBUG_SYNC facility. Let us allow debug builds without DEBUG_SYNC. Note: For CMAKE_BUILD_TYPE=Debug, CMakeLists.txt will continue to define ENABLED_DEBUG_SYNC.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --source include/have_debug.inc
 | |
| --source include/have_debug_sync.inc
 | |
| --source include/word_size.inc
 | |
| 
 | |
| --vertical_results
 | |
| select * from information_schema.system_variables
 | |
|   where variable_name like 'debug%'
 | |
|   order by variable_name;
 |