Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/namsral/flag v1.7.4-pre
github.com/ncw/swift v1.0.53
github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d
github.com/pingcap/tidb/pkg/parser v0.0.0-20260115184023-4746c8da4193
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.23.2
github.com/robfig/cron/v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 h1:tdMsjOqUR7YXH
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86/go.mod h1:exzhVYca3WRtd6gclGNErRWb1qEgff3LYta0LvRmON4=
github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a h1:WIhmJBlNGmnCWH6TLMdZfNEDaiU8cFpZe3iaqDbQ0M8=
github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a/go.mod h1:ORfBOFp1eteu2odzsyaxI+b8TzJwgjwyQcGhI+9SfEA=
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d h1:XlRJzMHVth/LIMbd5/UztdTGnnNaAIfUhyd2Lg3f9P0=
github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d/go.mod h1:oHE+ub2QaDERd+UNHe4z2BhFV2jZrm7VNOe6atR9AF4=
github.com/pingcap/tidb/pkg/parser v0.0.0-20260115184023-4746c8da4193 h1:bdSmB5nbEOA1023JKumSw/2GtnZsY6jdLyjMf58uCTg=
github.com/pingcap/tidb/pkg/parser v0.0.0-20260115184023-4746c8da4193/go.mod h1:oHE+ub2QaDERd+UNHe4z2BhFV2jZrm7VNOe6atR9AF4=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/pingcap/tidb/pkg/parser/ast/dml.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/pingcap/tidb/pkg/parser/ast/functions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 19 additions & 1 deletion vendor/github.com/pingcap/tidb/pkg/parser/ast/misc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/pingcap/tidb/pkg/parser/ast/sem.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/pingcap/tidb/pkg/parser/hintparser.y

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9,394 changes: 4,705 additions & 4,689 deletions vendor/github.com/pingcap/tidb/pkg/parser/parser.go

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions vendor/github.com/pingcap/tidb/pkg/parser/parser.y

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ github.com/pingcap/failpoint
# github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a
## explicit; go 1.16
github.com/pingcap/log
# github.com/pingcap/tidb/pkg/parser v0.0.0-20251217084329-03bf50c7a53d
# github.com/pingcap/tidb/pkg/parser v0.0.0-20260115184023-4746c8da4193
## explicit; go 1.24
github.com/pingcap/tidb/pkg/parser
github.com/pingcap/tidb/pkg/parser/ast
Expand Down