Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com> Co-authored-by: yangqise7en <877793735@qq.com> Co-authored-by: Zach41 <zach_41@163.com>
This commit is contained in:
@ -321,9 +321,7 @@ int ObLockRowChecker::check_lock_row_valid(
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObLockRowChecker::check_lock_row_valid(
|
||||
const blocksstable::ObDatumRow &row,
|
||||
const ObITableReadInfo &read_info)
|
||||
int ObLockRowChecker::check_lock_row_valid(const blocksstable::ObDatumRow &row, const ObITableReadInfo &read_info)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int64_t rowkey_read_cnt = MIN(read_info.get_seq_read_column_count(), read_info.get_rowkey_count());
|
||||
|
||||
Reference in New Issue
Block a user