mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			393 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| SHOW CREATE TABLE INFORMATION_SCHEMA.INNODB_LOCK_WAITS;
 | |
| Table	Create Table
 | |
| INNODB_LOCK_WAITS	CREATE TEMPORARY TABLE `INNODB_LOCK_WAITS` (
 | |
|   `requesting_trx_id` bigint(21) unsigned NOT NULL,
 | |
|   `requested_lock_id` varchar(81) NOT NULL,
 | |
|   `blocking_trx_id` bigint(21) unsigned NOT NULL,
 | |
|   `blocking_lock_id` varchar(81) NOT NULL
 | |
| ) ENGINE=MEMORY DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci
 | 
