mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# MDEV-6756: map a linux pid (child pid) to a connection id shown in
 | 
						|
# the output of SHOW PROCESSLIST
 | 
						|
#
 | 
						|
connect  con1,localhost,root;
 | 
						|
SELECT max(tid) != min(tid) FROM information_schema.processlist;
 | 
						|
max(tid) != min(tid)
 | 
						|
1
 | 
						|
connection default;
 | 
						|
disconnect con1;
 |