mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
mgmapi.cpp:
compile error
This commit is contained in:
parent
39c9f50ac9
commit
1b753dd535
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. "
|
||||
<< "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…
Add table
Reference in a new issue