Comment 5 for bug 1108016

Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :

Both xtrabackup 2.1 and 2.2 built with bundled zlib which makes them incompatible with MySQL versions built with different zlib.

build.sh in 2.1:
 configure_cmd="cmake . \
  -DENABLED_LOCAL_INFILE=ON \
  -DWITH_INNOBASE_STORAGE_ENGINE=ON \
  -DWITH_PARTITION_STORAGE_ENGINE=ON \
  -DWITH_ZLIB=bundled \
  -DWITH_EXTRA_CHARSETS=all \
  -DENABLE_DTRACE=OFF $extra_config_55plus"

xtrabackup_release.cmake in 2.2:
SET(WITH_ZLIB bundled)

it is possible to over ride setting for 2.2 and is not possible for 2.1