mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
NdbDictionaryImpl.cpp:
debug printouts ndb/src/ndbapi/NdbDictionaryImpl.cpp: debug printouts
This commit is contained in:
parent
dcdbfa6527
commit
5b81bef1d5
1 changed files with 4 additions and 0 deletions
|
@ -1944,19 +1944,23 @@ void
|
|||
NdbDictInterface::execDROP_TABLE_CONF(NdbApiSignal * signal,
|
||||
LinearSectionPtr ptr[3])
|
||||
{
|
||||
DBUG_ENTER("NdbDictInterface::execDROP_TABLE_CONF");
|
||||
//DropTableConf* const conf = CAST_CONSTPTR(DropTableConf, signal->getDataPtr());
|
||||
|
||||
m_waiter.signal(NO_WAIT);
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
void
|
||||
NdbDictInterface::execDROP_TABLE_REF(NdbApiSignal * signal,
|
||||
LinearSectionPtr ptr[3])
|
||||
{
|
||||
DBUG_ENTER("NdbDictInterface::execDROP_TABLE_REF");
|
||||
const DropTableRef* const ref = CAST_CONSTPTR(DropTableRef, signal->getDataPtr());
|
||||
m_error.code= ref->errorCode;
|
||||
m_masterNodeId = ref->masterNodeId;
|
||||
m_waiter.signal(NO_WAIT);
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Reference in a new issue