fix max_stale_time_ns is us actually

This commit is contained in:
dimstars
2023-03-11 05:41:12 +00:00
committed by ob-robot
parent a6f4e3965c
commit 8842a2ff03
2 changed files with 7 additions and 5 deletions

View File

@ -238,7 +238,7 @@ public:
static int check_ls_readable(const uint64_t tenant_id,
const share::ObLSID &ls_id,
const common::ObAddr &addr,
const int64_t max_stale_time_ns,
const int64_t max_stale_time_us,
bool &can_read);
private:
DISALLOW_COPY_AND_ASSIGN(ObSqlTransControl);