Placeholder for ObSSTableBasicMeta compat

This commit is contained in:
JiahuaChen
2024-08-20 13:49:30 +00:00
committed by ob-robot
parent 5178396599
commit ed07fd263f
2 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,8 @@ ObSSTableBasicMeta::ObSSTableBasicMeta()
master_key_id_(0),
sstable_logic_seq_(0),
latest_row_store_type_(ObRowStoreType::MAX_ROW_STORE),
table_flag_()
table_flag_(),
root_macro_seq_(0)
{
MEMSET(encrypt_key_, 0, share::OB_MAX_TABLESPACE_ENCRYPT_KEY_LENGTH);
}

View File

@ -188,6 +188,7 @@ public:
common::ObRowStoreType latest_row_store_type_;
char encrypt_key_[share::OB_MAX_TABLESPACE_ENCRYPT_KEY_LENGTH];
storage::ObTableFlag table_flag_;
int64_t root_macro_seq_; // placeholder, will be used after palf branch merged
//Add new variable need consider ObSSTableMetaChecker
};