Bug #43805 | Server "stops" SLEEP command after KILL | ||
---|---|---|---|
Submitted: | 23 Mar 2009 15:13 | Modified: | 23 Mar 2009 15:44 |
Reporter: | Tonci Grgin | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[23 Mar 2009 15:13]
Tonci Grgin
[23 Mar 2009 15:44]
Sveta Smirnova
Thank you for the report. This is really not a bug, because in second case: 1. A executes select sleep(600); 2. B kills select sleep(600); 3. A reconnects 4. A executes second query