db: log SQL worker shutdown state
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-14 11:22:30 +02:00
parent 719440575f
commit aa862d829d
4 changed files with 76 additions and 1 deletions

View File

@@ -175,6 +175,8 @@ class CAsyncSQL
DWORD CountQuery();
DWORD CountResult();
DWORD CountCopiedQueryQueue();
bool HasWorkerThread() const;
void PushResult(std::unique_ptr<SQLMsg> p);
bool PopResult(std::unique_ptr<SQLMsg>& p);