mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
15 lines
449 B
Plaintext
15 lines
449 B
Plaintext
connect con1,localhost,root,,;
|
|
SHOW PROCESSLIST;
|
|
Id User Host db Command Time State Info Progress
|
|
# root # test Sleep # # NULL 0.000
|
|
# root # test Query # # SHOW PROCESSLIST 0.000
|
|
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 Sleep # # NULL 0.000
|
|
# root # test Query # # SHOW PROCESSLIST 0.000
|