Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: yisaer <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Aug 11, 2022
1 parent dd2be96 commit 1f618b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distsql/distsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func SelectWithRuntimeStats(ctx context.Context, sctx sessionctx.Context, kvReq
// Analyze do a analyze request.
func Analyze(ctx context.Context, client kv.Client, kvReq *kv.Request, vars interface{},
isRestrict bool, stmtCtx *stmtctx.StatementContext) (SelectResult, error) {

ctx = WithSQLKvExecCounterInterceptor(ctx, stmtCtx)
kvReq.RequestSource.RequestSourceInternal = true
kvReq.RequestSource.RequestSourceType = kv.InternalTxnStats
Expand Down

0 comments on commit 1f618b7

Please sign in to comment.