Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.1.67, 5.2.14, 5.3.12, 5.5.39, 10.0.13, 10.1.0
Description
--connect (con1,localhost,root,,)
|
|
--let $con_id = `SELECT CONNECTION_ID()`
|
|
--connection default
|
|
eval KILL QUERY $con_id;
|
|
--connection con1
|
|
--error ER_QUERY_INTERRUPTED
|
SELECT * FROM mysql.user; |
|
--disconnect con1
|
Result:
SELECT * FROM mysql.user; |
ERROR 70100: Query execution was interrupted
|
Also reproducible on MySQL 5.1-5.6, but seems to have been fixed in 5.7, so there is no point at filing the bug report upstream.