Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Defined2014 committed Mar 14, 2023
1 parent ea1a985 commit 873200c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/distsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (e *IndexReaderExecutor) buildKVReq(ctx context.Context, r []kv.KeyRange) (
SetFromInfoSchema(e.ctx.GetInfoSchema()).
SetMemTracker(e.memTracker).
SetClosestReplicaReadAdjuster(newClosestReadAdjuster(e.ctx, &builder.Request, e.netDataSize)).
SetConnID(e.ctx.GetSessionVars().ConnectionID)
SetConnID(e.ctx.GetSessionVars().ConnectionID)
kvReq, err := builder.Build()
return kvReq, err
}
Expand Down

0 comments on commit 873200c

Please sign in to comment.