mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
mgmapi.cpp:
compile error ndb/src/mgmapi/mgmapi.cpp: compile error
This commit is contained in:
parent
a6ad682405
commit
fb95d7421c
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply,
|
||||||
ndbout << "Error in mgm protocol parser. "
|
ndbout << "Error in mgm protocol parser. "
|
||||||
<< "cmd: '" << cmd
|
<< "cmd: '" << cmd
|
||||||
<< "' status=" << (Uint32)ctx.m_status
|
<< "' status=" << (Uint32)ctx.m_status
|
||||||
<< ", curr=" << (Uint32)ctx.m_currentToken
|
<< ", curr=" << ctx.m_currentToken
|
||||||
<< endl;
|
<< endl;
|
||||||
DBUG_PRINT("info",("parser.parse returned NULL"));
|
DBUG_PRINT("info",("parser.parse returned NULL"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue