[CP] support parallel dml modify same row concurrently

Co-authored-by: Handora <qcdsr970209@gmail.com>
This commit is contained in:
chinaxing
2024-08-23 17:24:42 +00:00
committed by ob-robot
parent a39c058fbc
commit 26c0e1f161
18 changed files with 252 additions and 37 deletions

View File

@ -113,9 +113,10 @@ int ObReadInfoStruct::init_compat_version()
namespace memtable
{
int ObMvccRow::check_double_insert_(const share::SCN ,
ObMvccTransNode &,
ObMvccTransNode *)
int ObMvccRow::mvcc_sanity_check_(const share::SCN ,
const concurrent_control::ObWriteFlag ,
ObMvccTransNode &,
ObMvccTransNode *)
{
return OB_SUCCESS;
}