mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Ops forgott to put table in hash
This commit is contained in:
parent
6c5aafa1c9
commit
2a71a43693
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue