fix case failed cause by information_schema enhance
This commit is contained in:
@ -277,7 +277,7 @@ void ObMaintainDepInfoTaskQueue::run2()
|
||||
// ignore ret
|
||||
int tmp_ret = OB_SUCCESS;
|
||||
if (OB_SUCCESS != (tmp_ret = view_info_set_.erase_refactored(view_schema.get_table_id()))) {
|
||||
LOG_WARN("failed to erase obj id", K(tmp_ret));
|
||||
LOG_WARN("failed to erase obj id", K(tmp_ret), K(view_schema.get_table_id()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user