diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-04 22:55:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-04 22:55:25 +0200 |
commit | db15e6273fb7c88ac3e1418af9428b3d9120d880 (patch) | |
tree | 8d71e51902e3657da80e75f2405613db54ad37b5 | |
parent | 24f6f4f0d5d973df83e2fd790840e9151d4eb97e (diff) | |
download | nutyx-pakxe-db15e6273fb7c88ac3e1418af9428b3d9120d880.tar.gz nutyx-pakxe-db15e6273fb7c88ac3e1418af9428b3d9120d880.tar.bz2 nutyx-pakxe-db15e6273fb7c88ac3e1418af9428b3d9120d880.tar.xz nutyx-pakxe-db15e6273fb7c88ac3e1418af9428b3d9120d880.zip |
maj mysql#5.1.46-2, ajout plugins
-rw-r--r-- | extra/mysql/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/mysql/Pkgfile b/extra/mysql/Pkgfile index 4ea3c2ddb..861b39b6a 100644 --- a/extra/mysql/Pkgfile +++ b/extra/mysql/Pkgfile @@ -6,7 +6,7 @@ name=mysql version=5.1.46 -release=1 +release=2 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/$name-$version.tar.gz \ mysql-$version-skip-abi-check.patch ) @@ -29,6 +29,7 @@ build () { --enable-local-infile \ --with-unix-socket-path=/var/run/mysql/mysql.sock \ --with-extra-charsets=all \ + --with-plugins=partition,innobase,innodb_plugin \ --without-debug \ --without-readline \ --without-docs \ |