Istruzioni per il build di XtraBackup

Note per Solaris 10 (SunOS 5.10):

Modificare utils/build.sh aggiungendo -lrt -m64 a CFLAGS e CXXFLAGS.

Accertarsi di usare GNU utils per il build, compresi make, cmake, gcc, gawk, getopt, autotools, libtool, automake, autoconf e bazaar.

Se si vuole cambiare la versione di MySQL per la quale si sta compilando bisogna modificare una delle seguenti righe:

MYSQL_51_VERSION=...

MYSQL_55_VERSION=...

PS_51_VERSION=...

PS_55_VERSION=..

Eseguire uno dei seguenti comandi, a seconda della versione di MySQL per la quale si vuole compilare:

AUTO_DOWNLOAD="yes" ./utils/build.sh xtradb (build per XtraDB 5.1)

AUTO_DOWNLOAD="yes" ./utils/build.sh innodb51_builtin (build per InnoDB built-in di MySQL 5.1)

AUTO_DOWNLOAD="yes" ./utils/build.sh xtradb55 (build per XtraDB 5.5)

AUTO_DOWNLOAD="yes" ./utils/build.sh innodb55 (build per InnoDB in MySQL 5.5)

Commenti

Sto caricando i commenti......
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.