mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Ops forgott to put table in hash
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user