diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-09 06:11:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-09 06:11:48 +0000 |
commit | a5ca89ed9d944ef2b5da11016d3edb50405a998d (patch) | |
tree | d2b30d3169fa1588ece75942e9246c00baf85733 /databases/mysql-client/PLIST | |
parent | ad79a87063d9db57355a6ef2a75e3b3a1c67826b (diff) | |
download | pkgsrc-a5ca89ed9d944ef2b5da11016d3edb50405a998d.tar.gz |
Update mysql-{client,server} to 4.0.22.
Functionality added or changed:
* The --with-openssl option for configure now accepts a path
prefix as an argument. --with-openssl-includes and
--with-openssl-libs are still supported, but are needed only
to override the default values. (Bug #5494)
* Added new --without-man option to configure to suppress
building/installing the manual pages. (Bug #5379)
* InnoDB: New mysqld option --innodb-table-locks and session
variable innodb_table_locks (on by default). In applications
using AUTOCOMMIT=1, InnoDB's internal table locks can cause
deadlocks. You can set innodb_table_locks=0 in `my.cnf' to
remove that problem. See section 16.17 Restrictions on InnoDB
Tables. (Bug #3299, Bug #5998)
* InnoDB: Added the startup option and settable global variable
innodb_max_purge_lag for delaying INSERT, UPDATE and DELETE
operations when the purge operations are lagging. The default
value of this parameter is zero, meaning that there will not be
any delays. See section 16.13 Implementation of Multi-Versioning.
* InnoDB: Change error code to HA_ERR_ROW_IS_REFERENCED if we
cannot DROP a parent table because it is referenced by a FOREIGN
KEY constraint.
And a lot of bugfixes: http://dev.mysql.com/doc/mysql/en/News-4.0.22.html
Diffstat (limited to 'databases/mysql-client/PLIST')
-rw-r--r-- | databases/mysql-client/PLIST | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/databases/mysql-client/PLIST b/databases/mysql-client/PLIST index b541ad7ae3f..d3878b596b5 100644 --- a/databases/mysql-client/PLIST +++ b/databases/mysql-client/PLIST @@ -1,15 +1,11 @@ -@comment $NetBSD: PLIST,v 1.12 2004/10/28 01:08:15 xtraeme Exp $ -bin/make_win_binary_distribution -bin/make_win_src_distribution +@comment $NetBSD: PLIST,v 1.13 2004/11/09 06:11:48 xtraeme Exp $ bin/msql2mysql bin/mysql bin/mysql_config bin/mysql_convert_table_format bin/mysql_explain_log bin/mysql_find_rows -bin/mysql_fix_extensions bin/mysql_fix_privilege_tables -bin/mysql_secure_installation bin/mysql_setpermission bin/mysql_tableinfo bin/mysql_zap @@ -18,7 +14,6 @@ bin/mysqladmin bin/mysqlbinlog bin/mysqlbug bin/mysqlcheck -bin/mysqld_multi bin/mysqldump bin/mysqldumpslow bin/mysqlhotcopy @@ -52,8 +47,7 @@ include/mysql/sslopt-case.h include/mysql/sslopt-longopts.h include/mysql/sslopt-vars.h lib/mysql/libmysqlclient.la -man/man1/isamchk.1 -man/man1/isamlog.1 +lib/mysql/libmysqlclient_r.la man/man1/mysql.1 man/man1/mysql_fix_privilege_tables.1 man/man1/mysql_zap.1 @@ -61,24 +55,8 @@ man/man1/mysqlaccess.1 man/man1/mysqladmin.1 man/man1/mysqldump.1 man/man1/mysqlshow.1 -man/man1/perror.1 -man/man1/replace.1 -share/mysql/Description.plist -share/mysql/Info.plist -share/mysql/MySQL-shared-compat.spec -share/mysql/StartupParameters.plist -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 -share/mysql/mysql-${PKGVERSION}.spec -share/mysql/mysql-log-rotate -share/mysql/postinstall -share/mysql/preinstall @dirrm share/mysql @dirrm lib/mysql @dirrm include/mysql |