mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			245 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_FT_DELETED;
 | |
| Table	Create Table
 | |
| INNODB_FT_DELETED	CREATE TEMPORARY TABLE `INNODB_FT_DELETED` (
 | |
|   `DOC_ID` bigint(21) unsigned NOT NULL
 | |
| ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
 | 
