mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 04:26:45 +03:00 
			
		
		
		
	With MDEV-12288 and MDEV-13536, the InnoDB purge threads will access pages more often, causing all sorts of debug assertion failures in the B-tree code. Work around this problem by amending the corruption tests with --innodb-purge-rseg-truncate-frequency=1 --skip-innodb-fast-shutdown so that everything will be purged before the server is restarted to deal with the corruption.
		
			
				
	
	
		
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			225 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --innodb-change-buffering=all
 | |
| --innodb-encrypt-tables=on
 | |
| --innodb-tablespaces-encryption
 | |
| --innodb-encryption-threads=2
 | |
| --innodb-default-encryption-key-id=4
 | |
| --innodb-purge-rseg-truncate-frequency=1
 | |
| --skip-innodb-fast-shutdown
 |