summaryrefslogtreecommitdiff
path: root/mysql-test/r/kill_processlist-6619.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-7352: main.kill_processlist-6619 fails sporadically in buildbotKristian Nielsen2015-01-231-1/+3
| | | | | | | | After fix of MDEV-6728, the KILL signal is reset at the start of query execution. This means that in this test case, we need to wait for the to-be-killed query to have started; otherwise the kill signal can be lost, causing the test case to fail.
* MDEV-6728 KILL QUERY executed on an idle connection can interrupt the next querySergei Golubchik2015-01-191-1/+3
| | | | reset KILL_QUERY when a new query execution is just about to be started
* MDEV-6619 SHOW PROCESSLIST returns empty result set after KILL QUERYSergei Golubchik2014-09-121-0/+14
don't send an OK packet if the SHOW PROCESSLIST was killed