All pages
Powered by GitBook
1 of 1

MariaDB 11.7.2 Changelog

DownloadRelease NotesChangelogOverview of 11.7

Alternate download from mariadb.org

Release date: 13 Feb 2025

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.

  • Includes all fixes from MariaDB 11.6.2

  • Includes all fixes from MariaDB 11.4.5

  • Revision #80067a69fe 2025-02-10 22:22:39 +0200

    • MDEV-36057: Assertion failure on 2nd execution of parameterized PS

  • Revision #2d971709a8 2025-02-10 15:25:09 +0100

    • MDEV-36026 Problem with INSERT SELECT on NOT NULL columns while having BEFORE UPDATE trigger

  • Revision #2b17265ae2 2025-02-09 17:10:05 +0100

    • MDEV-35186 IGNORED attribute has no effect on vector keys

  • Revision #55d1f6c229 2024-11-13 16:46:29 +0400

    • MDEV-35069 IMPORT TABLESPACE does not work for tables with vector, although allowed

  • Revision #e240da3b19 2025-02-06 21:46:53 +0100

    • MDEV-35146 Vector-related error messages worth improving when possible

  • Revision #a37eb6d013 2025-02-03 19:33:59 +0100

    • MDEV-35792 Adding a regular index on a vector column leads to invalid table structure

  • Revision #1ea79d1774 2025-02-03 18:27:13 +0100

    • MDEV-35317 Server crashes in mhnsw_insert upon using vector key on a Spider table

  • Revision #40d39b1176 2025-02-03 15:19:30 +0100

    • MDEV-35221 Vector values do not survive mariadb-dump / restore

  • Revision #a2f0234c82 2025-02-03 12:27:03 +0100

    • MDEV-36011 Server crashes in Charset::mbminlen / Item_func_vec_fromtext::val_str upon mixing vector type with string

  • Revision #6fc75e0868 2025-02-03 12:08:10 +0100

    • MDEV-35922 Server crashes in mhnsw_read_first upon using vector key with views

  • Revision #69041af67d 2025-02-02 22:51:12 +0100

    • only enforce innodb_force_primary_key when a table is created

  • Revision #5b8c087e84 2025-02-02 20:13:57 +0100

    • MDEV-36005 Server crashes when checking/updating a table having vector key after enabling innodb_force_primary_key

  • Revision #e928bf1c0e 2024-11-01 12:04:49 +0400

    • MDEV-35292 - ALTER TABLE re-creating vector key is no-op with non-copying alter algorithms (default)

  • Revision #c453391187 2025-01-15 09:57:49 +0100

    • MDEV-35834 Server crash in FVector::distance_to upon concurrent SELECT

  • Revision #44d0f5864e 2025-02-05 22:21:37 +0100

    • fix the test case

  • Revision #adc1beb868 2025-02-05 22:19:42 +0100

    • relax the assert

  • Revision #fe31424e00 2025-02-06 16:47:52 +0100

    • fix sporadic test failures caused by InnoDB #record estimation

  • Merge Revision #ba01c2aaf0 2025-02-06 16:46:02 +0100 - Merge branch '11.4' into 11.7

  • Revision #14a80f0929 2025-02-03 14:58:58 +0200

    • MDEV-35318 Assertion `tl->jtbm_subselect' failed... - PART 2

  • Revision #0e21ff8ca4 2025-01-20 17:44:51 +0200

    • MDEV-35318 Assertion `tl->jtbm_subselect' failed in JOIN::calc_allowed_top_level_tables

  • Revision #491e2b17a9 2025-01-29 00:25:12 +0400

    • MDEV-35081 - Assertion `!n_mysql_tables_in_use' failed after error upon binary logging of DML involving vector table

  • Revision #697b88bf75 2025-01-22 17:31:30 -0700

    • SHOW REPLICA STATUS: mark columns as unsigned

  • Revision #aaa02f6aa3 2025-01-31 14:02:44 -0700

    • MDEV-35693: Improve SHOW REPLICA STATUS column sizes

  • Revision #01fafd45eb 2025-01-26 09:17:20 -0700

    • MDEV-35939: rpl.rpl_parallel_sbm: "Slave_last_event_time is not equal to Master_last_event_time"

  • Revision #195dcfec6f 2025-01-17 08:42:17 +0100

    • MDEV-35793: Server crashes in Item_func_vec_distance_common::get_const_arg

  • Revision #9171ef3faf 2024-12-11 18:59:39 +1100

    • MDEV-35557 Fix SEGV when reading from ALTERed mysql.servers table

  • Revision #e02e24dff2 2024-12-15 23:53:00 +0400

    • MDEV-35338 - Non-copying ALTER does not pad VECTOR column, vector search further does not work

  • Revision #8ef37ade17 2025-01-06 20:26:06 +0100

    • MDEV-35745 Assertion failure, ASAN errors, crash in mhnsw_read_first/mhnsw_read_next

  • Revision #0eaefafbaf 2025-01-04 17:27:55 +0100

    • MDEV-35769 ER_SQL_DISCOVER_ERROR upon updating vector key column using incorrect value

  • Revision #cca243bf02 2025-01-04 14:42:01 +0100

    • MDEV-35768 Vector key is not used upon selecting from views / subqueries

  • Revision #61806af658 2024-12-29 17:54:52 +0100

    • MDEV-35417 InnoDB crashes under ... AND DISABLE CHECKPOINT

  • Revision #8de5b58627 2025-01-05 13:14:58 +0100

    • Bump the VERSION

  • Revision #c618c6612f 2025-01-09 08:27:57 -0500

    • MDEV-35805 Update main.lowercase_table4 for new default collation

  • Revision #8b9c8631a4 2025-01-11 12:04:35 -0700

    • MDEV-35818: Fix replace_binlog_file info message

  • Revision #3e9da8c923 2025-01-09 12:31:17 +0200

    • Disable atomic.alter_table on MSAN because of slowness

  • Merge Revision #15700f54c2 2025-01-09 09:41:38 +0200 - Merge 11.4 into 11.7

  • Revision #bc32705f46 2024-12-10 13:21:23 +0700

    • MDEV-31005: Make working cursor-protocol

  • Revision #a090a3c571 2024-11-30 21:27:29 +0100

    • MDEV-33239: mysqlbinlog always stops at timestamp 0xffffffff

  • Revision #d60efa269e 2024-11-22 09:54:52 +0100

    • MDEV-35482 Raise the plugin PARSEC maturity

  • Revision #56e4b01b7b 2024-11-15 20:20:53 +0100

    • MDEV-35419 Server crashes when a adding column to the table which has a primary key using hash

  • Revision #a826e6db0e 2024-08-05 01:38:08 +0200

    • binlog_cache_data: use the correct cache size in reset()

  • Merge Revision #0796bb8216 2024-12-04 09:42:46 +0200 - Merge 11.4 into 11.7

  • Merge Revision #33907f9ec6 2024-12-02 17:51:17 +0200 - Merge 11.4 into 11.7

  • Revision #4d9548876e 2024-12-02 10:44:06 +0200

    • MDEV-31340 fixup: clang++-20 -Wdeprecated-literal-operator

  • Revision #d4d5bce2da 2024-11-25 13:37:56 +0200

    • Fix typo in description of s3_ssl_no_verify

  • Revision #87da4f8938 2024-11-21 17:59:38 +1100

    • main.type_timestamp fix for cursor protocol

  • Revision #b2d8c632a2 2024-09-20 18:29:29 -0600

    • Add missing LEX_STRING::strs for my_snprintf

  • Revision #74743b0d88 2024-11-11 19:53:41 +0100

    • fix test failures on x86, gcc -O1

  • Revision #38ffaeadab 2024-10-28 10:29:27 +0100

    • Fix a bad merge

  • Revision #54ab281de8 2024-11-12 14:10:58 +1100

    • MDEV-34915 track session variables - test adjust

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