mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			428 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			428 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_CMPMEM_RESET;
 | |
| Table	Create Table
 | |
| INNODB_CMPMEM_RESET	CREATE TEMPORARY TABLE `INNODB_CMPMEM_RESET` (
 | |
|   `page_size` int(5) NOT NULL,
 | |
|   `buffer_pool_instance` int(11) NOT NULL,
 | |
|   `pages_used` int(11) NOT NULL,
 | |
|   `pages_free` int(11) NOT NULL,
 | |
|   `relocation_ops` bigint(21) NOT NULL,
 | |
|   `relocation_time` int(11) NOT NULL
 | |
| ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
 | 
