[to #46873308]fixed lower_bnd for dbms_sql
This commit is contained in:
@ -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_;
|
||||||
|
|||||||
Reference in New Issue
Block a user