[BUGFIX] fix mysqltest

This commit is contained in:
obdev 2023-02-14 09:12:43 +00:00 committed by ob-robot
parent 628998ff7e
commit e30a640634

View File

@ -243,8 +243,9 @@ int ObTableAccessContext::init(const common::ObQueryFlag &query_flag,
// 4. only init lob locator helper when nessary?
if (OB_FAIL(build_lob_locator_helper(ctx, trans_version_range))) {
STORAGE_LOG(WARN, "Failed to build lob locator helper", K(ret));
} else {
is_inited_ = true;
}
is_inited_ = true;
}
return ret;
}