Update go-mysql to v1.16.0 - #1751
Draft
ericyan wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the vendored go-mysql dependency from v1.15.0 to v1.16.0, incorporating replication and protocol enhancements.
Changes:
- Updates dependency metadata and vendored sources.
- Improves compressed binlog transaction and JSON decoding.
- Adds session tracking, multi-result procedures, and LOCAL INFILE relay support.
Show a summary per file
| File | Description |
|---|---|
go.mod |
Bumps go-mysql to v1.16.0. |
go.sum |
Updates dependency checksums. |
vendor/modules.txt |
Records the vendored version. |
replication/transaction_payload_event.go |
Improves compressed transaction decoding. |
replication/row_event.go |
Adds JSON rendering state. |
replication/parser.go |
Propagates parser options and event positions. |
replication/json_mysql_text.go |
Adds MySQL-style JSON rendering. |
replication/json_binary.go |
Extends JSONB decoding behavior. |
replication/binlogsyncer.go |
Updates semi-sync and compressed GTID handling. |
packet/conn.go |
Fixes compressed-frame reading. |
mysql/result.go |
Adds session-tracking encoding. |
compress/zlib.go |
Propagates pooled-reader reset errors. |
client/stmt.go |
Adds prepared-statement multi-result handling. |
client/resp.go |
Improves session-tracking parsing. |
client/conn.go |
Adds LOCAL INFILE relay support. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/15 changed files
- Comments generated: 0
- Review effort level: Balanced
ericyan
marked this pull request as draft
August 14, 2026 15:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR update go-mysql to v1.16.0: https://github.com/go-mysql-org/go-mysql/blob/master/CHANGELOG.md#tag-v1160-2026-07-13
script/cibuildreturns with no formatting errors, build errors or unit test errors.