Hi I\'m having issues on my server at the minute because some of the MySQL queries are taking a very long time to run, and hogging the resources on the server.
I\'m
There is no way to do it using MySQL options. But you can still do it using daemon process as @rabudde advised.
In this case, if you kill process you will abort transaction and it will be rollback.