summaryrefslogtreecommitdiffstats
path: root/abs/core/mysql
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-06-24 20:20:37 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-06-24 20:20:37 (GMT)
commit475634af885c5abe5541f6ac0fdbf748606aa14a (patch)
tree742e3bd62eb4c26106cce370bb9f11731b2ec3ca /abs/core/mysql
parentb4dab9b8f8abbaa031c74a77f42847714f0b4a6c (diff)
downloadlinhes_pkgbuild-475634af885c5abe5541f6ac0fdbf748606aa14a.zip
linhes_pkgbuild-475634af885c5abe5541f6ac0fdbf748606aa14a.tar.gz
linhes_pkgbuild-475634af885c5abe5541f6ac0fdbf748606aa14a.tar.bz2
mysql: update to 5.6.25
Diffstat (limited to 'abs/core/mysql')
-rw-r--r--abs/core/mysql/PKGBUILD8
-rwxr-xr-xabs/core/mysql/my.cnf1
2 files changed, 5 insertions, 4 deletions
diff --git a/abs/core/mysql/PKGBUILD b/abs/core/mysql/PKGBUILD
index 0c6747e..9a4e092 100644
--- a/abs/core/mysql/PKGBUILD
+++ b/abs/core/mysql/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=('mysql' 'libmysqlclient' 'mysql-clients')
pkgbase=mysql
-pkgver=5.6.23
-pkgrel=3
+pkgver=5.6.25
+pkgrel=1
pkgdesc="Fast SQL database server, community edition"
arch=('i686' 'x86_64')
makedepends=('openssl' 'zlib' 'cmake' 'systemd-tools' 'libaio' 'jemalloc')
@@ -169,10 +169,10 @@ package_mysql(){
rm "${pkgdir}/usr/share/man/man1/mysql-test-run.pl.1"
}
-md5sums=('60344f26eae136a267a0277407926e79'
+md5sums=('37664399c91021abe070faa700ecd0ed'
'b79e65a5aa536e6b5bc60988eb0b78a2'
'2fa6e456964d4ff5e6d4f9ff0126aed6'
'81b62df0f569935109c1b107dfe9f9fa'
- '75121ffbbd47367c27ae0448f6282b57'
+ 'd30c8b6206e23972d1bae1a842721cea'
'e7eb2faeab755cbb2fe03542bf328da9'
'f2b34ac2954bb56c4abf08c66a7f840e')
diff --git a/abs/core/mysql/my.cnf b/abs/core/mysql/my.cnf
index da26759..42e1c51 100755
--- a/abs/core/mysql/my.cnf
+++ b/abs/core/mysql/my.cnf
@@ -43,6 +43,7 @@ query_cache_type = 1
query_cache_size = 64M
query_cache_limit = 2M
join_buffer_size = 2M
+ignore-db-dir = lost+found
# Don't listen on a TCP/IP port at all. This can be a security enhancement,