MariaDB 5.2.3 Changelog
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)
Bug #674413: Misconfigured debian-sys-maint user, warnings from default my.cnf Fix two problems reported in Bug #674413:
The debian-sys-maint account was not created, due to new field auth_string added in mysql.user 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
Revision #2882 [merge]
Automatic merge
Updated state and version number
Revision #2881.1.2 [merge]
Automatic merge with MariaDB 5.1
Revision #2881.1.1 [merge]
Automatic merge with 5.1
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)
Revision #2880 [merge]
merge w/ 5.1
sane implementation of Key_% status variables.
fixes for windows
Revision #2877 [merge]
merge with 5.1
forgotten option handled
bugfix: engine defined table options were not showing up in INFORMATION_SCHEMA.TABLES.CREATE_OPTIONS
Revision #2874 [merge]
Merge with MariaDB 5.1
Revision #2873 [merge]
Automatic merge with 5.1
fixes for gcc 4.5
Revision #2871 [merge]
Automatic merge
mysqld: Move
--skip-new
to--safe
and remove old usage of--skip-new
Change 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
Last updated
Was this helpful?