mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 11:31:51 +01:00
f575a1e440
make test ignore NDB injector thread
6 lines
359 B
Text
6 lines
359 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 preparing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND!='Daemon'
|
|
number event_scheduler localhost NULL Connect time Suspended NULL
|
|
deallocate prepare stmt1;
|