Loading ndb/src/mgmapi/mgmapi.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -338,7 +338,8 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply, /** * Print some info about why the parser returns NULL */ fprintf(h->errstream, "Error in mgm protocol parser. cmd: >%s< status: %d cyrr: %d\n", fprintf(handle->errstream, "Error in mgm protocol parser. cmd: >%s< status: %d curr: %d\n", cmd, (Uint32)ctx.m_status, ctx.m_currentToken); DBUG_PRINT("info",("ctx.status: %d, ctx.m_currentToken: %s", ctx.m_status, ctx.m_currentToken)); Loading Loading
ndb/src/mgmapi/mgmapi.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -338,7 +338,8 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply, /** * Print some info about why the parser returns NULL */ fprintf(h->errstream, "Error in mgm protocol parser. cmd: >%s< status: %d cyrr: %d\n", fprintf(handle->errstream, "Error in mgm protocol parser. cmd: >%s< status: %d curr: %d\n", cmd, (Uint32)ctx.m_status, ctx.m_currentToken); DBUG_PRINT("info",("ctx.status: %d, ctx.m_currentToken: %s", ctx.m_status, ctx.m_currentToken)); Loading