Friday, May 27, 2016

Download MySQL 5.5.12


MySQL is a free and open source relational database management system (RDBMS) that runs as a server providing multi-user access to a of databases. MySQL , now owned by Corporation.

MySQL is being used in some free software project like Joomla, WordPress, pBB, Drupal and other software built on the LAMP software stack. MySQL is also used in many high-profile, large-scale World Wide Web products, including Wikipedia, Google (though not for srches) and Facebook.

Homepage: mysql
Type: Relational Database Management System (RDBMS)
: GNU eral Public (version 2, with linking exception) or proprietary EULA
Written in: C, C++
Operating system: Cross-platform
Languages: English
Size: 27.62 MB
Download: (x86, 32-bit), Mirror | Mac OS X 10.6(x86, 32-bit), Mirror Support: Click Here
Bugs fix's in this version:- InnoDB Storage Engine: Repliion: Trying to update a column, previously set to , of an InnoDB table with no primary caused repliion to fail with Can't find record in 'table' on the slave.
- InnoDB Storage Engine: The server could halt if InnoDB interpreted a very hvy I/O load for 15 minutes or more as an indiion that the server was hung. This change fixes the logic that msures how long InnoDB thrds were waiting, which formerly could produce false positives.
- InnoDB Storage Engine: With the setting lower_case_table_names=2, inserts into InnoDB tables covered by foreign constraints could fail after a server restart.
- Repliion: Using the --server-id option with mysqlbinlog could cause format description log events to be filtered out of the binary log, lving mysqlbinlog unable to rd the remainder of the log. Now such events are always rd without regard to the value of this option.
- As part of the the fix for this problem, mysqlbinlog now also rds rotate log events without regard to the value of --server-id.
- On , the server rejected client connections if no DNS server was available.
- mysql_upgrade did not properly upgrade the authentiion_string column of the mysql.user table.
- InnoDB invoked some zlib functions without proper initialization.
- Comparison of a DATETIME stored program variable and NOW() led to an “Illegal mix of collations error” when character_set_connection was set to utf8. (Bug #60625, Bug #11926811)
- Selecting from a view for which the definition included a HAVING clause failed with an error:
* 1356: View '...' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
- CRTE TABLE syntax permits specifiion of a STORAGE {DEFAULT||MEMORY} option. However, this value was not written to the .frm file, so that a subsequent CRTE TABLE ... LIKE for the table did not include that option.
* Also, ALTER TABLE of a table that had a tablespace incorrectly destroyed the tablespace.
- The server permitted max_allowed_packet to be set lower than net_buffer_length, which does not make sense because max_allowed_packet is the upper limit on net_buffer_length values. Now a warning occurs and the value remains unchanged.
- A missing variable initialization for Item_func_set_user_var objects could cause an assertion to be raised.
- When the server was started with the --skip-innodb option, it initialized the have_innodb system variable to YES rather than DISABLED.
- In Item_func_month::val_str(), a Varind warning for a too-late value check was corrected.
- In Item::get_date, a Varind warning for a missing value check was corrected.
- In extract_date_time(), a Varind warning for a missing end-of-string check was corrected.
- In string context, the MIN() and MAX() functions did not take into account the unsignedness of a BIGINT UNSIGNED argument.
- In Item_func::val_decimal, a Varind warning for a missing value check was corrected.
- In Item_func_str_to_date::val_str, a Varind warning for an uninitialized variable was corrected.
- An assertion could be raised in Item_func_int_val::fix_num_length_and_dec() due to overflow for geometry functions.
- With prepared statements, the server could attempt to send result set metadata after the table had been closed.
- With lower_case_table_names=2, resolution of objects qualified by database names could fail.
- SHOW EVENTS did not always show events from the correct database.

No comments:

Post a Comment