Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.67, 5.2.14, 5.3.12, 5.5.39, 10.0.13, 10.1.0
-
Fix Version/s: 10.0.16
-
Component/s: Admin statements
-
Labels:
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.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
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.