Sergei Golubchik
61ef765c43
change plugin TYPE in the REGISTER_PLUGIN to something useful
...
it's currently unused
2024-10-17 10:00:31 +02:00
Marko Mäkelä
e10c10f05b
Remove unnecessary typedef and fix clang -Wtypedef-redefinition
2022-03-16 08:55:17 +02:00
Sergei Golubchik
39d19136f4
older zstd doesn't have ZSTD_CLEVEL_DEFAULT
2022-02-04 19:13:17 +01:00
Sergei Golubchik
378f78729a
don't add ZSTD_INCLUDE_DIRS to include dirs if no zstd
2022-02-04 16:14:03 +01:00
Sergei Golubchik
840136f59c
allow zstd to be disabled
2022-02-04 15:42:17 +01:00
Georg Richter
c08063a265
Removed bundled ZStandard compression library.
...
The ZStandard compression plugin will be build only if the
ZStandard libraries and include files are installed on the
builder.
2022-02-04 14:53:42 +01:00
Georg Richter
770cf2286a
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.
2022-01-25 05:02:33 +01:00