Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2007 19:22:07
Module Name:	pkgsrc
Committed By:	tron
Date:		Sun Jul 15 19:22:07 UTC 2007

Modified Files:
	pkgsrc/databases/mysql5-client: Makefile.common PLIST distinfo
	pkgsrc/databases/mysql5-client/patches: patch-ad patch-ae
	pkgsrc/databases/mysql5-server: PLIST distinfo
	pkgsrc/databases/mysql5-server/patches: patch-aa patch-ah
Removed Files:
	pkgsrc/databases/mysql5-client/patches: patch-ac patch-bg
	pkgsrc/databases/mysql5-server/patches: patch-ac patch-ao

Log Message:
Update "mysql5-client" and "mysql5-server" packages to version 5.0.45.
Change since version 5.0.41:
- Functionality added or changed:
  - A new status variable, Com_call_procedure, indicates the number of calls
    to stored procedures. (Bug#27994)
  - NDB Cluster: The server source tree now includes scripts to simplify
    building MySQL with SCI support. For more information about SCI
    interconnects and these build scripts, see Section 15.9.1,
    Configuring MySQL Cluster to use SCI Sockets. (Bug#25470)
  - Prior to this release, when DATE values were compared with DATETIME values
    the time portion of the DATETIME value was ignored. Now a DATE value is
    coerced to the DATETIME type by adding the time portion as 00:00:00. To
    mimic the old behavior use the CAST() function in the following way:
    SELECT date_field = CAST(NOW() as DATE);. (Bug#28929)
- A large number of bugs including these security problems have been fixed:
  - A malformed password packet in the
    connection protocol could cause the server to crash. Thanks for Dormando
    for reporting this bug and providing details and a proof of concept.
    (Bug#28984)
  - CREATE TABLE LIKE did not require any privileges on the source table. Now
    it requires the SELECT privilege. (Bug#25578)
  - In addition, CREATE TABLE LIKE was not isolated from alteration by other
    connections, which resulted in various errors and incorrect binary log
    order when trying to execute concurrently a CREATE TABLE LIKE statement
    and either DDL statements on the source table or DML or DDL statements on
    the target table. (Bug#23667)


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/databases/mysql5-client/Makefile.common
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/mysql5-client/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/databases/mysql5-client/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/databases/mysql5-client/patches/patch-ac
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/mysql5-client/patches/patch-ad
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/mysql5-client/patches/patch-ae
cvs rdiff -r1.1 -r0 pkgsrc/databases/mysql5-client/patches/patch-bg
cvs rdiff -r1.10 -r1.11 pkgsrc/databases/mysql5-server/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/databases/mysql5-server/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/mysql5-server/patches/patch-aa
cvs rdiff -r1.6 -r0 pkgsrc/databases/mysql5-server/patches/patch-ac
cvs rdiff -r1.5 -r1.6 pkgsrc/databases/mysql5-server/patches/patch-ah
cvs rdiff -r1.2 -r0 pkgsrc/databases/mysql5-server/patches/patch-ao

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