use source data size for copy index sstable
This commit is contained in:
committed by
LINxiansheng
parent
495b296f0f
commit
7331175f0f
@ -2642,7 +2642,7 @@ bool ObCopySSTableBatchArg::is_valid() const
|
||||
return is_valid;
|
||||
}
|
||||
|
||||
OB_SERIALIZE_MEMBER(ObServerCopyLocalIndexSSTableArg, data_src_, dst_, pkey_, index_table_id_, cluster_id_);
|
||||
OB_SERIALIZE_MEMBER(ObServerCopyLocalIndexSSTableArg, data_src_, dst_, pkey_, index_table_id_, cluster_id_, data_size_);
|
||||
|
||||
bool ObServerCopyLocalIndexSSTableArg::is_valid() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user