read msd from frozen memtables in mini merge procedure
This commit is contained in:
committed by
wangzelin.wzl
parent
b3d436156c
commit
6ff3c39b49
@ -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_()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user