@@ -944,34 +944,69 @@ Depends: mariadb-server-10.7,
944
944
${misc:Depends},
945
945
${shlibs:Depends}
946
946
Description: BZip2 compression support in the server and storage engines
947
+ The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
948
+ can use different compression libraries.
949
+ .
950
+ Plugin provides BZip2 (https://sourceware.org/bzip2/) compression
951
+ .
952
+ Note that these affect InnoDB and Mroonga only;
953
+ RocksDB still uses the compression algorithms from its own library
947
954
948
955
Package: mariadb-plugin-provider-lz4
949
956
Architecture: any
950
957
Depends: mariadb-server-10.7,
951
958
${misc:Depends},
952
959
${shlibs:Depends}
953
960
Description: LZ4 compression support in the server and storage engines
961
+ The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
962
+ can use different compression libraries.
963
+ .
964
+ Plugin provides LZ4 (http://lz4.github.io/lz4/) compression
965
+ .
966
+ Note that these affect InnoDB and Mroonga only;
967
+ RocksDB still uses the compression algorithms from its own library
954
968
955
969
Package: mariadb-plugin-provider-lzma
956
970
Architecture: any
957
971
Depends: mariadb-server-10.7,
958
972
${misc:Depends},
959
973
${shlibs:Depends}
960
974
Description: LZMA compression support in the server and storage engines
975
+ The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
976
+ can use different compression libraries.
977
+ .
978
+ Plugin provides LZMA (https://tukaani.org/lzma/) compression
979
+ .
980
+ Note that these affect InnoDB and Mroonga only;
981
+ RocksDB still uses the compression algorithms from its own library
961
982
962
983
Package: mariadb-plugin-provider-lzo
963
984
Architecture: any
964
985
Depends: mariadb-server-10.7,
965
986
${misc:Depends},
966
987
${shlibs:Depends}
967
988
Description: LZO compression support in the server and storage engines
989
+ The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
990
+ can use different compression libraries.
991
+ .
992
+ Plugin provides LZO (http://www.oberhumer.com/opensource/lzo/) compression
993
+ .
994
+ Note that these affect InnoDB and Mroonga only;
995
+ RocksDB still uses the compression algorithms from its own library
968
996
969
997
Package: mariadb-plugin-provider-snappy
970
998
Architecture: any
971
999
Depends: mariadb-server-10.7,
972
1000
${misc:Depends},
973
1001
${shlibs:Depends}
974
1002
Description: Snappy compression support in the server and storage engines
1003
+ The various MariaDB storage engines, such as InnoDB, RocksDB, Mroonga,
1004
+ can use different compression libraries.
1005
+ .
1006
+ Plugin provides Snappy (https://github.com/google/snappy) compression
1007
+ .
1008
+ Note that these affect InnoDB and Mroonga only;
1009
+ RocksDB still uses the compression algorithms from its own library
975
1010
976
1011
Package: mariadb-test
977
1012
Architecture: any
0 commit comments