| Summary: | cancel sql execution never finishes | ||
|---|---|---|---|
| Product: | [Tools] Data Tools | Reporter: | arne anka <eclipse-bugs> |
| Component: | SQLDevTools | Assignee: | dtp.sqldevtools-inbox <dtp.sqldevtools-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bpayton |
| Version: | 1.8 | ||
| Target Milestone: | future | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
arne anka
Can you provide some additional data such as which database you're using? What JDBC driver? Can you provide a reproducible case that we can give a try in something like Derby? database is (according to the connection properties' "Version" information): MySQL 5.0.0 with JDBC 3.0.0 jdbc connectopr i am using is: mysql-connector-java-5.1.13-bin.jar i really don't know about a reproducible case, but i recall having seen that kind of behaviour already some years ago (didn't do database development again until recently) and i dimly remember having either seen a bug report concerning that or having posted it by myself (couldn't find it, though) back then. recently i learned about mysql> show processlist and mysql> kill <PID> in mysql which somehow works around the issue. Unfortunately some databases / JDBC drivers don't respond to a cancel request and just keep going. Looks like MySQL might be one of them. Killing the process is probably your best bet here. don't use it anymore |