• unknown's avatar
    In the command-line client, try to abort the current query by issuing a · 7cfa7c94
    unknown authored
    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.
    7cfa7c94
mysql.cc 94.7 KB