Commit ea29015d authored by unknown's avatar unknown

Ops forgott to put table in hash

parent 69edf1dd
......@@ -4561,7 +4561,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
TableRecordPtr tablePtr;
c_tableRecordHash.find(tablePtr, keyRecord);
if (checkExist){
jam();
/* ---------------------------------------------------------------- */
......@@ -4645,6 +4645,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
#ifdef VM_TRACE
ndbout_c("Dbdict: name=%s,id=%u", tablePtr.p->tableName, tablePtr.i);
#endif
c_tableRecordHash.add(tablePtr);
}
//tablePtr.p->noOfPrimkey = tableDesc.NoOfKeyAttr;
......
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