• Sergei Golubchik's avatar
    fix more sporadic failures on main.kill · 1547e554
    Sergei Golubchik authored
    sometimes `KILL QUERY ID @id` was executed before the previous
    `send SELECT SLEEP(1000)` has reached the parser. As the statement
    resets the kill status before execution, the effect of the KILL
    was ignored.
    1547e554
kill.test 16.2 KB