You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
CONC-575: Support for MySQL zstd compression
ZSTD compression is now supported for connections to a MySQL Server 8.0. Compression algorithms are supported via compression plugins, which can be found in plugins/compress.
This commit is contained in:
@@ -541,8 +541,6 @@ static int test_compress(MYSQL *mysql)
|
||||
/* use compressed protocol */
|
||||
rc= mysql_options(mysql, MYSQL_OPT_COMPRESS, NULL);
|
||||
|
||||
|
||||
|
||||
if (!(my_test_connect(mysql, hostname, username,
|
||||
password, schema, port,
|
||||
socketname, 0)))
|
||||
|
Reference in New Issue
Block a user