MariaDB 5.5.59 Changelog
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: 19 Jan 2018
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.
- Merge Revision #fafdac3365 2018-01-18 17:56:28 +0100 - Merge branch 'merge/merge-xtradb-5.5' into 5.5
- Revision #85a5e58d71
2018-01-17 17:28:33 +0100
- 5.5.58-38.10
- Merge Revision #2d52d3c1bf 2018-01-18 17:54:48 +0100 - Merge branch 'mysql/5.5' into 5.5
- Revision #8aff418ec8
2018-01-17 13:09:47 +0100
- crash with too long index comments
- Revision #fa42df7569
2018-01-17 13:12:15 +0100
- compiler warning: my_printf_error() supports printf format extensions
- Revision #0d59b1db83
2018-01-17 12:27:39 +0100
- cleanup
- Revision #2fad31a1cf
2018-01-18 16:42:11 +0000
- MDEV-14446 followup
- Revision #a73cb82db0
2018-01-18 16:15:18 +0000
- MDEV-14446 Windows installer still uses the old brown logo
- Revision #b80fa4000d
2018-01-16 23:10:53 +0100
- bug: ha_heap was unilaterally increasing reclength
- Revision #444587d8a3
2018-01-16 23:00:21 +0100
- BIT field woes
- Revision #5e7593add4
2018-01-16 22:57:28 +0100
- add support for ASAN instrumentation
- Revision #6634f460a9
2018-01-16 22:29:20 +0100
- fix compilation with ASAN
- Revision #6267be460a
2018-01-12 15:51:10 -0800
- Fixed MDEV-14911: zero_date is considered as NULL, depending on optimizer_switch
- Revision #d8001106c9
2018-01-15 01:34:26 +0100
- MDEV-14469 build with cmake -DMYSQL_MAINTAINER_MODE=ON fails: 'readdir_r' is deprecated
- Revision #d31ee64da6
2018-01-15 01:23:30 +0100
- compiler warning
- Revision #d7b84f9413
2018-01-13 11:19:33 +0100
- compiler warning
- Revision #7e3c1e02b7
2018-01-15 16:21:45 +0400
- MDEV-14796 - debian: insecure root password is only if plugin is empty
- Revision #1879b2b8df
2017-12-29 11:25:42 +1100
- debian: insecure root password is only if plugin is empty
- Revision #88a9b23396
2018-01-15 13:50:28 +0400
- MDEV-14609 XA Transction unable to ROLLBACK TO SAVEPOINT
- Revision #5fe1d7d076
2018-01-12 18:17:55 +0100
- MDEV-14526: MariaDB keeps crashing under load when query_cache_type is changed
- Revision #b75d767689
2018-01-13 13:04:44 +0400
- Fixed mysql_install_db --no-defaults
- Revision #abc123391f
2018-01-12 00:14:40 -0800
- Fixed MDEV-6706 Wrong result (missing rows) with joins, SQ, ORDER BY, semijoin=on
- Revision #6293e3bbcf
2018-01-10 12:22:56 +0100
- MDEV-14743: Server crashes in Item_func_match::init_search
- Revision #5ea28015d5
2017-12-12 15:22:22 +1100
- mysql_install_db: Use --defaults-group-suffix if specified
- Revision #a5285a8fb7
2018-01-11 17:21:07 +0100
- Fixed misleading voariable names.
- Revision #abb9e703d2
2018-01-11 12:59:30 +0100
- MDEV-14690: Assertion `page_link == &fake_link' failed in pagecache_write_part
- Revision #1f18bd630a
2018-01-11 16:38:21 +0200
- MDEV-8200 aria bug with insert select and lock tables
- Revision #bdcd7f79e4
2018-01-11 09:33:26 +0200
- MDEV-14916 InnoDB reports warning for "Purge reached the head of the history list"
- Revision #9c9cf556a1
2017-10-06 17:52:35 +0200
- MDEV-13933: Wrong results in COUNT() query with EXISTS and exists_to_in
- Revision #a9c55c0059
2018-01-10 10:21:52 +0200
- MDEV-13814 Extra logging when innodb_log_archive=ON
- Revision #a408e881cf
2018-01-10 09:17:43 +0200
- MDEV-14174 crash on start with innodb-track-changed-pages
- Revision #84c9c8b2e9
2018-01-03 15:01:17 +0200
- Silence some -Wimplicit-fallthrough by proper spelling
- Revision #20fab71b14
2018-01-02 21:41:39 +0200
- Follow-up to MDEV-14799: Remove bogus debug assertions
- Revision #d384ead0f0
2018-01-02 19:11:10 +0200
- MDEV-14799 After UPDATE of indexed columns, old values will not be purged from secondary indexes
- Revision #1300627a5d
2017-12-27 22:10:17 +0100
- MDEV-14309 MTR tests require perl-Env which is not always in the default installation
- Revision #462808f3b6
2017-12-20 13:52:27 +0100
- MDEV-10657: incorrect result returned with binary protocol (prepared statements)
- Revision #924db8b4ed
2017-12-20 02:27:03 +0530
- MDEV-12350: Heap corruption, overrun buffer, ASAN errors, server crash in my_fill_8bit / filesort
- Revision #cfa18e4ae1
2017-12-15 07:42:04 +0100
- MDEV-14639: Fix unexpected end of line at 'Normal shutdown'
- Revision #273591df0c
2017-12-17 00:01:55 +0100
- MDEV-14619: VIEW and GROUP_CONCAT
- Revision #20089f5a39
2017-12-08 14:40:27 +0400
- MDEV-14596 Crash in INTERVAL(ROW(..),ROW(..))
- Revision #ac61a575df
2017-12-06 02:16:14 +0200
- Revert "Remove use of volatile in stored_field_cmp_to_item"
- Revision #7603463a46
2017-11-16 20:32:33 +0800
- Remove use of volatile in stored_field_cmp_to_item
- Revision #b8d1398b1d
2017-11-30 11:56:02 +0200
- MDEV-10397: Server crashes in key_copy with join_cache_level > 2 and join on BIT fields
- Revision #9b53e541f0
2017-11-20 09:33:19 +0400
- MDEV-13788 Server crash when issuing bad SQL partition syntax
- Revision #c44ece7342
2017-11-16 12:56:54 +0200
- MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX
- Revision #f7b110bdc1
2017-11-16 12:39:41 +0200
- MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIX
- Revision #b5cb4ae470
2017-11-11 11:45:59 -0800
- Fixed bug MDEV-14368 Improper error for a grouping query that uses alias in HAVING when sql_mode = 'ONLY_FULL_GROUP_BY'
- Revision #36f8474403
2017-11-10 12:48:52 +0100
- MDEV-14337 mysqld_safe may suppress error messages with --log-output=file
- Revision #c64a697bba
2017-11-03 22:36:58 +0400
- MDEV-13921 Audit log writes invalid SQL if single-line comments are present.
- Revision #2e964b233b
2017-11-03 17:05:41 +0400
- MDEV-13921 Audit log writes invalid SQL if single-line comments are present.
- Revision #cfb3361748
2017-10-26 11:02:19 +0300
- MDEV-12569 InnoDB suggests filing bugs at MySQL bug tracker
- Revision #439a7c994a
2017-10-24 15:20:54 +0300
- MDEV-14051 'Undo log record is too big.' error occurring in very narrow range of string lengths
- Revision #fb5fe497e5
2017-10-18 02:36:55 -0400
- bump the VERSION
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.