mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	logging is disabled
      
The server would hit an assertion because of a DBUG violation.
There was a missing DBUG_RETURN and instead a plain return
was used.
      
This patch replaces the return with DBUG_RETURN.
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			64 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			64 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| SHOW BINARY LOGS;
 | |
| ERROR HY000: You are not using binary logging
 |