mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
1b50d59960
SHOW PROCESSLIST output can be affected by not completed concurrent KILL QUERY. Filter out more column values to make output stable.
10 lines
274 B
Text
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
|