mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	 c03885cd9c
			
		
	
	
	c03885cd9c
	
	
	
		
			
			Part #2: - row_search_mvcc() should return DB_INTERRUPTED when it got - Move the sync point from innodb internals to handler_rowid_filter_check() where other storage engines can use it too - Add a similar syncpoint for the ICP check. - Add a bigger test and test coverage for Rowid Filter with MyISAM - Add test coverage for killed-during-ICP-check scenario
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			107 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
 | |
| set default_storage_engine=aria;
 | |
| --source include/icp_debug_kill.inc
 | |
| set default_storage_engine=default;
 | |
| 
 |