You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-14 11:01:50 +03:00
Debug logs
This commit is contained in:
@@ -1402,7 +1402,10 @@ void DMLProcessor::operator()()
|
||||
messageqcpp::ByteStream::byte status = 255;
|
||||
messageqcpp::ByteStream::octbyte rowCount = 0;
|
||||
|
||||
if (fDbrm->getSystemState(stateFlags) >
|
||||
int rr = fDbrm->getSystemState(stateFlags);
|
||||
idblog("called from DMLProcessor::operator(), returned " << rr);
|
||||
|
||||
if (rr >
|
||||
0) // > 0 implies succesful retrieval. It doesn't imply anything about the contents
|
||||
{
|
||||
messageqcpp::ByteStream results;
|
||||
|
@@ -3479,6 +3479,7 @@ int DBRM::getSystemReady() throw()
|
||||
{
|
||||
uint32_t stateFlags;
|
||||
|
||||
idblog("calling from getSystemReday");
|
||||
if (getSystemState(stateFlags) < 0)
|
||||
{
|
||||
return -1;
|
||||
@@ -3491,6 +3492,7 @@ int DBRM::getSystemQueryReady() throw()
|
||||
{
|
||||
uint32_t stateFlags;
|
||||
|
||||
idblog("calling from getSystemQueryReday");
|
||||
if (getSystemState(stateFlags) < 0)
|
||||
{
|
||||
return -1;
|
||||
|
@@ -1961,6 +1961,7 @@ void MasterDBRMNode::doGetSystemState(ByteStream& /*msg*/, ThreadParams* p)
|
||||
|
||||
try
|
||||
{
|
||||
idblog("calling from doGetSystemState()");
|
||||
sm.getSystemState(ss);
|
||||
err = ERR_OK;
|
||||
reply << err;
|
||||
|
Reference in New Issue
Block a user