Download | Release Notes | Changelog |Overview of 5.2
Release date: 10 Nov 2010
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on Launchpad. On Launchpad you can view more details of the revision and view diffs of the code modified in that revision.
Build Script Update (22 Nov 2010)
: Misconfigured debian-sys-maint user, warnings from default my.cnf Fix two problems reported in :
The debian-sys-maint account was not created, due to new field auth_string added in in 5.2 with no default value and postinst script not updated.
Default my.cnf in 5.1+ uses log_slow_admin_statements without enabling the slow log, causing warnings. Fix by commenting out this by default.
Removed version number from test case
[merge]
Automatic merge
Updated state and version number
fix LIKE in a vcol function, broken by a fix for mysql bug#54568.
don't set view_prepare_mode when opening a base table
(either in SHOW CREATE or in I_S.TABLES)
[merge]
merge w/ 5.1
sane implementation of Key_% status variables.
fixes for windows
[merge]
merge with 5.1
forgotten option handled
bugfix: engine defined table options were not showing up in INFORMATION_SCHEMA.TABLES.CREATE_OPTIONS
[merge]
Merge with
[merge]
Automatic merge with 5.1
fixes for gcc 4.5
[merge]
Automatic merge
mysqld: Move --skip-new to --safe
Revision #2881.1.2 [merge]
Automatic merge with MariaDB 5.1
Revision #2881.1.1 [merge]
Automatic merge with 5.1
--skip-newChange some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool.
Fix some bugs where we stored values other than 0 or 1 in my_bool
Fixed some compiler warnings
Fix usage of mysqld option --new, --old, --safe and --skip_new to not disable things that are proven stable or enable things that are not usefull.
This page is licensed: CC BY-SA / Gnu FDL