Skip to content

Using mysqlconnector with Manticore #1356

Answered by bgrainger
carlokok asked this question in Q&A
Discussion options

You must be logged in to vote

A workaround would be avoiding MySqlConnector's built-in query cancellation and reimplementing it with your own timer that executes KILL QUERY nnn on a background thread after six seconds. (You can get the value for the query to kill by reading MySqlConnection.ServerThread before the command is executed.)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@carlokok
Comment options

@bgrainger
Comment options

@bgrainger
Comment options

@bgrainger
Comment options

Answer selected by carlokok
@carlokok
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants