1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Debug logs

This commit is contained in:
Serguey Zefirov
2025-05-19 17:43:33 +03:00
parent d391ed3d20
commit 1acad9854d
2 changed files with 2 additions and 1 deletions

View File

@@ -1961,7 +1961,6 @@ void MasterDBRMNode::doGetSystemState(ByteStream& /*msg*/, ThreadParams* p)
try try
{ {
idblog("calling from doGetSystemState()");
sm.getSystemState(ss); sm.getSystemState(ss);
err = ERR_OK; err = ERR_OK;
reply << err; reply << err;

View File

@@ -888,6 +888,8 @@ void ReadThreadFactory::CreateReadThread(ThreadPool& Tp, IOSocket& Ios, BRM::DBR
aBs.peek(msgId); aBs.peek(msgId);
idblog("msgId " << int(msgId));
switch (msgId) switch (msgId)
{ {
case WE_SVR_DDL_KEEPALIVE: case WE_SVR_DDL_KEEPALIVE: