[arch-commits] Commit in mysql/trunk (PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Thu Mar 26 08:01:09 UTC 2009
Date: Thursday, March 26, 2009 @ 04:01:08
Author: douglas
Revision: 31377
upgpkg: mysql 5.1.32-3
Adding mysql database plugins (such innobase) as they are disabled by default in this new version
Modified:
mysql/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-26 06:55:50 UTC (rev 31376)
+++ PKGBUILD 2009-03-26 08:01:08 UTC (rev 31377)
@@ -4,7 +4,7 @@
pkgname=mysql
pkgver=5.1.32
-pkgrel=2
+pkgrel=3
pkgdesc="A fast SQL database server"
arch=(i686 x86_64)
backup=(etc/my.cnf etc/conf.d/mysqld)
@@ -32,7 +32,8 @@
--enable-local-infile --with-ssl \
--with-charset=latin1 --with-collation=latin1_general_ci \
--with-extra-charsets=complex --enable-thread-safe-client \
- --with-libwrap
+ --with-libwrap \
+ --with-plugins=partition,ftexample,archive,blackhole,federated,heap,innobase,ndbcluster
pushd include || return
make || return 1
@@ -60,3 +61,9 @@
'247e9fa664bccaca62ca0e42a6cfae20'
'0ee035590ffc61d32de994f461fd2bd2'
'4a9077fc95ec6db1d5420e0cdc74d31c')
+md5sums=('f2d14b5e3b9d50b809c9b9985e4513b7'
+ '8dce7e2b9f1f6ed6eca8bd62144bad0a'
+ 'd1921e85821a66196c24ef6e5346b572'
+ '247e9fa664bccaca62ca0e42a6cfae20'
+ '0ee035590ffc61d32de994f461fd2bd2'
+ '4a9077fc95ec6db1d5420e0cdc74d31c')
More information about the arch-commits
mailing list