ndb - fix typo
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: fix typo
This commit is contained in:
parent
c28a33713c
commit
13c7251e14
@ -5888,7 +5888,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
|
||||
|
||||
{
|
||||
Rope name(c_rope_pool, tablePtr.p->tableName);
|
||||
tabRequire(name.assign(c_tableDesc.tableDesc.TableName, tableNameLength, name_hash),
|
||||
tabRequire(name.assign(c_tableDesc.TableName, tableNameLength, name_hash),
|
||||
CreateTableRef::OutOfStringBuffer);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user