Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-6633: Remove magic dependencies for InnoDB compression methods | Jan Lindström | 2015-02-04 | 1 | -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öm | 2014-04-15 | 1 | -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 compiler | Jan Lindström | 2014-02-11 | 1 | -0/+35 |
option using cmake find_library. Fixed bunch of compiler warnings. |