Changes of Revision 6
[-] | Changed | mysql.spec |
x 1
2 --with-innodb \ 3 --with-archive-storage-engine \ 4 --with-csv-storage-engine \ 5 + --with-federated-storage-engine \ 6 --with-mysqld-ldflags=-static \ 7 --without-extra-tools \ 8 --with-server-suffix=-Max 9
10 --with-extra-tools \ 11 --with-archive-storage-engine \ 12 --with-csv-storage-engine \ 13 + --with-federated-storage-engine \ 14 --with-innodb 15 nm --numeric-sort sql/mysqld > sql/mysqld.sym 16 #make test 17 |