wangbo opened a new pull request, #26100: URL: https://github.com/apache/doris/pull/26100
## Proposed changes ``` mysql [(none)]>select * from workload_groups() where item in ('running_query_num','waiting_query_num'); +--------+---------------+-------------------+-------+ | Id | Name | Item | Value | +--------+---------------+-------------------+-------+ | 10002 | normal | running_query_num | 1 | | 10002 | normal | waiting_query_num | 0 | | 123056 | ckbench_group | running_query_num | 1 | | 123056 | ckbench_group | waiting_query_num | 0 | +--------+---------------+-------------------+-------+ 4 rows in set (0.02 sec) mysql [(none)]>select * from workload_groups() where item in ('running_query_num','waiting_query_num'); +--------+---------------+-------------------+-------+ | Id | Name | Item | Value | +--------+---------------+-------------------+-------+ | 10002 | normal | running_query_num | 1 | | 10002 | normal | waiting_query_num | 0 | | 123056 | ckbench_group | running_query_num | 0 | | 123056 | ckbench_group | waiting_query_num | 0 | +--------+---------------+-------------------+-------+ 4 rows in set (0.01 sec) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org