[CP] support parallel dml modify same row concurrently
Co-authored-by: Handora <qcdsr970209@gmail.com>
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user