The most recent release in the MariaDB 5.5 series is:MariaDB 5.5.68 Download Now
Download |Release Notes |Changelog |[Overview of 5.5
Release date: 20 Sep 2013
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.
Revision #3913 Thu 2013-09-19 22:24:59 +0200
5.5.33a
Thu 2013-09-19 22:24:39 +0200
mysqld_safe section in my.cnf doesn't have mariadb equivalent
read also [mariadb_safe] section. modify the manpage accordingly (and remove a netware-specific option from it)
Thu 2013-09-19 20:19:17 +0200
debian package conflict libmariadbclient18 5.5.33+maria-1wheezy vs. mariadb-server-5.3 5.3.12-mariadb122wheezy
Thu 2013-09-19 20:19:10 +0200
tokudb ft-index libraries are build with -DWITHOUT_TOKUDB=1
Thu 2013-09-19 20:19:00 +0200
cannot use system jemalloc
Wed 2013-09-18 17:25:10 +0200
Crash in with .frm from older MariaDB release
Don't fail when an frm is inconsistent (legacy DB_TYPE_xxx code doesn't match the engine name), use the engine name, ignore the legacy code.
Wed 2013-09-18 10:30:23 +0200
fix upgrades when mariadb-galera-server-5.5 is installed
Wed 2013-09-18 09:09:27 +0200
Crash in with .frm from older MariaDB release
don't set TABLE_SHARE::keys before TABLE_SHARE::key_info is set, otherwise an error might leave only the first property set and it will confuse TABLE_SHARE::destroy()
[merge] Tue 2013-09-17 20:44:34 +0200
merge with 5.5-release
Tue 2013-09-17 17:07:45 +0200
mariadb-tokudb-engine deb package is not architecture-independent
Tue 2013-09-17 17:37:03 +0400
Fixed tokudb with ccache build failure.
Tue 2013-09-17 13:49:49 +0400
Fixed jemalloc with ccache build failure.
[merge] Mon 2013-09-16 16:05:53 +0400
Merge from 5.3
Mon 2013-09-16 16:03:55 +0400
backport from 10.0
[merge] Mon 2013-09-16 14:08:43 +0400
Merge from 5.3
Mon 2013-09-16 14:07:01 +0400
TIME/DATETIME arithmetics does not preserve INTERVAL precision. Adding tests only.
[merge] Mon 2013-09-16 13:54:12 +0400
Merge from 5.3
Mon 2013-09-16 13:52:13 +0400
Wrong values of CASE, COALESCE, IFNULL on a combination of different temporal types
[merge] Mon 2013-09-16 13:08:19 +0400
Merge from 5.3
Mon 2013-09-16 13:03:49 +0400
Wrong result of MAKETIME(0, 0, -0.1)
[merge] Mon 2013-09-16 10:51:03 +0400
Merge from 5.3
Mon 2013-09-16 10:14:41 +0400
Wrong data type for TIMESTAMP('2001-01-01','10:10:10')
[merge] Sun 2013-09-15 17:30:53 -0700
Merge 5.3->5.5
Sun 2013-09-15 12:38:22 -0700
Fixed bug . Wrong result with an aggregate function, index and impossible condition inside OR
mtr can crash occasionally. This happens when mtr sends to a child mtr process (or vice-versa) a packet, that gets truncated or, perhaps, split in two. Then the other side cannot deserialize it and fails as above.
This page is licensed: CC BY-SA / Gnu FDL