Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
time-and-fate committed Jan 11, 2023
1 parent 976bf44 commit 9080369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statistics/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ func (idx *Index) GetRowCount(sctx sessionctx.Context, coll *HistColl, indexRang
if expBackoffCnt > upperLimit {
expBackoffCnt = upperLimit
}
totalCount += expBackoffCnt
count += expBackoffCnt
}
}
if !expBackoffSuccess {
Expand Down

0 comments on commit 9080369

Please sign in to comment.