summaryrefslogtreecommitdiff
path: root/mysql-test/r/kill_processlist-6619.result
blob: 588c8e6d1393d4029480f86303cc5689abdba216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
connect  con1,localhost,root,,;
SHOW PROCESSLIST;
Id	User	Host	db	Command	Time	State	Info	Progress
#	root	#	test	Sleep	#	#	NULL	0.000
#	root	#	test	Query	#	#	SHOW PROCESSLIST	0.000
connection default;
KILL QUERY con_id;
connection con1;
SHOW PROCESSLIST;
ERROR 70100: Query execution was interrupted
SHOW PROCESSLIST;
Id	User	Host	db	Command	Time	State	Info	Progress
#	root	#	test	Sleep	#	#	NULL	0.000
#	root	#	test	Query	#	#	SHOW PROCESSLIST	0.000