Skip to content

Commit 4d1d4dd

Browse files
Renovate: Update github.com/pingcap/tidb/pkg/parser digest to b253d8d
1 parent 64434e2 commit 4d1d4dd

10 files changed

Lines changed: 4754 additions & 4697 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/namsral/flag v1.7.4-pre
1515
github.com/ncw/swift v1.0.53
1616
github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee
17-
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d
17+
github.com/pingcap/tidb/pkg/parser v0.0.0-20260119151035-b253d8d1690a
1818
github.com/pkg/errors v0.9.1
1919
github.com/prometheus/client_golang v1.23.2
2020
github.com/robfig/cron/v3 v3.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 h1:tdMsjOqUR7YXH
134134
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86/go.mod h1:exzhVYca3WRtd6gclGNErRWb1qEgff3LYta0LvRmON4=
135135
github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a h1:WIhmJBlNGmnCWH6TLMdZfNEDaiU8cFpZe3iaqDbQ0M8=
136136
github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a/go.mod h1:ORfBOFp1eteu2odzsyaxI+b8TzJwgjwyQcGhI+9SfEA=
137-
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d h1:XlRJzMHVth/LIMbd5/UztdTGnnNaAIfUhyd2Lg3f9P0=
138-
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d/go.mod h1:oHE+ub2QaDERd+UNHe4z2BhFV2jZrm7VNOe6atR9AF4=
137+
github.com/pingcap/tidb/pkg/parser v0.0.0-20260119151035-b253d8d1690a h1:ixGPOmWBIRTA84GVxiKSbMalFyRuCoyxMOF6vRdWqY8=
138+
github.com/pingcap/tidb/pkg/parser v0.0.0-20260119151035-b253d8d1690a/go.mod h1:oHE+ub2QaDERd+UNHe4z2BhFV2jZrm7VNOe6atR9AF4=
139139
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
140140
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
141141
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=

vendor/github.com/pingcap/tidb/pkg/parser/ast/dml.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/ast/functions.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/ast/misc.go

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/ast/sem.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/hintparser.y

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/parser.go

Lines changed: 4705 additions & 4689 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pingcap/tidb/pkg/parser/parser.y

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ github.com/pingcap/failpoint
232232
# github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a
233233
## explicit; go 1.16
234234
github.com/pingcap/log
235-
# github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d
235+
# github.com/pingcap/tidb/pkg/parser v0.0.0-20260119151035-b253d8d1690a
236236
## explicit; go 1.24
237237
github.com/pingcap/tidb/pkg/parser
238238
github.com/pingcap/tidb/pkg/parser/ast

0 commit comments

Comments
 (0)