fix iterate flag with same sql_seq

This commit is contained in:
obdev
2021-07-12 10:55:11 +08:00
committed by wangzelin.wzl
parent 4c04455403
commit d2f257f846
5 changed files with 92 additions and 2 deletions

View File

@ -207,6 +207,7 @@ OB_INLINE static int simple_fuse_row(
nop_pos.reset();
result.flag_ = former.flag_;
result.from_base_ = former.from_base_;
result.dml_ = former.dml_;
column_cnt = former.row_val_.count_;
} else {
column_cnt = nop_pos.count_;