blob: 7cbe91b3753cf447f0bd6b703ad290faf9dc6e87 (
plain)
1
2
3
4
5
6
|
prepare stmt1 from ' show full processlist ';
execute stmt1;
Id User Host db Command Time State Info
number event_scheduler localhost NULL Connect time Suspended NULL
number root localhost test Query time NULL show full processlist
deallocate prepare stmt1;
|