+* **Soft**. A "soft", or "logical", cancellation instructs the MySQL Server to stop executing the command. This is accomplished by sending a `KILL QUERY` command to the server. Because the MySQL protocol doesn't permit multiplexing of commands, the `KILL QUERY` command has to be sent on a different network connection to the same MySQL server. Using a proxy or a Layer 4 load balancer may interfere with the ability to send the `KILL QUERY` command to the same server and prevent cancellation from occurring. If the cancellation is successful, the underlying `MySqlConnection` remains usable.
0 commit comments