Commit 4f314a31 authored by unknown's avatar unknown

ndb - fix typo


storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  fix typo
parent 3d1001f0
......@@ -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);
}
......
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