mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-30 02:16:32 +01:00 
			
		
		
		
	 b7a75fbb8a
			
		
	
	
	b7a75fbb8a
	
	
	
		
			
			number of non-user tablespace. - InnoDB only closes the user tablespace when the number of open files exceeds innodb_open_files limit. In that case, InnoDB should make sure that innodb_open_files value should be greater than number of undo tablespace, system and temporary tablespace files.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			113 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| --innodb_undo_tablespaces=8
 | |
| --innodb_open_files=10
 | |
| --innodb_temp_data_file_path=ibtmp1:32M;ibtmp2:32M:autoextend
 |