delete redundant code

This commit is contained in:
obdev
2022-11-28 02:43:01 +00:00
committed by ob-robot
parent c538314fd7
commit 5a50ec1939
22 changed files with 60 additions and 436 deletions

View File

@ -855,7 +855,7 @@ int ObMultipleMerge::alloc_row_store(ObTableAccessContext &context, const ObTabl
block_row_store_ = new (buf) ObBlockRowStore(context);
}
}
}
}
if (OB_SUCC(ret) && nullptr != block_row_store_) {
if (OB_FAIL(block_row_store_->init(param))) {
LOG_WARN("fail to init block row store", K(ret), K(block_row_store_));