[CP] [CP] [CP] Fix rollup SIGSEGV when building stored row

This commit is contained in:
stdliu
2022-06-06 14:20:53 +08:00
committed by wangzelin.wzl
parent bc26b2f163
commit d1636b9051
24 changed files with 184 additions and 324 deletions

View File

@ -70,7 +70,7 @@ protected:
protected:
common::ObArenaAllocator alloc_;
ObChunkDatumStore::LastStoredRow<> last_row_;
ObChunkDatumStore::LastStoredRow last_row_;
Compare cmp_;
bool need_skip_init_row_;
bool iter_end_;