[to #46873308]fixed lower_bnd for dbms_sql

This commit is contained in:
LiuYoung00
2023-05-17 10:46:50 +00:00
committed by ob-robot
parent 0df6235457
commit a47570d7f6

View File

@ -124,7 +124,7 @@ public:
id_(id), id_(id),
cnt_(cnt), cnt_(cnt),
lower_bnd_(lower_bnd), lower_bnd_(lower_bnd),
cur_idx_(lower_bnd_ - 1), cur_idx_(0),
type_(type) {} type_(type) {}
uint64_t id_; uint64_t id_;
int64_t cnt_; int64_t cnt_;