mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
7 lines
342 B
Text
7 lines
342 B
Text
prepare stmt1 from ' SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND!=\'Daemon\' ';
|
|
execute stmt1;
|
|
ID USER HOST DB COMMAND TIME STATE INFO
|
|
number root localhost test Query time executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND!='Daemon'
|
|
deallocate prepare stmt1;
|
|
FLUSH STATUS;
|
|
Value of com_select did not change
|