Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
winoros authored Jan 12, 2023
1 parent cfb6246 commit 57a0a00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions executor/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -2168,12 +2168,8 @@ func ResetContextOfStmt(ctx sessionctx.Context, s ast.StmtNode) (err error) {
vars.ClearStmtVars()
vars.PrevFoundInBinding = vars.FoundInBinding
vars.FoundInBinding = false
<<<<<<< HEAD
=======
vars.DurationWaitTS = 0
vars.CurrInsertBatchExtraCols = nil
vars.CurrInsertValues = chunk.Row{}
>>>>>>> f600fc694f (executor: reset the related session vars for both INSERT and REPLACE (#40354))
return
}

Expand Down

0 comments on commit 57a0a00

Please sign in to comment.