mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
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.
This commit is contained in:
parent
d6a1bae57f
commit
1b50d59960
2 changed files with 3 additions and 3 deletions
|
|
@ -11,5 +11,5 @@ eval KILL QUERY $con_id;
|
|||
--connection con1
|
||||
--error ER_QUERY_INTERRUPTED
|
||||
SHOW PROCESSLIST;
|
||||
--replace_column 1 # 3 # 6 # 7 #
|
||||
--replace_column 1 # 3 # 5 # 6 # 7 # 8 #
|
||||
SHOW PROCESSLIST;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue