summaryrefslogtreecommitdiff
path: root/cmake/lzo.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: innodb files in cmake/Sergei Golubchik2017-03-291-48/+0
| | | | | | | moved to storage/innobase/ also removed duplicate checks from storage/innobase/CMakeLists.txt (they're all in storage/innobase/innodb.cmake)
* MDEV-6633: Remove magic dependencies for InnoDB compression methodsJan Lindström2015-02-041-14/+27
| | | | | Added options for each compression type that can be disabled i.e. bzip2, lz4, lzma and lzo.
* MDEV-6361: innodb_compression_algorithm configuration variable canJan Lindström2014-06-251-4/+4
| | | | | | | be set to unsupported value. MDEV-6350: Excessive unnecessary memory allocation at InnoDB/XtraDB startup if LZO is installed.
* temporarily disable lzo compressionSergei Golubchik2014-05-261-4/+4
|
* lzo.cmake: don't use the same symbol for two different testsSergei Golubchik2014-05-261-2/+2
|
* Added support for LZO compression method.Jan Lindström2014-04-151-0/+35
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