Loading ndb/src/mgmapi/mgmapi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply, ndbout << "Error in mgm protocol parser. " << "cmd: '" << cmd << "' status=" << (Uint32)ctx.m_status << ", curr=" << (Uint32)ctx.m_currentToken << ", curr=" << ctx.m_currentToken << endl; DBUG_PRINT("info",("parser.parse returned NULL")); } Loading Loading
ndb/src/mgmapi/mgmapi.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -315,7 +315,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply, ndbout << "Error in mgm protocol parser. " << "cmd: '" << cmd << "' status=" << (Uint32)ctx.m_status << ", curr=" << (Uint32)ctx.m_currentToken << ", curr=" << ctx.m_currentToken << endl; DBUG_PRINT("info",("parser.parse returned NULL")); } Loading