Loading storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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