All pages
Powered by GitBook
1 of 1

Loading...

MariaDB 11.7.1 Release Notes

Download Release Notes Changelog Overview of 11.7

Release date: 21 Nov 2024

MariaDB 11.7 is a rolling release. It is an evolution of MariaDB 11.6 with several entirely new features.

MariaDB 11.7.1 is a Release Candidate (RC) release.

Thanks, and enjoy MariaDB!

Notable Items

Vectors

  • are a feature that allow MariaDB Server to perform as a relational vector database. Previously available in the special , it has now been added to MariaDB Community Server 11.7.1 with various enhancements ()

    • Data type VECTOR ()

    • Conversion functions VEC_FromText and VEC_ToText ()

Storage Engines

InnoDB

  • Defaults change - the system variable now defaults to ON, previously was OFF ()

  • Fix attempt to read outside the bounds of the file: ./ibdata1 ()

  • Fix MariaDB crash with SIGILL because the OS does not support AVX512 ()

  • Fix deadlock caused by lock_rec_unlock_unmodified() ()

  • Fix server crash when calling after is enabled ()

  • SELECT MIN on Spider table no longer returns more rows than expected ()

  • Fix Spider group by handler wrong result on order by aggregate ()

  • Fix Storage Engine S3 that caused 500 error when using Huawai Cloud S3 and possibly other S3 providers ()

    • A new option has been added. s3-provider=Huawai needs to be set for Huawai Cloud S3

Optimizer

  • Fix crash caused by query containing constant having clause ()

  • Fix assertion with optimizer_join_limit_pref_ratio and 1-table select ()

Data Definition - Alter Table

  • Fix InnoDB crash under Windows Subsystem for Linux on ALTER TABLE or OPTIMIZE TABLE ()

  • Fix case where modification of the column incorrectly checked foreign key constraint ()

  • Fix incorrect NULL value handling for instantly dropped BLOB columns ()

Galera

  • Galera updated to 26.4.20

  • Fix server crash when setting wsrep_cluster_address after adding invalid value to wsrep_allowlist table ()

  • TOI (ALTER) no longer hangs on a parent table if SR transaction is in progress on a child table ()

  • Fix INSERT...SELECT' on MyISAM table suddenly replicated by alera ()

Backup

  • Recovery now correctly notes some log corruption ()

  • InnoDB now correctly merges the change buffer to ROW_FORMAT=COMPRESSED tables ()

  • Can now selectively restore sequences using innodb tables from backup ()

JSON

  • now properly unquotes strings ()

  • default values now allows non-string literals ()

UUID

  • New function for generating version 4 UUIDs ()

  • New function for generating version 7 UUIDs ()

General

  • As per the , this will be the last release of for Windows 11 22H2

  • no longer hangs on startup when --init-file target does not exist ()

  • LOAD DATA INFILE with geometry data no longer fails ()

  • Fix heap-use-after-free in group_concat with compressed or GIS columns ()

Changelog

For a complete list of changes made in , with links to detailed information on each push, see the .

Contributors

For a full list of contributors to , see the .

Configuration options (MDEV-35244)
  • Upper limit for one MHNSW vector index cache

  • Default value for the DISTANCE vector index option

  • Default value for the M vector index option

  • Defines the minimal number of result candidates to look for in the vector index for ORDER BY … LIMIT N queries.

Fix duplicate key error in table 'mysql.innodb_table_stats' (MDEV-34207)

  • Fix possible adaptive hash index corruption with ALTER TABLE...IMPORT TABLESPACE and FULLTEXT SEARCH (MDEV-35059)

  • XA prepare now correctly releases unmodified records in non-blocking mode (MDEV-34466)

  • Fix contention between secondary index UPDATE and purge due to large innodb_purge_batch_size (MDEV-34515)

  • Fix redundant page lookups that hurt performance (MDEV-34791)

  • Implement on 64-bit systems for improving ib_logfile0 reads (MDEV-34062)

  • Fix case where with wsrep_mode=REPLICATE_ARIA, only part of the mixed-engine transactions was replicated (MDEV-30653)

  • Fix galera_ssl_reload failure with warning message (MDEV-32778)

  • When InnoDB gets an assertion failure, WSREP layer is now handled gracefully (MDEV-32363)

  • Fix assertion `!is_cond()' failed in Item_bool_func::val_int / do_select (MDEV-35135)

  • Trigger now works correctly with bulk update (MDEV-34718)

  • Fix assertion failure in find_producing_item upon a query from a view (MDEV-35276)

  • Add new setting, to the mariadb client for use in --quick mode (MDEV-34704)

  • Vector preview release
    MDEV-34939
    MDEV-33410
    MDEV-32886
    MDEV-35124
    MDEV-34453
    MDEV-34565
    MDEV-34690
    MDEV-34682
    MDEV-26345
    MDEV-29546
    MDEV-34867
    MDEV-23983
    MDEV-35072
    MDEV-34938
    MDEV-34392
    MDEV-35122
    MDEV-31173
    MDEV-34836
    MDEV-34647
    MDEV-34802
    MDEV-34879
    MDEV-32350
    MDEV-27412
    MDEV-25822
    MDEV-11339
    MDEV-32637
    MariaDB Deprecation Policy
    MariaDB 11.7
    MDEV-34814
    MDEV-34883
    MDEV-16699
    MariaDB 11.7.1
    changelog
    MariaDB 11.7.1
    MariaDB Foundation release announcement

    The most recent release of MariaDB 11.7 is:

    MariaDB 11.7.2 Stable (GA) Download Now

    Do not use non-stable (non-GA) releases in production!

    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.

    Vectors
    innodb_snapshot_isolation
    Spider
    spider UDF
    aria_encrypt_tables
    S3
    s3-provider
    JSON_TABLE
    JSON_TABLE
    UUIDv4
    UUIDv7
    mariadbd
    mhnsw_max_cache_size
    mhnsw_default_distance
    mhnsw_default_m
    mhnsw_ef_search
    innodb_log_file_mmap
    --quick-max-column-width

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

    Distributions which Include MariaDB