mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			328 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #
 | |
| # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in handler::ha_close on disconnect with a locked temporary table
 | |
| #
 | |
| 
 | |
| --source include/have_innodb.inc
 | |
| --connect (con1,localhost,root,,)
 | |
| CREATE TEMPORARY TABLE tmp (i INT) ENGINE=InnoDB;
 | |
| LOCK TABLES tmp AS p WRITE;
 | |
| --disconnect con1
 | |
| 
 | 
