mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 15:50:51 +03:00 
			
		
		
		
	Introduce a new dummy INFORMATION_SCHEMA.CHANGED_PAGE_BITMAPS table to XtraDB with reset_table callback to allow FLUSH NO_WRITE_TO_BINLOG CHANGED_PAGE_BITMAPS to be called from innobackupex.
		
			
				
	
	
		
			6 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -- source include/have_xtradb.inc
 | |
| -- source include/not_embedded.inc
 | |
| 
 | |
| FLUSH NO_WRITE_TO_BINLOG changed_page_bitmaps;
 | |
| select * from information_schema.changed_page_bitmaps;
 |