1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

fix(logging): Add setddldebuglevel command (#3312) (#3344)

This commit is contained in:
Denis Khalikov
2024-11-10 00:38:19 +03:00
committed by GitHub
parent 11136b3545
commit 4cba8301d5
10 changed files with 345 additions and 138 deletions

View File

@ -93,6 +93,7 @@ class DDLProcessor
WriteEngine::WEClients* fWEClient;
uint32_t fPMCount;
querytele::QueryTeleClient fQtc;
uint32_t debugLevel{0};
};
} // namespace ddlprocessor