1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Windows build fix

This commit is contained in:
Georg Richter
2022-01-26 19:41:32 +01:00
parent f3c036e425
commit 2ffe9083a7

View File

@@ -140,7 +140,7 @@ struct st_mysql_client_plugin_TRACE
typedef struct st_mariadb_client_plugin_COMPRESS
{
MYSQL_CLIENT_PLUGIN_HEADER;
MYSQL_CLIENT_PLUGIN_HEADER
ma_compress_ctx *(*init_ctx)(int compression_level);
void (*free_ctx)(ma_compress_ctx *ctx);
my_bool (*compress)(ma_compress_ctx *ctx, void *dst, size_t *dst_len, void *source, size_t source_len);