read msd from frozen memtables in mini merge procedure

This commit is contained in:
hiddenbomb
2022-11-03 04:36:09 +00:00
committed by wangzelin.wzl
parent b3d436156c
commit 6ff3c39b49
14 changed files with 191 additions and 44 deletions

View File

@ -221,7 +221,10 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
need_check_sstable_(false),
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0)
ddl_snapshot_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
{
}
@ -246,7 +249,10 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
need_check_sstable_(need_check_sstable),
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0)
ddl_snapshot_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
{
}
@ -270,7 +276,10 @@ ObUpdateTableStoreParam::ObUpdateTableStoreParam(
need_check_sstable_(false),
ddl_checkpoint_ts_(0),
ddl_start_log_ts_(0),
ddl_snapshot_version_(0)
ddl_snapshot_version_(0),
tx_data_(),
binding_info_(),
auto_inc_seq_()
{
}