mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	mysql-test/include/have_binlog_format_mixed_or_row.inc: better skip message mysql-test/include/have_binlog_format_mixed_or_statement.inc: better skip message mysql-test/include/have_binlog_format_row_or_statement.inc: better skip message mysql-test/t/warnings_engine_disabled.test: better skip message
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
--source include/have_log_bin.inc
 | 
						|
 | 
						|
if (`SELECT @@binlog_format != 'MIXED'`)
 | 
						|
{
 | 
						|
  --skip Not MIXED format
 | 
						|
}
 |