MySQL Community Server 5.1.31
Functionality added or changed: * A new status variable, Queries, indicates the number of statements executed by the server. This includes statements executed within stored programs, unlike the...
View ArticleMySQL Community Server 5.1.30
# New! Partitioning to improve performance and management of very large database environments# New! Row-based/Hybrid Replication for improved replication security# New! Event Scheduler to create and...
View ArticleMySQL Community Server 5.0.91
# Bugs fixed:* Security Fix: The server failed to check the table name argument of a COM_FIELD_LIST command packet for validity and compliance to acceptable table name standards. This could be...
View ArticleMySQL Community Server 5.0.90
# Bugs fixed:* Security Fix: For servers built with yaSSL, a preauthorization buffer overflow could cause memory corruption or a server crash. We thank Evgeny Legerov from Intevydis for providing us...
View ArticleMySQL Community Server 5.0.89
# Bugs fixed:* Privileges for stored routines were ignored for mixed-case routine names. (Bug#48872) See also Bug#41049.* Building MySQL on Fedora Core 12 64-bit would due to errors in comp_err....
View ArticleMySQL Community Server 5.0.88
# Bugs fixed:* Security Fix: MySQL clients linked against OpenSSL did not check server certificates presented by a server linked against yaSSL. (Bug#47320)* MySQL Cluster: When a data node had written...
View ArticleMySQL Community Server 5.0.87
Bugs fixed:# Incompatible Change: In binary installations of MySQL, the supplied binary-configure script would start and configure MySQL, even when request help on the command with the --help...
View ArticleMySQL Community Server 5.0.86
# Bugs fixed:* Performance: For MyISAM tables with bulk_insert_buffer_size values larger than 256KB, the performance of bulk insert operations such as multiple-row INSERT and INSERT ... SELECT...
View ArticleMySQL Community Server 5.0.85
Bugs fixed:* Important Change: Uninstalling MySQL using the MySQL installer on Windows would delete the my.ini file. The file is no longer deleted. In addition, when a new installation is conducted,...
View ArticleMySQL Community Server 5.0.84
Bugs fixed:Performance: The InnoDB adaptive hash latch is released (if held) for serveral potentially long-running operations. This improves throughput for other queries if the current query is...
View ArticleMySQL Community Server 5.0.77
This is a bugfix release for the current production release family. It replaces MySQL 5.0.67 (binary) and 5.0.75 (source-only).Functionality added or changed: * Security Enhancement: To enable...
View ArticleMySQL Community Server 5.0.67
This is a bugfix release for the current production release family. It replaces MySQL 5.0.51b.Functionality added or changed: * Security Enhancement: To enable stricter control over the location from...
View ArticleMySQL Community Server 5.0.51b
Bugs fixed: * On Windows, the installer attempted to use JScript to determine whether the target data directory already existed. On Windows Vista x64, this resulted in an error because the installer...
View ArticleMySQL Community Server 5.0.51a
Bugs fixed: * Security Fix: Three vulnerabilities in yaSSL versions 1.7.5 and earlier were discovered that could lead to a server crash or execution of unauthorized code. The exploit requires a server...
View ArticleMySQL Community Server 5.0.45
Functionality added or changed: *MySQL Cluster: The server source tree now includes scripts to simplify building MySQL with SCI support. For more information about SCI interconnects and these build...
View ArticleMySQL Community Server 5.0.41
Functionality added or changed: - If you use SSL for a client connection, you can tell the client not to authenticate the server certificate by specifying neither --ssl-ca nor --ssl-capath. The server...
View ArticleMySQL Community Server 5.0.37
Functionality added or changed:- Added the SHOW PROFILES and SHOW PROFILE statements to display statement profile data, and the accompanying INFORMATION_SCHEMA.PROFILING table. Profiling is controlled...
View Article