Commit 13c7251e authored by unknown's avatar unknown

ndb - fix typo


storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  fix typo
parent c28a3371
...@@ -5888,7 +5888,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it, ...@@ -5888,7 +5888,7 @@ void Dbdict::handleTabInfoInit(SimpleProperties::Reader & it,
{ {
Rope name(c_rope_pool, tablePtr.p->tableName); 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); CreateTableRef::OutOfStringBuffer);
} }
......
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