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)
- Revision #88
- 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.
- 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.
- Bug #674413: Misconfigured debian-sys-maint user, warnings from default my.cnf
- Revision #2883
- Removed version number from test case
- Revision #2882 [merge]
- Automatic merge
- Revision #2881.1.3
- 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
- Revision #2881
- 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
- Revision #2879
- sane implementation of Key_% status variables.
- Revision #2878
- fixes for windows
- Revision #2877 [merge]
- merge with 5.1
- Revision #2876
- forgotten option handled
- Revision #2875
- 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
- Revision #2872
- fixes for gcc 4.5
- Revision #2871 [merge]
- Automatic merge
- Revision #2849.1.3
- mysqld: Move
--skip-new
to--safe
and remove old usage of--skip-new
- mysqld: Move
- Revision #2849.1.2
- 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
- Revision #2849.1.1
- 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.
- Fix usage of mysqld option
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.