mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
SHOW PROCESSLIST output can be affected by not completed concurrent KILL QUERY. Filter out more column values to make output stable.
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
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
|