diff options
author | xtraeme <xtraeme> | 2004-11-09 06:11:48 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-11-09 06:11:48 +0000 |
commit | c10bdf989f5317dd7c7eea3543900fe43b325546 (patch) | |
tree | d2b30d3169fa1588ece75942e9246c00baf85733 /databases/mysql-server/distinfo | |
parent | 24e0d1985c3cd190051184592f1ee77f46a5a2b9 (diff) | |
download | pkgsrc-c10bdf989f5317dd7c7eea3543900fe43b325546.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-server/distinfo')
-rw-r--r-- | databases/mysql-server/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/mysql-server/distinfo b/databases/mysql-server/distinfo index 68b250f9714..3fb1732d6cc 100644 --- a/databases/mysql-server/distinfo +++ b/databases/mysql-server/distinfo @@ -1,12 +1,11 @@ -$NetBSD: distinfo,v 1.26 2004/10/28 01:08:15 xtraeme Exp $ +$NetBSD: distinfo,v 1.27 2004/11/09 06:11:48 xtraeme Exp $ -SHA1 (mysql-4.0.21.tar.gz) = 1f5059c79e0c3718e005d41c428b83f2755fc7aa -Size (mysql-4.0.21.tar.gz) = 14107388 bytes -SHA1 (patch-aa) = 8c47efec1c930fbb3ec655502b1434fc8e58fe40 -SHA1 (patch-ae) = d5dcade3dea37c2f9be12bbddf6091ddb57344ac +SHA1 (mysql-4.0.22.tar.gz) = 0b43446a0fd2887c4bc69d8b30dc57f348e145cd +Size (mysql-4.0.22.tar.gz) = 14395535 bytes +SHA1 (patch-aa) = d753d777adfa3d1357a285c0c18dfd0f6fc988b6 SHA1 (patch-af) = 038b5d570265e1f821de6502d05f94225eba5672 SHA1 (patch-al) = 725a3a6e06d39b26efb706bebbe3ff95da82be96 -SHA1 (patch-am) = 691e8d492b96a4eec370d8413dcec28c7828c55b +SHA1 (patch-am) = 9b65fe456c25a45270cf73ab712191b1f7924ce7 SHA1 (patch-aq) = 1e09f64374ebc3a9ee4cad2a8f6d7b11ba4b0451 SHA1 (patch-ar) = 7440bd5082194266652bd17a1a81b3778ab9b760 SHA1 (patch-as) = 6e034bfe25d60efb852c39a08653510063fac866 |