Skip to content

feat(mysql): add compression#4110

Closed
izebit wants to merge 1 commit into
transact-rs:mainfrom
izebit:mysql-compression
Closed

feat(mysql): add compression#4110
izebit wants to merge 1 commit into
transact-rs:mainfrom
izebit:mysql-compression

Conversation

@izebit

@izebit izebit commented Nov 20, 2025

Copy link
Copy Markdown

Does your PR solve an issue?

fixes #186

It adds support for traffic compression in MySQL, enabling data to be compressed with either the zstd or zlib algorithm, whenever the server supports the selected option.

Is this a breaking change?

No, it isn’t a breaking change. It simply extends the MySQL connection settings by introducing a new compression option.

@izebit izebit marked this pull request as draft November 20, 2025 21:05
@izebit izebit changed the title add compression feat(mysql): add compression Nov 20, 2025
@izebit izebit closed this Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MySQL] Add support for compression at the protocol level

1 participant