fix ccls build mode copy.sh and clean logic

This commit is contained in:
wenxingsen
2022-12-27 13:12:05 +00:00
committed by ob-robot
parent 4666798151
commit 7bcc0330c1
6 changed files with 15 additions and 14 deletions

View File

@ -1070,7 +1070,7 @@ OB_INLINE int ObLocalIndexLookupOp::process_data_table_rowkey()
return ret;
}
OB_INLINE int ObLocalIndexLookupOp::do_index_lookup()
int ObLocalIndexLookupOp::do_index_lookup()
{
int ret = OB_SUCCESS;
ObITabletScan &tsc_service = get_tsc_service();