Comments - InnoDB Page Compression

8 years, 2 months ago Jan Lindström
cmake .
grep LZ4 CMakeCache.txt

should contain:

ITH_INNODB_LZ4:STRING=AUTO
HAVE_LZ4_H:INTERNAL=1
HAVE_LZ4_SHARED_LIB:INTERNAL=1

make -j4
sudo make install
 
8 years, 2 months ago B A

done ........... :)

 
8 years, 2 months ago B A

i run again make install

in output displaying all files Up-to-date restarted mysql server too but no success getting error

Variable 'innodb_compression_algorithm' can't be set to the value of 'lz4'

 
8 years, 2 months ago B A

recompiled as instructed above and installed it again but still get same error

Variable 'innodb_compression_algorithm' can't be set to the value of 'lz4'

 
8 years, 2 months ago B A

hmmm so that mean i need to download maraidb 10.11 source

and then run above commands

so before running sudo make install , should i uninstall current version or what. i mean i have running 10.11 so if recompile and install over it custom build then should it will not create any problem ?

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.