1
0
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:
Serguey Zefirov
2025-05-19 16:15:10 +03:00
parent 0afbca8a37
commit bbef995bb0
3 changed files with 7 additions and 1 deletions

View File

@@ -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;