1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-05 15:55:58 +03:00

Add MYSQL_OPT_ZSTD_COMPRESSION_LEVEL

The compression level was always hard-coded to 3.
This commit is contained in:
Markus Mäkelä
2024-11-07 06:47:21 +02:00
parent 721103eba1
commit a2213b89d4
4 changed files with 14 additions and 1 deletions

View File

@@ -223,6 +223,7 @@ extern const char *SQLSTATE_UNKNOWN;
MYSQL_OPT_MAX_ALLOWED_PACKET,
MYSQL_OPT_NET_BUFFER_LENGTH,
MYSQL_OPT_TLS_VERSION,
MYSQL_OPT_ZSTD_COMPRESSION_LEVEL,
/* MariaDB specific */
MYSQL_PROGRESS_CALLBACK=5999,