mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	 2720b76c4a
			
		
	
	2720b76c4a
	
	
	
		
			
			Mask binlog positions, error, warning and other information that are not significant for the test
		
			
				
	
	
		
			6 lines
		
	
	
		
			133 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			133 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| # show master status
 | |
| 
 | |
| # mask out the binlog position
 | |
| -- replace_column 2 # 3 <Binlog_Do_DB> 4 <Binlog_Ignore_DB>
 | |
| show master status;
 |