adapt scn for migration

This commit is contained in:
oceanoverflow
2022-11-28 01:59:59 +00:00
committed by ob-robot
parent fd4a35f42a
commit a4c9f3e4d4
34 changed files with 177 additions and 166 deletions

View File

@ -256,7 +256,7 @@ void TestSSTableMeta::prepare_create_sstable_param()
param_.data_checksum_ = 0;
param_.occupy_size_ = 0;
param_.ddl_log_ts_ = 0;
param_.filled_tx_log_ts_ = 0;
param_.filled_tx_scn_.set_min();
param_.original_size_ = 0;
param_.compressor_type_ = ObCompressorType::NONE_COMPRESSOR;
param_.encrypt_id_ = 0;
@ -558,7 +558,7 @@ TEST_F(TestMigrationSSTableParam, test_migrate_sstable)
src_sstable_param.data_checksum_ = 0;
src_sstable_param.occupy_size_ = 0;
src_sstable_param.ddl_log_ts_ = 0;
src_sstable_param.filled_tx_log_ts_ = 0;
src_sstable_param.filled_tx_scn_.set_min();
src_sstable_param.original_size_ = 0;
src_sstable_param.compressor_type_ = ObCompressorType::NONE_COMPRESSOR;
src_sstable_param.encrypt_id_ = 1234;