mariadb/storage/archive
Marko Mäkelä 4faef6e240 Cleanup: Remove IF_VALGRIND
The purpose of the compress() wrapper my_compress_buffer() was twofold:
silence Valgrind warnings about uninitialized memory access before
zlib 1.2.4, and have PERFORMANCE_SCHEMA instrumentation of some zlib
related memory allocation. Because of PERFORMANCE_SCHEMA, we cannot
trivially replace my_compress_buffer() with compress().

az_open(): Remove a crc32() call. Any CRC of the empty string is 0.
2022-04-25 09:40:40 +03:00
..
archive_reader.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
archive_test.c Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
azio.c Cleanup: Remove IF_VALGRIND 2022-04-25 09:40:40 +03:00
azlib.h MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
CMakeLists.txt Update FSF Address 2019-05-11 21:29:06 +03:00
ha_archive.cc Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00
ha_archive.h Merge 10.4 into 10.5 2021-04-21 09:01:01 +03:00