Skip to content

Commit

Permalink
ddl: remove useless field in temporaryIndexRecord (pingcap#50202)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored Jan 9, 2024
1 parent 8ad0f7a commit 978436a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ddl/index_merge_tmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ type temporaryIndexRecord struct {
unique bool
distinct bool
handle kv.Handle
rowKey kv.Key
}

type mergeIndexWorker struct {
Expand Down

0 comments on commit 978436a

Please sign in to comment.