MySQL newsletter, June 2007
New Product Releases
New Release of MySQL Enterprise Server 5.0.42
This is a Monthly Rapid Update release of the MySQL Enterprise Server 5.0. The following is a partial list of changes: - Security fix: Use of a view could allow a user to gain update privileges for tables in other databases. (Bug#27878) - Security fix: If a stored routine was declared using SQL SECURITY INVOKER, a user who invoked the routine could gain privileges. (Bug#27337) - Security fix: The requirement of the DROP privilege for RENAME TABLE was not being enforced. (Bug#27515)
View the complete list of changes: http://dev.mysql.com/doc/refman/5.0/en/releasenotes-es-5-0-42.html
Download Now: https://enterprise.mysql.com/software/enterprise.php
New Release of MySQL Community Server 5.1.19 (Beta)
This is a new Beta development release, fixing recently discovered bugs. The following is a partial list of changes: - The data type used for the VARIABLE_VALUE column of the following INFORMATION_SCHEMA tables has been changed to VARCHAR: - GLOBAL_STATUS - SESSION_STATUS - GLOBAL_VARIABLES - SESSION_VARIABLES - A new status variable, Com_call_procedure, indicates the number of calls to stored procedures.
View the complete list of changes: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-19.html Download Now: http://dev.mysql.com/downloads/mysql/5.1.html
MySQL Connector/ODBC 3.51.16 (GA) MySQL Connector/ODBC 3.51.16, a new version of the ODBC driver for the MySQL database system, has been released. This release is the latest release of the 3.51 series and is suitable for use with any MySQL version including MySQL 4.1, 5.0, or 5.1. - Added support for using SSL. This is not yet exposed in the setup GUI, but must be enabled through configuration files or the DSN. - Bug Fix: Statements that return multiple result sets (such as calls to stored procedures) would not free all results when closed. - SQL_C_TYPE_DATE, SQL_C_TYPE_TIME and SQL_C_TYPE_TIMESTAMP were formatted without seperators, which could cause them to get interpreted incorrectly in some cases due to server bugs.
View complete list of changes: http://lists.mysql.com/announce/464
Download Now: http://dev.mysql.com/downloads/connector/odbc/3.51.html

