fix transaction time out

This commit is contained in:
obdev
2022-11-02 22:08:13 +00:00
committed by wangzelin.wzl
parent aa0443af35
commit c71cd9107a
2 changed files with 9 additions and 10 deletions

View File

@ -144,10 +144,9 @@ public:
int64_t &count);
private:
int gen_event_ts(int64_t &event_ts);
int check_snapshot_valid(common::ObISQLClient &client,
const uint64_t tenant_id,
int check_snapshot_valid(const int64_t snapshot_gc_scn,
const ObSnapshotInfo &info,
bool &is_valid);
bool &is_valid) const;
int fill_snapshot_item(const ObSnapshotInfo &info,
share::ObDMLSqlSplicer &dml);