v.23.2Bug Fix
Add query_kind column to system.processes table and SHOW PROCESSLIST; fix max_concurrent_select_queries bug with INTERSECT/EXCEPT
Add thequery_kindcolumn to thesystem.processestable and theSHOW PROCESSLISTquery. Remove duplicate code. It fixes a bug: the global configuration parametermax_concurrent_select_querieswas not respected to queries withINTERSECTorEXCEPTchains. #45872 (Alexey Milovidov).