You've already forked mariadb-columnstore-engine
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:
@@ -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;
|
||||||
|
@@ -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:
|
||||||
|
Reference in New Issue
Block a user