[FEAT MERGE] incremental direct load phase I

Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
This commit is contained in:
coolfishchen
2024-04-22 09:23:47 +00:00
committed by ob-robot
parent 4d7b31b518
commit 9de65fb1d7
278 changed files with 13417 additions and 6679 deletions

View File

@ -3580,10 +3580,13 @@ int ObTxCtxTable::release_ref_()
return ret;
}
void ObITabletMemtable::unset_logging_blocked_for_active_memtable_()
{
}
} // namespace storage
namespace memtable
{
namespace memtable{
int ObMemtable::lock_row_on_frozen_stores_(
const storage::ObTableIterParam &,
const ObTxNodeArg &,
@ -3599,9 +3602,6 @@ int ObMemtable::lock_row_on_frozen_stores_(
return OB_SUCCESS;
}
}
void ObMemtable::unset_logging_blocked_for_active_memtable()
{
}
}
namespace transaction