Commit a968c37f authored by unknown's avatar unknown

testDict -n CreateMaxTables

- Init _all_ of CREATE_TABLE_REF


ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  Init _all_ of CREATE_TABLE_REF
parent bcdc77b3
......@@ -3756,6 +3756,10 @@ Dbdict::createTab_reply(Signal* signal,
ref->senderRef = reference();
ref->senderData = createTabPtr.p->m_senderData;
ref->errorCode = createTabPtr.p->m_errorCode;
ref->masterNodeId = c_masterNodeId;
ref->status = 0;
ref->errorKey = 0;
ref->errorLine = 0;
//@todo check api failed
sendSignal(createTabPtr.p->m_senderRef, GSN_CREATE_TABLE_REF, signal,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment