mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
[PATCH] Bug#30681 mgmapi CHECK_TIMEDOUT_RET should be DBUG_CHECK_TIMEDOUT_RET
Index: ndb/storage/ndb/src/mgmapi/mgmapi.cpp ===================================================================
This commit is contained in:
parent
d7d0d68b78
commit
3dbcaa6ff1
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply,
|
|||
}
|
||||
else
|
||||
{
|
||||
CHECK_TIMEDOUT_RET(handle, in, out, NULL);
|
||||
DBUG_CHECK_TIMEDOUT_RET(handle, in, out, NULL);
|
||||
if(ctx.m_status==Parser_t::Eof
|
||||
|| ctx.m_status==Parser_t::NoLine)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue