[CP] [CP] [CP] Fix rollup SIGSEGV when building stored row
This commit is contained in:
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user