Skip to content

Commit

Permalink
ddl: do not unset involving schema on EntryTooLarge error (#51963) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 25, 2024
1 parent b44ddb7 commit 4d3fe3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
1 change: 0 additions & 1 deletion ddl/ddl_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ func (w *worker) handleUpdateJobError(t *meta.Meta, job *model.Job, err error, t
}
// Reduce this txn entry size.
job.BinlogInfo.Clean()
job.InvolvingSchemaInfo = nil
job.Error = toTError(err)
job.ErrorCount++
job.SchemaState = model.StateNone
Expand Down
10 changes: 0 additions & 10 deletions pkg/executor/test/executor/BUILD.bazel

This file was deleted.

39 changes: 0 additions & 39 deletions pkg/executor/test/executor/executor_test.go

This file was deleted.

0 comments on commit 4d3fe3d

Please sign in to comment.