mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			503 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			503 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # This test is to verify replication with INSERT DELAY through
 | |
| # unrecommended STATEMENT binlog format
 | |
| 
 | |
| -- source include/not_embedded.inc
 | |
| -- source include/have_binlog_format_statement.inc
 | |
| -- disable_query_log
 | |
| reset master; # get rid of previous tests binlog
 | |
| -- enable_query_log
 | |
| disable_query_log;
 | |
| call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
 | |
| enable_query_log;
 | |
| -- source include/binlog_insert_delayed.test
 | |
| reset master;
 | 
