mysql: update to 5.1.37

This commit is contained in:
Juergen Daubert 2009-08-18 18:33:41 +02:00
parent 7b1aef80fa
commit 9414d40a19
3 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,3 @@
345bcdf6f46ce0c6c8bdc90dd0854ee7 my.cnf
18e694c4ecbe851fe8e21e1668116c46 mysql-5.1.36.tar.gz
f0683ad0e17750387f4d8ed055cd554a my.cnf
cbdb8783b053019755ee9196f67ea04c mysql-5.1.37.tar.gz
642a596f13ebd7e459c5ff2fd382f06b mysqld

View File

@ -4,7 +4,7 @@
# Depends on: ncurses readline zlib
name=mysql
version=5.1.36
version=5.1.37
release=1
source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/$name-$version.tar.gz \
my.cnf mysqld)

View File

@ -5,7 +5,7 @@
[mysqld]
datadir = /var/lib/mysql
user = mysql
log = /var/log/mysqld.log
general_log = /var/log/mysqld.log
pid-file = /var/run/mysqld.pid
socket = /tmp/mysql.sock
port = 3306
@ -13,6 +13,7 @@ port = 3306
skip-networking
skip-innodb
[client]
socket = /tmp/mysql.sock
port = 3306