All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 10.5.24 Changelog

The most recent release of MariaDB 10.5 is:MariaDB 10.5.28 Stable (GA) Download NowAlternate download from mariadb.org

Download 10.5.24Release NotesChangelogOverview of 10.5

Release date: 7 Feb 2024

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

  • Merge 2024-01-31 17:32:53 +0100 - Merge branch '10.4' into 10.5

  • 2024-01-10 15:35:25 +0400

    • long unique does not work like unique key when using replace

  • 2024-01-22 18:02:11 +0100

    • Unique hash key on column prefix is computed incorrectly

  • 2024-01-22 18:17:05 +0100

    • cleanup: MY_STRNNCOLLSP_NCHARS_EMULATE_TRIMMED_TRAILING_SPACES

  • 2024-01-22 18:01:37 +0100

    • cleanup: unused and undefined methods

  • 2024-01-21 23:28:54 +0100

    • mysql.slow_log reports incorrect start time

  • 2024-01-21 23:20:07 +0100

    • cleanup: main.log_tables test

  • 2024-01-20 11:01:46 +0100

    • disable perfschema in mtr bootstrap

  • 2024-01-23 13:22:58 +0400

    • quote(NULL) returns incorrect result in view ('NU' instead of 'NULL')

  • 2024-01-22 14:23:44 +1100

    • : Disable ColumnStore based on boost version

  • 2024-01-19 18:40:53 +0700

    • sql_test.cc compile fix

  • 2024-01-12 09:32:34 +1200

    • Incorrect result interceptor passed to mysql_explain_union()

  • 2024-01-19 10:31:45 -0700

    • : Binlog Checksum is Zeroed by Zlib if Part of Event Data is Empty

  • 2024-01-19 15:00:13 +0530

    • InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty

  • 2023-12-21 20:08:32 +0000

    • Replace incorrect message mariadb-safe with correct mariadbd-safe

  • 2023-12-27 18:57:49 +0400

    • User variable not parsed as geometry variable in geometry function

  • 2024-01-15 14:08:27 +0530

    • InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty

  • 2023-11-15 11:09:26 +0200

    • : Debian Sid/Trixie will not have libncurses 5 anymore

  • 2023-07-06 11:55:40 +0700

    • INSERT ... SELECT Does not produce an optimizer trace

  • 2024-01-05 13:44:49 +0100

    • Fix test failures on s390x in test following main.column_compression_rpl

  • 2024-01-12 15:39:38 +0100

    • : mysql_json cannot be used on newly created table

  • 2024-01-12 15:20:25 +0100

    • Revert ": mysql_json cannot be used on newly created table"

  • 2024-01-11 15:15:46 +0100

    • : mysql_json cannot be used on newly created table

  • 2023-11-13 15:40:13 +0100

    • : Output result in show create table for mysql_json type should be longtext

  • 2023-12-19 12:18:13 +1100

    • ha_spider::delete_table() should report table not exist

  • 2023-12-15 17:37:28 +1100

    • Spider: remove SPIDER_CONN::loop_check_meraged_last

  • 2024-01-10 00:56:19 +0100

    • Undefined reference to concurrency on Solaris

  • 2023-12-13 21:02:44 +0100

    • Update federated table and column privileges

  • Merge 2024-01-10 18:01:46 +1100 - Merge branch '10.4' into 10.5

  • 2024-01-08 14:36:54 +0200

    • : Fix some instrumentation for innodb.doublewrite_debug

  • 2024-01-03 12:08:21 +0200

    • Crash on innodb_buf_flush_list_now=ON and innodb_force_recovery=6

  • Merge 2024-01-03 12:07:51 +0200 - Merge 10.4 into 10.5

  • 2024-01-03 15:08:22 +0530

    • The test innodb.doublewrite_debug occasionally fails to start up InnoDB

  • 2023-10-23 11:49:47 +0200

    • Cluster inconsistent after SAVEPOINT is rolled back

  • 2023-11-21 15:43:11 +0200

    • GTID inconsistency

  • 2023-12-21 19:20:18 +0100

    • fixup. Do not try to schedule timer without dict_stats_start()

  • 2023-12-21 01:55:25 +0100

    • - delete unnecessary synchronization with dict_stats_mutex

  • Merge 2023-12-21 11:30:32 +0200 - Merge 10.4 into 10.5

  • 2023-12-19 10:03:54 +0200

    • : galera_3nodes.galera_vote_rejoin_mysqldump MTR failed: mysql_shutdown failed

  • 2023-12-20 14:51:00 +0300

    • Fix main.type_timestamp: Change 10.10 in "End of 10.10 tests" to 10.5

  • Merge 2023-12-19 18:30:58 +0200 - Merge 10.4 into 10.5

  • 2023-12-19 14:45:39 +0200

    • innodb_undo_log_truncate=ON prevents fast shutdown

  • 2023-12-18 10:37:11 +0200

    • MSAN use-of-uninitialized-value in buf_read_ahead_linear()

  • Merge 2023-12-18 08:59:07 +0200 - Merge 10.4 into 10.5

  • 2023-12-15 15:38:31 +0200

    • Server hangs for a long time with innodb_undo_log_truncate=ON

  • 2023-12-13 16:24:34 +1100

    • Missing required privilege CONNECTION ADMIN

  • 2023-11-29 18:56:59 +0100

    • LONG UNIQUE gives error when used with REPLACE

  • 2023-11-29 17:19:40 +0100

    • cleanup: remove innodb-specific code around update_auto_increment()

  • 2023-11-29 17:19:14 +0100

    • cleanup: remove partition-specific code around update_auto_increment()

  • 2023-12-12 11:27:20 +1100

    • [fixup] galera: Fix an accidental logical inversion in a recent merge

  • 2023-11-24 07:38:16 +0100

    • rpl.rpl_parallel_29322 occasionally fails in BB

  • 2023-12-11 10:37:12 +0200

    • fixup: Remove a useless test

  • 2023-12-11 10:42:37 +0400

    • Column Data in Truncated on UNION to the length of the first value if using REPLACE

  • 2023-11-30 05:32:09 +0400

    • Cleanup: Removing the unused method Type_handler::get_handler_by_cmp_type

  • 2023-12-08 10:55:13 +0200

    • Assertion !recv_sys.is_corrupt_fs() failed on recovery

  • 2023-12-08 09:31:34 +0200

    • Adaptive flush recommendation ignores dirty ratio and checkpoint age

  • Merge 2023-12-08 18:02:23 +1100 - Merge branch '10.4' into 10.5

  • 2023-12-07 18:44:28 +0530

    • innodb.doublewrite test case always gets skipped

  • Merge 2023-12-07 17:52:44 +1100 - Merge branch '10.4' into 10.5

  • Merge 2023-12-07 16:38:00 +1100 - Merge branch '10.4' into 10.5

  • 2023-12-05 14:33:16 +1100

    • [fixup] post-merge spider fixup

  • 2023-12-04 20:34:45 +0300

    • Followup for fix for : enable main.partition_innodb

  • 2023-12-04 10:30:39 +0100

    • innodb.import_update_stats accesses uninitialized ib_table->stat_n_rows

  • 2023-11-30 09:59:23 +0100

    • fix for the test (real fixes will be in 10.4)

  • Merge 2023-12-01 13:43:58 +0100 - Merge branch '10.4' into 10.5

  • 2023-11-30 11:47:44 +1200

    • DELETE with ORDER BY and semijoin optimization causing crash

  • 2023-11-30 09:43:36 +0200

    • InnoDB after ALTER TABLE…IMPORT TABLESPACE may not be crash safe

  • 2023-11-27 21:03:21 +0300

    • gcol.gcol_purge contaminates further execution of innodb.gap_locks

  • 2023-11-28 15:31:02 +0200

    • Remove deprication from mariadbd --debug

  • 2023-11-27 09:56:21 +0400

    • Server crash in my_decimal::operator= or unexpected ER_DUP_ENTRY upon comparison with INET6 and similar types

  • 2023-11-20 16:22:07 +0100

    • : mariadb-setpermission - Can't use string as an ARRAY ref while strict refs in use

  • 2023-11-22 16:54:41 +0200

    • InnoDB hangs when running out of I/O slots

  • 2023-11-21 08:53:02 +0200

    • Race condition between trx_purge_free_segment() and trx_undo_create()

  • 2023-11-13 23:38:47 +0100

    • type_test.type_test_double fails with 'NUMERIC_SCALE NULL'

  • 2023-11-13 18:41:22 +0100

    • Revert " type_test.type_test_double fails with 'NUMERIC_SCALE NULL'"

  • 2023-11-02 14:57:37 +0100

    • JSON_ARRAYAGG charset issue

  • 2023-11-16 17:45:37 +0200

    • : Correct the formula for adaptive flushing

  • 2023-11-16 17:45:18 +0200

    • : Improve adaptive flushing

  • 2023-09-25 12:56:30 +1100

    • Merge 10.4 into 10.5

  • 2023-11-15 12:23:35 +0200

    • innodb_undo_log_truncate=ON is not crash safe

  • 2023-11-15 10:49:39 +0200

    • : Remove Ubuntu Bionic from 10.5

  • 2023-11-14 14:35:51 +0200

    • innodb_fast_shutdown=0 hang after incomplete startup

  • Merge 2023-11-14 08:41:23 +0100 - Merge branch '10.5' into mariadb-10.5.23

  • 2023-11-13 13:21:35 -0500

    • bump the VERSION

  • 2023-11-11 15:37:29 +0100

    • galera: cleanup of the lists of disabled tests

  • 2023-11-10 13:54:25 +0100

    • : post-fix for 10.5+ (galera_restart_replica test failures)

  • 2023-11-09 11:06:17 +0200

    • innodb.log_file_name fails on Assertion `after_apply || !(blocks).end in recv_sys_t::clear

  • 2023-11-04 20:40:31 +0100

    • Fix random test failures in testcase perfschema.mdl_func

  • 2023-11-03 14:43:45 +0100

    • : Don't hold LOCK_thd_data over commit_ordered

  • 2023-10-19 09:21:18 +0200

    • : mysql_upgrade -s still checks for non system tables

  • 2023-10-17 15:41:52 +0200

    • : mysql_upgrade -s still checks for non system tables

  • 2022-12-07 14:14:24 +0100

    • : Wrong user in SET DEFAULT ROLE error

  • 2023-11-10 12:40:21 +0100

    • galera: post-fix after migrating changes from 10.4

Revision #01f6abd1d4
Revision #97fcafb9ec
MDEV-32837
Revision #a7ee3bc58b
MDEV-29954
Revision #14d00fdb15
Revision #8bb464899f
Revision #dcb814c44e
MDEV-11628
Revision #db9fad1562
Revision #2bc940f7c9
Revision #81d01855fe
MDEV-28651
Revision #5ce6a352b6
MDEV-33290
Revision #13e49b783f
Revision #117388225c
MDEV-33165
Revision #207c85783b
MDEV-33283
Revision #7573fe8b07
MDEV-32968
Revision #c95ba183d2
Revision #fa3171df08
MDEV-27666
Revision #caad34df54
MDEV-32968
Revision #ee30491e50
MDEV-32111
Revision #48e4962c44
MDEV-29298
Revision #5b0a4159ef
Revision #8a763c014e
MDEV-32235
Revision #8b5c1d5afa
MDEV-32235
Revision #22f3ebe4bf
MDEV-32235
Revision #9a5f85dcbe
MDEV-32790
Revision #9e9e0b99ad
MDEV-30170
Revision #7801c6d22d
MDEV-29002
Revision #761d5c8987
MDEV-33092
Revision #c4ebf87f86
MDEV-32984
Revision #c9902a20b3
Revision #0b612619ef
MDEV-33098
Revision #cc5c0eda4c
MDEV-33156
Revision #3a3a4f044f
Revision #77b8bedf34
MDEV-33098
Revision #362c0950e8
MDEV-32549
Revision #c89f769f24
MDEV-31905
Revision #569381df83
MDEV-33046
Revision #7cc332b724
MDEV-33046
Revision #a3dd7ea09f
Revision #cfaab614ea
MDEV-24481
Revision #2b8c59fffa
Revision #12995559f9
Revision #476ff0927a
MDEV-33062
Revision #4c2e971841
MDEV-33052
Revision #4ae105a37d
Revision #f98d2ef5b4
MDEV-33009
Revision #2c60d43d7d
MDEV-33006
Revision #e472b682e0
MDEV-32839
Revision #81609d8625
Revision #c5904702cd
Revision #b94ae3870b
Revision #da9ffca908
MDEV-29816
Revision #1e80601b82
MDEV-16264
Revision #03ee23bcbb
MDEV-17226
Revision #2d775fd01a
Revision #a356a940d2
MDEV-32971
Revision #c8346c0bac
MDEV-31939
Revision #d7c6d306fb
Revision #d5a6ea36f3
MDEV-32242
Revision #c33ca17c17
Revision #13dd787530
Revision #ddd5449c57
Revision #b97f4c340e
MDEV-20169
Revision #2700d20b7c
MDEV-32725
Revision #af2e91d9f2
Revision #98a39b0c91
Revision #c6a9fd7904
MDEV-32212
Revision #89a5a8d234
MDEV-32269
Revision #968061fd9c
MDEV-28682
Revision #387b92df97
Revision #f436b4a523
MDEV-32879
Revision #dd62a285b8
MDEV-31611
Revision #78c9a12c8f
MDEV-32861
Revision #de31ca6a21
MDEV-32820
Revision #9b7a1c0e92
MDEV-22243
Revision #8aa2076426
MDEV-22243
Revision #8bbf6697cf
MDEV-24784
Revision #9a545eb67c
MDEV-26055
Revision #a3d0d5fc33
MDEV-26055
Revision #8b509a5d64
Revision #a0f02f7438
MDEV-32757
Revision #15bb8acf8f
MDEV-32689
Revision #c638051d80
MDEV-32798
Revision #9f83a8822f
Revision #8b84fb1383
Revision #9da247b2e7
Revision #c3fdfbdbd8
MDEV-31413
Revision #e0c65784aa
MDEV-32737
Revision #c68620df48
Revision #3c1f324a55
MDEV-32672
Revision #b06ac9a8cd
MDEV-32462
Revision #4eb8aeee8e
MDEV-32462
Revision #ee77375377
MDEV-26875
Revision #9d8f659f80

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