[Maria-discuss] lz4 innodb compression
Hello, is lz4 support not compiled in the Mariadb rpm (Opensuse) packages or are there some runtime requirements or you have to rebuild from source? MariaDB> set global innodb_compression_algorithm=lz4; ERROR 1231 (42000): Variable 'innodb_compression_algorithm' can't be set to the value of 'lz4' while MariaDB> set global innodb_compression_algorithm=lzo; Query OK, 0 rows affected (0.00 sec) Server version: 10.2.5-MariaDB-log MariaDB Server / OpenSUSE Leap 42.2 / on system: lz4-1.4.0+svn124-3.3.x86_64 liblz4-1_4-1.4.0+svn124-3.3.x86_64 rr
Am 28.04.2017 um 13:48 schrieb Reinis Rozitis:
Hello, is lz4 support not compiled in the Mariadb rpm (Opensuse) packages or are there some runtime requirements or you have to rebuild from source?
write a bugreport at Opensuse obviously they had "lz4-devel" or however the package is called their not in the buildroot
write a bugreport at Opensuse obviously they had "lz4-devel" or however the package is called their not in the buildroot
I am not using packages built by Opensuse though rather than the official Mariadb (from download.mariadb.org): 0488798bbb5c31f041222e92b4016802 ./rpms/MariaDB-10.2.5-opensuse42-x86_64-server.rpm or do they now use Suse/Opensuse build-infrastructure (which is unlikely because last time when there was request for Leap support the response was that there is a need to create a VM for buildbot https://lists.launchpad.net/maria-discuss/msg03130.html )? rr
Hi, Reinis! On Apr 28, Reinis Rozitis wrote:
Hello, is lz4 support not compiled in the Mariadb rpm (Opensuse) packages or are there some runtime requirements or you have to rebuild from source?
Not compiled in, you have to rebuild from source. This is the command line we're using: cmake . -DBUILD_CONFIG=mysql_release -DRPM=opensuse42 make package (copied directly from http://buildbot.askmonty.org/buildbot/builders/kvm-zyp-opensuse42-amd64/buil... which also shows that lz4 is not compiled in) Regards, Sergei Chief Architect MariaDB and security@mariadb.org
participants (3)
-
Reindl Harald
-
Reinis Rozitis
-
Sergei Golubchik