From 76c73f536d70ba96add469ac4c6a7ce09a771e24 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Tue, 1 Sep 2009 19:29:06 +0200 Subject: [PATCH] mysql: update to 5.1.38 --- mysql/.footprint | 5 +++++ mysql/.md5sum | 4 ++-- mysql/Pkgfile | 2 +- mysql/my.cnf | 3 +++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/mysql/.footprint b/mysql/.footprint index 9903c7469..e9793d5e2 100644 --- a/mysql/.footprint +++ b/mysql/.footprint @@ -119,6 +119,11 @@ lrwxrwxrwx root/root usr/lib/mysql/plugin/ha_example.so.0 -> ha_example.so.0.0.0 lrwxrwxrwx root/root usr/lib/mysql/plugin/ha_federated.so -> ha_federated.so.0.0.0 lrwxrwxrwx root/root usr/lib/mysql/plugin/ha_federated.so.0 -> ha_federated.so.0.0.0 -rwxr-xr-x root/root usr/lib/mysql/plugin/ha_federated.so.0.0.0 +-rw-r--r-- root/root usr/lib/mysql/plugin/ha_innodb_plugin.a +-rwxr-xr-x root/root usr/lib/mysql/plugin/ha_innodb_plugin.la +lrwxrwxrwx root/root usr/lib/mysql/plugin/ha_innodb_plugin.so -> ha_innodb_plugin.so.0.0.0 +lrwxrwxrwx root/root usr/lib/mysql/plugin/ha_innodb_plugin.so.0 -> ha_innodb_plugin.so.0.0.0 +-rwxr-xr-x root/root usr/lib/mysql/plugin/ha_innodb_plugin.so.0.0.0 -rw-r--r-- root/root usr/lib/mysql/plugin/libdaemon_example.a -rwxr-xr-x root/root usr/lib/mysql/plugin/libdaemon_example.la lrwxrwxrwx root/root usr/lib/mysql/plugin/libdaemon_example.so -> libdaemon_example.so.0.0.0 diff --git a/mysql/.md5sum b/mysql/.md5sum index 614b62eb8..57b4b8651 100644 --- a/mysql/.md5sum +++ b/mysql/.md5sum @@ -1,3 +1,3 @@ -f0683ad0e17750387f4d8ed055cd554a my.cnf -cbdb8783b053019755ee9196f67ea04c mysql-5.1.37.tar.gz +450f1f7a545b2e3ccd43e44651940ed4 my.cnf +8ee9bb80079bbd09499a28bc57d902e7 mysql-5.1.38.tar.gz 642a596f13ebd7e459c5ff2fd382f06b mysqld diff --git a/mysql/Pkgfile b/mysql/Pkgfile index d49589507..548c943ae 100644 --- a/mysql/Pkgfile +++ b/mysql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline zlib name=mysql -version=5.1.37 +version=5.1.38 release=1 source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/$name-$version.tar.gz \ my.cnf mysqld) diff --git a/mysql/my.cnf b/mysql/my.cnf index d9318dc47..8133283a2 100644 --- a/mysql/my.cnf +++ b/mysql/my.cnf @@ -11,6 +11,9 @@ socket = /tmp/mysql.sock port = 3306 skip-networking + +ignore-builtin-innodb +plugin-load=innodb=ha_innodb_plugin.so skip-innodb