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:
@ -333,7 +333,7 @@ public:
|
||||
|
||||
context.init(query_flag, store_ctx, allocator, trans_version_range);
|
||||
|
||||
return mt.set_(tm_->iter_param_, context, tm_->columns_, write_row, NULL, NULL);
|
||||
return mt.set_(tm_->iter_param_, tm_->columns_, write_row, nullptr, nullptr, context);
|
||||
}
|
||||
int write(int64_t key, int64_t val, ObMemtable &mt, int64_t snapshot_version = 1000) {
|
||||
ObDatumRowkey row_key;
|
||||
|
Reference in New Issue
Block a user