diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-05 16:42:07 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-05 16:42:07 (GMT) |
commit | 3ec5ecd6751d34076601560814ec2a82d3ad0702 (patch) | |
tree | ccb5ce0c05ec2b443956c87a153d6bd8258d69ef /abs/core/mysql/PKGBUILD | |
parent | 1e14254595134c958ef0b38daa5f6519b48b74e7 (diff) | |
download | linhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.zip linhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.tar.gz linhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.tar.bz2 |
mysql: removed binary logging from my.cnf
These files can get rather large and eat up all the space on the database partition.
refs #874
Diffstat (limited to 'abs/core/mysql/PKGBUILD')
-rwxr-xr-x | abs/core/mysql/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mysql/PKGBUILD b/abs/core/mysql/PKGBUILD index 5d9cbb7..17850bd 100755 --- a/abs/core/mysql/PKGBUILD +++ b/abs/core/mysql/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mysql pkgname=('libmysqlclient' 'mysql-clients' 'mysql') pkgver=5.5.28 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL') url="https://www.mysql.com/products/community/" @@ -127,7 +127,7 @@ package_mysql(){ } md5sums=('da8ddb3d00e6e159153d2444360f52a8' 'e7eb2faeab755cbb2fe03542bf328da9' - '698827c2380bd5f831f2b8160cee4cae' + 'e0f0c53cb6e3cead8896fa1f0c902789' '6ea6ceb360d09a774e87335ee098ddd5' '2fa6e456964d4ff5e6d4f9ff0126aed6' 'a0e1460c276a50a9666c331de83271f2') |