The most recent release of MariaDB 10.5 is:MariaDB 10.5.28 Stable (GA) Download NowAlternate download from mariadb.org
Download 10.5.12Release NotesChangelogOverview of 10.5
Release date: 6 Aug 2021
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.
Includes all fixes from MariaDB 10.4.21
2021-08-02 20:18:34 +0200
Update columnstore
2021-08-02 20:18:20 +0200
update PCRE2
Merge 2021-08-02 16:53:37 +0200 - Merge branch '10.4' into 10.5
2021-08-01 12:27:20 +0200
suppress galera error "Failed to report last committed"
Merge 2021-07-31 23:19:51 +0200 - Merge branch '10.4' into 10.5
2021-07-28 22:48:39 +0200
Change Maturity of plugins inet6 and s3 to stable
2021-07-28 22:48:06 +0200
Building failure in S3 engine on MacOS
2021-07-13 18:59:00 +0530
: -e does not work for my_print_defaults
2021-07-25 19:40:28 +0700
: fixed the test plugins.test_sql_service
2021-07-23 16:21:48 +0530
fixup for
2021-07-19 13:06:50 +0530
: my_print_defaults is not taking all the values when using -e option which is called from mysql.server (extra_args).
2021-07-17 16:36:55 +0530
: Qualified asterisk not supported in INSERT .. RETURNING
2021-07-17 16:19:07 +0530
Removing the condition in the for loop and putting it in one place to make code more readable and cleaner.
2021-07-22 19:52:22 +1000
mtr: aix test fix innodb.temporary_table
2021-07-22 12:29:40 +0300
fixup: GCC 4.8.5 -Wtype-limits
2021-07-22 09:50:20 +0300
: Do not rely on alignment on static allocation
2021-07-22 08:34:49 +0300
buf_pool.flush_list corrupted by buffer pool resizing or ROW_FORMAT=COMPRESSED
2021-07-03 11:27:56 +0200
Fix building crc32_arm64 on NetBSD/aarch64
2021-07-22 15:22:47 +1000
mtr: aix - stack-trace is optional
2021-07-20 09:19:23 +1000
debian/salsa: Show complete auth and plugin situtation
Merge 2021-07-20 09:32:11 +0300 - Merge 10.4 into 10.5
2021-07-19 16:30:27 +0300
fix clang build
2021-06-29 20:23:29 +0800
: Fix performance_schema instrument "threadpool/group_mutex" The performance_schema data related to instrument "wait/synch/mutex/threadpool/group_mutex" was incorrect. The root cause is the group_mutex was initialized in thread_group_init before registerd in PSI_register(mutex). The fix is to put PSI_register before thread_group_init, which ensures the right order.
2021-07-16 11:27:41 +0200
replace log_write_up_to(LSN_MAX,...) with log_buffer_flush_to_disk()
2020-06-22 18:21:21 +0200
: COM_STMT_BULK_EXECUTE with RETURNING insert wrong values
2021-07-15 17:07:22 +0530
Revert ": my_print_defaults is not taking all the values when using -e"
2021-06-08 11:25:47 +0530
: my_print_defaults is not taking all the values when using -e option which is called from mysql.server (extra_args).
2021-07-07 18:51:13 +0300
: [ERROR] InnoDB: Unlock row could not find a 2 mode lock on the record
2021-07-06 17:59:30 +1000
mtr: aix disable mysqld--defaults-file
2021-07-06 17:56:47 +1000
mtr: aix fix mysqld--help - no thread-pool
2021-07-06 15:50:58 +1000
mtr: aix has no thread_pool
2021-07-02 13:00:34 +1000
mtr: aix - no pool of threads
2021-07-02 12:40:51 +1000
mtr: fix innodb_bug53756 on aix
2021-07-06 03:00:27 +0200
: minor post-merge fix for .result file
2021-07-03 14:52:04 +0300
fixup
2021-07-03 13:58:38 +0300
: Race condition between buf_pool.page_hash and resize()
2021-06-30 01:03:49 +0200
When using GROUP BY with JSON_ARRAYAGG with joint table, the square brackets are not included
Merge 2021-07-02 16:19:25 +0300 - Merge 10.4 into 10.5
Merge 2021-07-02 13:02:26 +0300 - Merge 10.4 into 10.5
2021-06-29 15:04:27 +0300
Atomic write capability is not detected correctly
2021-06-29 15:02:10 +0300
fixup: clang -Winconsistent-missing-override
2021-06-24 13:28:28 +0400
When using GROUP BY with JSON_ARRAYAGG with joint table, the square brackets are not included.
2021-06-26 11:52:25 +0300
: Assertion stat.flush_list_bytes <= curr_pool_size
2021-06-26 11:17:05 +0300
Cleanup: Remove unused mtr_block_dirtied
2021-06-26 11:16:40 +0300
fixup: Use acquire/release memory order
2021-06-24 21:55:10 +0300
: Assertion lsn > 2 failed in buf_pool_t::get_oldest_modification
2021-06-24 18:51:05 +0300
fixup: Demote a warning to a note
2021-06-24 11:01:18 +0300
Excessive wait times in buf_LRU_get_free_block()
2021-06-23 13:13:16 +0300
: Introduce a page cleaner mode before 'furious flush'
2021-06-23 13:13:11 +0300
: Make page flushing faster
2021-06-23 12:14:26 +0300
: buf_flush_dirty_pages() is very slow
2021-06-23 12:01:41 +0300
Remove log_flush_task
2021-06-23 19:06:49 +0300
: Trim os_aio_wait_until_no_pending_writes()
Merge 2021-06-23 08:17:49 +0300 - Merge 10.4 into 10.5
2021-06-22 23:00:01 -0400
bump the VERSION
Merge 2021-06-21 18:49:36 +0300 - Merge 10.4 into 10.5
Merge 2021-06-21 14:22:22 +0300 - Merge 10.4 into 10.5
2020-10-13 14:36:25 +0200
: mytop bugs: check for mysql driver and sockets
2020-05-18 15:18:56 +0200
: mytop bugs: check for mysql driver and sockets
2021-06-19 14:05:54 +0200
fix spider tests for --ps in 10.5
This page is licensed: CC BY-SA / Gnu FDL