Skip to content

Commit

Permalink
store/tikv: set ScanDetail to true (#7445) (#7512)
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood authored Aug 28, 2018
1 parent d677534 commit b3b844a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/tikv/coprocessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ func (worker *copIteratorWorker) handleTaskOnce(bo *Backoffer, task *copTask, ch
Priority: kvPriorityToCommandPri(worker.req.Priority),
NotFillCache: worker.req.NotFillCache,
HandleTime: true,
ScanDetail: true,
},
}
startTime := time.Now()
Expand Down

0 comments on commit b3b844a

Please sign in to comment.