diff options
author | xtraeme <xtraeme> | 2004-10-22 01:10:03 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-10-22 01:10:03 +0000 |
commit | 6c1451b0fe0a095becb8d629f28adaa3b94a8b5f (patch) | |
tree | f38285f6d23bd1b60e0b64e42bc4b8e566fbff6e /databases/mysql4-client/PLIST | |
parent | 90ab4754b618a28d7455edcac8243a91e79d77ac (diff) | |
download | pkgsrc-6c1451b0fe0a095becb8d629f28adaa3b94a8b5f.tar.gz |
Update databases/mysql4* packages to 4.0.21 (latest stable production
release) and take maintainership.
Functionality added or changed:
# Print version_comment (from ./configure --comment during compilation)
when starting the server. E.g.: Version: '4.0.21-debug' socket:
'/tmp/mysql.sock' port: 0 Official MySQL Binary
# Made the MySQL server not react to signals SIGHUP and SIGQUIT on
Mac OS X 10.3. This is needed because under this OS, the MySQL server
receives lots of these signals (reported as Bug #2030).
# On Windows, the mysqld-nt and mysqld-max-nt servers now write error
messages to the Windows event log in addition to the MySQL error log.
Tons of bugfixes were fixed, more information:
http://dev.mysql.com/doc/mysql/en/News-4.0.21.html
Diffstat (limited to 'databases/mysql4-client/PLIST')
-rw-r--r-- | databases/mysql4-client/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mysql4-client/PLIST b/databases/mysql4-client/PLIST index 2208f9d3b0b..83ed45c3b8a 100644 --- a/databases/mysql4-client/PLIST +++ b/databases/mysql4-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:22 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/10/22 01:10:04 xtraeme Exp $ bin/make_win_binary_distribution bin/make_win_src_distribution bin/msql2mysql @@ -71,6 +71,7 @@ share/mysql/binary-configure share/mysql/make_binary_distribution share/mysql/make_sharedlib_distribution share/mysql/my-huge.cnf +share/mysql/my-innodb-heavy-4G.cnf share/mysql/my-large.cnf share/mysql/my-medium.cnf share/mysql/my-small.cnf |