mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb ndb/src/ndbapi/NdbDictionaryImpl.cpp: Auto merged
This commit is contained in:
commit
f93e070abe
1 changed files with 4 additions and 0 deletions
|
@ -1950,19 +1950,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