[CONC-575] Support for (MySQL) zstd compression Created: 2022-01-13 Updated: 2022-01-25 Resolved: 2022-01-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Protocol |
| Affects Version/s: | None |
| Fix Version/s: | 3.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ZStandard compression was added in MySQL 8.0 but is currently not supported by MariaDB Connector/C. MySQL indicates ZStandard compression support by setting CLIENT_ZSTD_COMPRESSION flag (1UL << 26). For using ZStandard compression the client set's CLIENT_ZSTD_COMPRESSION flag, instead of CLIENT_COMPRESS (=zlib compression) flag. Client Handshake Response:
|