ndb - fix typo

storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
  fix typo
This commit is contained in:
unknown 2006-01-23 09:57:04 +01:00
parent c28a33713c
commit 13c7251e14

View File

@ -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);
}