mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
merge error
This commit is contained in:
parent
0345998f5d
commit
8fc24f2634
1 changed files with 3 additions and 2 deletions
|
@ -338,8 +338,9 @@ 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",
|
||||
cmd, (Uint32)ctx.m_status, ctx.m_currentToken);
|
||||
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…
Reference in a new issue