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;
|
||||
|
Reference in New Issue
Block a user