mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 39018f2a5a
			
		
	
	
	39018f2a5a
	
	
	
		
			
			Renamed suite/rpl/include/rpl_sync.inc to rpl_sync_test.inc to remove clash with include/rpl_sync.inc
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			847 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			847 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| ###############################################################################
 | |
| # WL47: Store in binlog text of statements that caused RBR events
 | |
| # Wrapper for extra/rpl/rpl_row_annotate.test.
 | |
| # Intended to test that if the --replicate-annotate-row-events option
 | |
| # is switched on on slave then Annotate_events:
 | |
| # - are reproduced on slave
 | |
| # - are reproduced only once for "multi-table-maps" rbr queries
 | |
| # - are not reproduced when the corresponding queries are filtered away
 | |
| #   on replication
 | |
| # - are reproduced when the corresponding queries are filtered away partialy
 | |
| #   (e.g. in case of multi-delete)
 | |
| # - are not generated on slave for queries that are not annotated on master.
 | |
| ###############################################################################
 | |
| 
 | |
| --source include/have_binlog_format_row.inc
 | |
| --source include/rpl_row_annotate.test
 |