mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
eee737d823
regardless of it's current value
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
|