mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
587290cf00
renamed. Some new THD proc_info states are new. Directories must be encountered in make in a specific order, to have symlinks already set. Move community-server-specific tests into own tests, so that we can exempt them from testing on enterprise servers.
5 lines
293 B
Text
5 lines
293 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;
|