MariaDB 5.5.44 Changelog

The most recent release in the MariaDB 5.5 series is:MariaDB 5.5.68 Download Now

DownloadRelease NotesChangelog[Overview of 5.5

Release date: 11 Jun 2015

For the highlights of this release, see therelease notes.

The revision number links will take you to the revision's page on GitHub. OnGitHub you can view more details of the revision and view diffs of the code modified in that revision.

  • Revision #5a44e1a 2015-06-09 22:11:22 +0200

    • tests for MDEV-7937: Enforce SSL when --ssl client option is used

  • Revision #80f6b22 2015-06-09 16:08:09 +0400

    • MDEV-3870 - Valgrind warnings on OPTIMIZE MyISAM or Aria TABLE with disabled keys

  • Revision #3a50a8c 2015-06-09 13:50:43 +0400

    • MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled

  • Revision #49a3392 2015-06-09 11:57:31 +0400

    • MDEV-363 - Server crashes in intern_plugin_lock on concurrent installing semisync plugin and setting rpl_semi_sync_master_enabled

  • Revision #e5005ce 2015-06-09 18:06:41 +0200

    • disable ssl for ssl-disabled tests

  • Revision #992d782 2015-06-09 18:56:09 +0300

  • Revision #5d57e2d 2015-06-09 16:46:45 +0300

    • Fix tests for 7937

  • Revision #be5035b 2015-06-09 15:59:29 +0300

  • Revision #4ef7497 2015-06-09 14:08:44 +0300

    • MDEV-7937: Enforce SSL when --ssl client option is used

  • Revision #56e2d83 2015-05-02 08:45:10 +0200

    • MDEV-7695 MariaDB - ssl - fips: can not connect with --ssl-cipher=DHE-RSA-AES256-SHA - handshake failure

  • Revision #92b3659 2015-06-09 12:05:06 +0400

    • MDEV-7268 Column of table cannot be converted from type 'decimal(0,?)' to type ' 'decimal(10,7)' Changing the error message to: "...from type 'decimal(0,?)/old/' to type ' 'decimal(10,7)'..." So it's now clear that the master data type is OLD decimal.

  • Revision #b1e1039 2015-06-09 07:36:24 +0400

    • MDEV-8286 Likely a redundant declaration of Item_cache::used_table_map

  • Revision #a4d93e0 2015-06-05 20:05:08 +0200

    • MDEV-8050 sphinx test cases cannot run with sphinxsearch-2.2.6

  • Revision #b41ad55 2015-06-08 15:09:20 +0200

    • update tokudb version

  • Revision #1707cfc 2015-06-08 21:55:52 +0500

    • MDEV-8211 plugins.server_audit fails sporadically in buildbot. More fixes to assure the order of queries in the log.

  • Revision #87088b9 2015-06-08 21:44:13 +0500

    • MDEV-8211 plugins.server_audit fails sporadically in buildbot. This test also should be fixed - delay added so the connection event doesn't happen before the query.

  • Revision #96b3703 2015-06-08 21:40:17 +0500

    • MDEV-8211 plugins.server_audit fails sporadically in buildbot. Connection event can happen before the query ends. Added a delay to confirm the order.

  • Revision #a765cca 2015-06-08 20:50:40 +0400

19699237: UNINITIALIZED VARIABLE IN ITEM_FIELD::STR_RESULT

  • Revision #b37b52a 2015-06-08 13:47:07 +0500

    • MDEV-4922 Stored Procedure - Geometry parameter not working. Fhe GEOMETRY field should be handled just as the BLOB field. So that was fiexed in field_conv. One additional bug was found and fixed meanwhile - thet the geometry field subtypes should also be merged for UNION command.

  • Revision #69ed429 2015-06-08 12:09:13 +0500

    • MDEV-7500 thread_handling option in my.cnf is not passing "connect events" to audit plugin. The MYSQL_AUDIT_NOTIFY_CONNECTION_CONNECT() call moved to the login_connection() function. So that it'll be invoked in any thread handling mode.

  • Revision #1ae05db 2015-06-07 15:40:42 +0500

    • MDEV-8078 Memory disclosure/buffer overread on audit plugin. If the SET PASSWORD query doesn't have the password string, the parsing of it can fail. It manifested first in MySQL 5.6 as it started to hide password lines sent to the plugins. Fixed by checking for that case.

  • Revision #db0ecf2 2015-06-06 19:12:44 +0500

    • MDEV-8032 [PATCH] audit plugin - csv output broken. Symbols like TAB or NEWLINE should be escaped, which was forgotten in one place.

  • Revision #6264451 2015-06-06 16:13:51 +0200

    • MDEV-8114: server crash on updates with joins still on 10.0.18

  • Revision #9a3b975 2015-06-05 09:51:17 +0200

    • Merge branch '5.5' into bb-5.5-serg

  • Revision #a2bb9d2 2015-06-04 16:04:05 +0400

    • MDEV-7505 - Too large scale in DECIMAL dynamic column getter crashes mysqld

  • Revision #b611ac0 2015-06-03 14:30:09 +0400

    • MDEV-6236 - [PATCH] mysql_tzinfo_to_sql may produce invalid SQL

  • Revision #af2256f 2015-06-03 13:59:58 +0400

    • MDEV-7207 - ALTER VIEW does not change ALGORITM

  • Revision #ae0c576 2015-06-05 02:14:49 +0200

    • Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg

  • Revision #f84f577 2015-06-05 02:06:51 +0200

    • Merge tag 'mysql-5.5.44' into bb-5.5-serg

  • Revision #f07b346 2015-06-05 02:04:32 +0200

    • do not re-populate I_S tables in subqueries

  • Revision #1ff423d 2015-06-04 21:12:29 +0400

    • MDEV-8243 configure defines to empty string, not 1

  • Revision #750aa8b 2015-06-04 18:58:12 +0200

    • 5.5.43-37.2

  • Revision #980bdc3 2015-06-04 17:39:05 +0200

    • followup: CREATE SERVER tests should not be run for embedded

  • Revision #a477cd1 2015-06-03 23:31:05 +0300

    • MDEV-6500: Stale data returned after TRUNCATE PARTITION operation

  • Revision #08fa02c 2015-06-04 18:51:30 +0400

    • Some MYD files (e.g. in mysql-test/std_data) could erroneously be treated by git as text files.

  • Revision #9da8a8f 2015-06-04 18:49:12 +0400

    • MDEV-7269 mysqlbinlog Don't know how to handle column type=0 meta=0 (0000)

MDEV-8267 Add /old/ comment into I_S.COLUMN_TYPE for old DECIMAL

Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?