All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 5.5.48 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 Feb 2016

For the highlights of this release, see the release notes.

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

  • Revision #a9a08b1 2016-02-10 10:03:47 +0400

    • select insert('a',2,1,'b') doesn't return expected 'a'

  • 2016-02-10 03:49:11 +0200

    • : Assertion `0' failed in subselect_hash_sj_engine::init

  • 2016-02-09 13:50:48 +0100

    • : Crash (Assertion `!table || (!table->write_set || bitmap_is_set(table->write_set, field_index) || bitmap_is_set(table->vcol_set, field_index))' fails) on using function over not created table

  • 2016-02-08 22:53:40 +0200

    • : Assertion `0' failed in subselect_hash_sj_engine::init

  • 2016-02-09 14:08:36 +0100

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

  • 2016-02-09 14:06:45 +0100

    • Merge branch 'merge-xtradb-5.5' into 5.5

  • 2016-02-08 20:07:38 +0100

    • Bug#19817021

  • 2016-02-08 20:07:09 +0100

    • Bug#20691429 ASSERTION `CHILD_L' FAILED IN STORAGE/MYISAMMRG/HA_MYISAMMRG.CC:631

  • 2016-02-09 11:28:44 +0100

    • cleanup: make assert more readable

  • 2016-02-08 20:04:39 +0100

    • Bug#21205695 DROP TABLE MAY CAUSE SLAVES TO BREAK

  • 2016-02-09 11:27:40 +0100

    • Merge branch 'mysql/5.5' into 5.5

  • 2016-02-09 05:17:41 +0400

    • backport feedback-http-proxy to 5.5 and 10.0. The http-proxy option to the FEEDBACK plugin backported.

  • 2016-02-09 02:31:47 +0300

    • : scalar subqueries in a comparison produced unexpected result

  • 2016-02-09 00:13:25 +0100

    • 5.5.47-37.7

  • 2016-02-09 01:46:53 +0300

    • : Server crashes in next_depth_first_tab on nested IN clauses with SQ inside

  • 2016-02-06 22:41:58 +0100

    • Build fails with VS2015

  • 2016-02-06 13:57:59 +0100

    • mysql_upgrade crashes if root's password contains an apostrophe/single quotation mark

  • 2016-02-06 13:56:37 +0100

    • unit test for dynstr_append_os_quoted()

  • 2016-02-03 17:15:22 +0100

    • : Out of memory using explain on 2 empty tables

  • 2016-02-04 14:47:46 +0100

    • mysql_upgrade.exe error when mysql is migrated to mariadb

  • 2016-02-04 12:51:57 +0100

    • Query parser tansforms MICROSECOND into SECOND_FRAC, which does not work

  • 2016-02-05 14:04:24 +0100

    • fatal build error: viosslfactories.c:58:5: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}

  • 2016-02-06 12:37:46 +0200

    • Merge pull request #148 from grooverdan/5.5-rpl_reporting-cppcheck-va_end

  • 2016-02-05 17:46:01 +0100

    • : Assertion `!table || (!table->read_set || bitmap_is_set(table->read_set, field_index))' failed in Field_long::val_str on EXPLAIN EXTENDED

  • 2015-12-14 19:16:29 +0100

    • Persistent computed column is not updated when update query contains join

  • 2016-02-03 15:52:26 +0200

    • Fix function visibility as it is used on row0mysql.c in Windows.

  • 2016-02-03 11:32:51 +0200

    • : Server crashes or returns an error while trying to alter partitioning on a table moved from Windows to Linux

  • 2016-02-03 00:43:00 +0100

    • : Exception handler on Windows does not output any text, if mysqld runs as service

  • 2016-02-01 16:27:12 +0100

    • Merge into 5.5

  • 2016-02-01 16:10:49 +0100

    • : Non-blocking client API missing on non-x86 platforms

  • 2016-01-29 23:53:44 +0200

    • If one compiled with too long MYSQL_SERVER_SUFFIX this caused a memory overrun that caused some test to fail.

  • 2016-01-29 23:52:15 +0200

    • my_decimal didn't compile properly with debug

  • 2016-01-19 14:47:41 +1100

    • Add va_end to make cppcheck happy

  • 2016-01-15 09:50:27 +0400

    • Audit plugin not working with MySQL 5.7. fixing Windows crash.

  • 2016-01-13 18:02:44 +0400

    • Audit plugin doesnt run with MySQL 5.7. updata thread_pool_server_audit test result.

  • 2016-01-13 15:24:33 +0400

    • Audit Plugin doesn't run with MySQL 5.7. built in debug gets unhappy with mutexes. Although everything is correct, some DBUG_ASSERT can happen. So this patch keeps safe_mutex silent.

  • 2016-01-12 16:29:02 +0400

    • Audit plugin compiled with MariaDB can't install on MySQL 5.7. The audit API was seriously changed in MySQL 5.7. so we had to adapt the plugin's code to that.

  • 2016-01-07 14:45:40 +0100

    • : Build failure when linking libmysql.

  • 2015-12-30 19:39:31 +0100

    • Fix process handle leak in buildbot. GenerateConsoleCtrlEvent sent to non-existing process will add a process handle to this non-existing process to console host process conhost.exe

  • 2015-12-29 18:40:41 +0400

    • Moving Field_blob::store_length() back from protected to public, as it's needed for Cassandra in 10.0.

  • 2015-12-29 14:17:31 +0400

    • ALTER from a bigger to a smaller blob type truncates too much data

  • 2015-12-21 10:19:02 +0100

    • MariaDB un-buildable on linux64: fails @ "error: ‘ERR_remove_state’ was not declared in this scope" when linking against OpenSSL 1.0.2e

  • 2015-06-20 16:59:22 +0800

    • : TokuDB doesn't build on OS X

  • 2015-12-19 13:53:43 +0200

    • : TokuDB doesn't build on OS X

  • 2015-12-19 13:52:27 +0200

    • : TokuDB doesn't build on OS X

  • 2015-12-19 13:31:44 +0200

    • : TokuDB doesn't build on OS X

  • 2015-12-19 13:25:55 +0200

    • : TokuDB doesn't build on OS X

  • 2015-12-11 17:03:55 +0100

    • fix main.mysqldump test on windows

  • 2015-12-09 17:54:55 +0100

    • SHOW CREATE TABLE returns invalid DDL when using virtual columns along with a table collation

  • 2015-12-10 10:32:11 +0100

    • revert 5e9a50efc37c233f1e2a3616f8bcb36315aba4c2

  • 2015-12-09 21:22:37 +0100

    • revert 415faa122b9c683661dafac82fff414fa6864151

  • 2015-12-11 14:33:41 +0200

    • : Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, while according to Storage Engine API column names should be compared case insensitively. This can cause FRM and InnoDB data dictionary to go out of sync.

  • 2015-12-10 11:22:53 +0100

    • Numeric errors, server crash with COLUMN_JSON() on DECIMAL with precision > 40

MDEV-9371
Revision #3c5c04b
MDEV-7122
Revision #6b614c6
MDEV-7765
Revision #775cccc
MDEV-7122
Revision #01628ce
Revision #afce541
Revision #5d478f5
Revision #6703e5b
Revision #dece4bc
Revision #63d3ccd
Revision #f3444df
Revision #ea0c3fc
MDEV-9438
Revision #b17a435
MDEV-6859
Revision #3cfd36b
Revision #d443d70
MDEV-7823
Revision #c4cb240
MDEV-9024
Revision #1e361f2
MDEV-4664
Revision #9e4e412
Revision #41021c0
MDEV-9462
Revision #ad94790
MDEV-9453
Revision #0a76ad5
MDEV-9175
Revision #a90da6e
MDEV-9314
Revision #db5f743
Revision #6ecf6d8
MDEV-7827
Revision #9f3b53f
MDEV-9093
Revision #a3d843d
Revision #f66d016
MDEV-9471
Revision #603c096
MDEV-9466
Revision #0e84d54
MDEV-9112
Revision #8cf1f50
MDEV-9112
Revision #d0c5efc
Revision #a1ddf01
Revision #3e5724f
Revision #9c9d10b
MDEV-9106
Revision #fe4823d
MDEV-9106
Revision #cdc9aa5
MDEV-9106
MariaDB 5.5
Revision #c955253
MDEV-9106
Revision #5f48b61
MDEV-9298
Revision #ff24820
Revision #61d3621
Revision #e1b9be5
MDEV-9319
Revision #e126baa
MDEV-9249
Revision #591e74c
MDEV-7526
Revision #e386523
MDEV-7526
Revision #f39b9e0
MDEV-7526
Revision #6414959
MDEV-7526
Revision #f89c9fc
MDEV-7526
Revision #0ed4744
Revision #ca28d90
MDEV-7655
Revision #f560c1b
Revision #265e833
Revision #c19972f
MDEV-9251
Revision #fa25921
MDEV-8407

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 page.

Distributions which Include MariaDB

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