mariadb/libservices
Kartik Soneji bf8b699f64 MDEV-12933 sort out the compression library chaos
bzip2/lz4/lzma/lzo/snappy compression is now provided via *services*

they're almost like normal services, but in include/providers/
and they're supposed to provide exactly the same interface
as original compression libraries (but not everything,
only enough of if for the code to compile).

the services are implemented via dummy functions that return
corresponding error values (LZMA_PROG_ERROR, LZO_E_INTERNAL_ERROR, etc).

the actual compression libraries are linked into corresponding
provider plugins. Providers are daemon plugins that when loaded
replace service pointers to point to actual compression functions.

That is, run-time dependency on compression libraries is now on plugins,
and the server doesn't need any compression libraries to run, but
will automatically support the compression when a plugin is loaded.

InnoDB and Mroonga use compression plugins now. RocksDB doesn't,
because it comes with standalone utility binaries that cannot
load plugins.
2021-10-27 15:55:14 +02:00
..
base64_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
CMakeLists.txt MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
debug_sync_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
encryption_scheme_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
encryption_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
HOWTO
json_service.c MDEV-5313 Improving audit api. 2018-12-12 01:49:39 +04:00
kill_statement_service.c Update FSF Address 2019-05-11 21:29:06 +03:00
logger_service.c Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
my_crypt_service.c MDEV-11663 Create services for functionality used by plugins 2017-04-27 19:12:38 +02:00
my_md5_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_print_error_service.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
my_sha1_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_sha2_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
my_snprintf_service.c Update FSF Address 2019-05-11 21:29:06 +03:00
mysqlservices_aix.def Add build on AIX 2020-12-16 08:07:04 +11:00
progress_report_service.c Merge branch '5.5' into 10.1 2019-05-11 19:15:57 +03:00
provider_service_bzip2.c MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
provider_service_lz4.c MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
provider_service_lzma.c MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
provider_service_lzo.c MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
provider_service_snappy.c MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
sql_service.c MDEV-19275 Provide SQL service to plugins. 2021-10-19 17:35:06 +02:00
thd_alloc_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_autoinc_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_error_context_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_rnd_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_specifics_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_timezone_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
thd_wait_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
wsrep_service.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00