In the command-line client, try to abort the current query by issuing a
KILL command on a second connection when handling Ctrl-C. (WL#2852) Based on patch by Harrison Fisk. client/mysql.cc: When a query is executing, handle Ctrl-C by trying to make a second connection to the server and issuing a KILL command against the original connection.
Showing
Please register or sign in to comment