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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.0 [ 16000 ] | |
Fix Version/s | 10.1 [ 16100 ] |
Labels | upstream | upstream-fixed |
Priority | Minor [ 4 ] | Major [ 3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.0.16 [ 17900 ] | |
Fix Version/s | 10.0 [ 16000 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Component/s | Admin statements [ 11400 ] | |
Component/s | OTHER [ 10125 ] |
Workflow | MariaDB v2 [ 53824 ] | MariaDB v3 [ 65086 ] |
Workflow | MariaDB v3 [ 65086 ] | MariaDB v4 [ 148215 ] |
Moving to upstream-fixed because it's not reproducible on 5.7, hence no upstream bug report, hence no reason to wait for an upstream fix.