Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 11/09/2004 06:11:49
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Tue Nov  9 06:11:49 UTC 2004

Modified Files:
	pkgsrc/databases/mysql-client: Makefile Makefile.common PLIST distinfo
	pkgsrc/databases/mysql-client/patches: patch-af
	pkgsrc/databases/mysql-server: Makefile distinfo
	pkgsrc/databases/mysql-server/patches: patch-aa patch-am
Added Files:
	pkgsrc/databases/mysql-client/patches: patch-au patch-av patch-aw
	    patch-ax
Removed Files:
	pkgsrc/databases/mysql-server/patches: patch-ae

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/databases/mysql-client/Makefile
cvs rdiff -r1.28 -r1.29 pkgsrc/databases/mysql-client/Makefile.common
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/mysql-client/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/mysql-client/distinfo
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/mysql-client/patches/patch-af
cvs rdiff -r0 -r1.1 pkgsrc/databases/mysql-client/patches/patch-au \
    pkgsrc/databases/mysql-client/patches/patch-av \
    pkgsrc/databases/mysql-client/patches/patch-aw \
    pkgsrc/databases/mysql-client/patches/patch-ax
cvs rdiff -r1.58 -r1.59 pkgsrc/databases/mysql-server/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/databases/mysql-server/distinfo
cvs rdiff -r1.10 -r1.11 pkgsrc/databases/mysql-server/patches/patch-aa
cvs rdiff -r1.12 -r0 pkgsrc/databases/mysql-server/patches/patch-ae
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/mysql-server/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.