From b3b844a5f50bb876e521b0a575dafa2d9c3af207 Mon Sep 17 00:00:00 2001 From: Ewan Chou Date: Tue, 28 Aug 2018 18:16:15 +0800 Subject: [PATCH] store/tikv: set ScanDetail to true (#7445) (#7512) --- store/tikv/coprocessor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/tikv/coprocessor.go b/store/tikv/coprocessor.go index 312c30b6f48d4..5cba9001a698a 100644 --- a/store/tikv/coprocessor.go +++ b/store/tikv/coprocessor.go @@ -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()