pkgsrc/databases/mysql5-client
tron 114020c045 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)
2007-07-15 19:22:06 +00:00
..
patches Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. 2007-07-15 19:22:06 +00:00
buildlink3.mk Update to 5.0.27: 2006-12-10 04:12:17 +00:00
DESCR
distinfo Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. 2007-07-15 19:22:06 +00:00
Makefile Update to 5.0.41. Amongst many fixes these vulnerabilities were 2007-05-21 04:39:59 +00:00
Makefile.common Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. 2007-07-15 19:22:06 +00:00
MESSAGE
options.mk Add an options.mk for SSL support 2007-07-09 22:27:35 +00:00
PLIST Update "mysql5-client" and "mysql5-server" packages to version 5.0.45. 2007-07-15 19:22:06 +00:00