Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Dec 1, 2022
1 parent 5d3943c commit 3e3897f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions executor/index_merge_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,13 @@ var (
type IndexMergeReaderExecutor struct {
baseExecutor

table table.Table
indexes []*model.IndexInfo
descs []bool
ranges [][]*ranger.Range
dagPBs []*tipb.DAGRequest
startTS uint64
tableRequestMu sync.Mutex
tableRequest *tipb.DAGRequest
table table.Table
indexes []*model.IndexInfo
descs []bool
ranges [][]*ranger.Range
dagPBs []*tipb.DAGRequest
startTS uint64
tableRequest *tipb.DAGRequest
// columns are only required by union scan.
columns []*model.ColumnInfo
*dataReaderBuilder
Expand Down

0 comments on commit 3e3897f

Please sign in to comment.