summaryrefslogtreecommitdiff
path: root/cmake/lz4.cmake
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-6633: Remove magic dependencies for InnoDB compression methodsJan Lindström2015-02-041-13/+26
| | | | | Added options for each compression type that can be disabled i.e. bzip2, lz4, lzma and lzo.
* Added support for LZO compression method.Jan Lindström2014-04-151-12/+12
| | | | | | | | | | Removed: innodb_use_lz4 configuration parameter Added: innodb_compression_algorithm configuration parameter 0 = no compression, 1 = ZLIB, 2 = LZ4, 3 = LZO Fixed issue with incorrect trim calculations
* Removed unnecessary files and set lz4 under HAVE_LZ4 compilerJan Lindström2014-02-111-0/+35
option using cmake find_library. Fixed bunch of compiler warnings.