mariadb/mysql-test/r/kill_processlist-6619.result
Sergey Vojtovich 1b50d59960 MDEV-9945 - main.kill_processlist-6619 fails sporadically
SHOW PROCESSLIST output can be affected by not completed concurrent KILL QUERY.
Filter out more column values to make output stable.
2016-06-14 14:44:09 +04:00

10 lines
274 B
Text

connect con1,localhost,root,,;
connection default;
KILL QUERY con_id;
connection con1;
SHOW PROCESSLIST;
ERROR 70100: Query execution was interrupted
SHOW PROCESSLIST;
Id User Host db Command Time State Info Progress
# root # test # # # # 0.000
# root # test # # # # 0.000