[CP][BUGFIX] fix table get lob aux table id

This commit is contained in:
skylhd
2023-09-20 16:30:41 +00:00
committed by ob-robot
parent 85888c990d
commit eb7239f455
5 changed files with 9 additions and 8 deletions

View File

@ -4801,7 +4801,7 @@ int ObMultiVersionSchemaService::cal_purge_table_timeout_(
}
}
// get lob table id
if (OB_SUCC(ret) && orig_table_schema->has_lob_column()) {
if (OB_SUCC(ret) && orig_table_schema->has_lob_aux_table()) {
uint64_t mtid = orig_table_schema->get_aux_lob_meta_tid();
uint64_t ptid = orig_table_schema->get_aux_lob_piece_tid();
if (OB_INVALID_ID == mtid || OB_INVALID_ID == ptid) {