mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
9cdd56abbc
- Use a separate mutex for each query to reduce the contention period for queries_mutex. - Refactor to use std::mutex instead of std::recursive_mutex for queries_mutex. - In case we're running late to schedule the next task, schedule it immediately. - Fix LockGuard because unlocking twice is undefined behavior. |
||
---|---|---|
.. | ||
base | ||
glibc-compatibility | ||
harmful | ||
pcg-random | ||
poco | ||
readpassphrase | ||
widechar_width | ||
CMakeLists.txt |