All pages
Powered by GitBook
1 of 9

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

MariaDB 11.2 Changes & Improvements

MariaDB 11.2 is no longer maintained. Please use a more recent release.

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

MariaDB 11.2 is a short-term release series, and was maintained until November 2024.

Upgrading

  • See and .

New Features & Improvements

Online Schema Change

  • can now do most operations with ALGORITHM=COPY, LOCK=NONE, that is, in most cases, unless the algorithm and lock level are explicitly specified, ALTER TABLE will be performed using the algorithm while simultaneously allowing concurrent on the altered table.

For more information, refer to, .

InnoDB

  • The is now shrunk by reclaiming unused space at startup ()

JSON

  • now allows retrieval of the key when iterating on JSON objects ()

  • New functions , and to check for JSON intersection ()

  • extracts key/value pairs from a JSON object ()

Miscellaneous

  • All binlog* variables are now visible as system variables, specifically , , ()

  • enhancement ()

  • Temporary tables are now displayed in the , and ()

  • : validation of stored program statements (

Variables

  • For a list of all new variables, see .

Security Vulnerabilities Fixed in

For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the page.

  • :

  • : ,

List of All Releases

Date
Release
Status
Release Notes
Changelog
)
  • Remove the deprecated variable (MDEV-30905)

  • Extend and to support an initialization vector and algorithm (MDEV-9069)

  • Stable (GA)

    7 Feb 2024

    Stable (GA)

    21 Nov 2023

    Stable (GA)

    21 Aug 2023

    RC

    20 Jun 2023

    Alpha

    1 Nov 2024

    MariaDB 11.2.6

    Stable (GA)

    Release Notes

    Changelog

    8 Aug 2024

    MariaDB 11.2.5

    Stable (GA)

    Release Notes

    Changelog

    MDEV-14795
    MDEV-30145
    MDEV-26182
    MDEV-30145
    MDEV-30188
    MDEV-26137
    MDEV-12459
    MariaDB 11.2
    CVE-2024-21096
    MariaDB 11.2.4
    CVE-2023-22084
    MariaDB 11.2.3
    MariaDB 11.2.2
    MariaDB 11.2

    16 May 2024

    MDEV-5816

    Release Notes - MariaDB 11.2 Series

    MariaDB 11.2 was a short-term maintenance series of MariaDB maintained until November 2024

    MariaDB 11.2.4
    Release Notes
    Changelog
    MariaDB 11.2.3
    Release Notes
    Changelog
    MariaDB 11.2.2
    Release Notes
    Changelog
    MariaDB 11.2.1
    Release Notes
    Changelog
    MariaDB 11.2.0
    Release Notes

    MariaDB 11.2.0 Release Notes

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

    Download 11.2.0 | Release Notes | Changelog | Overview of 11.2

    Release date: 20 Jun 2023

    Do not use alpha releases in production!

    MariaDB 11.2 is a short-term development series of MariaDB, and will be maintained for one year after its Generally Available release. It is an evolution of MariaDB 11.1 with several entirely new features.

    MariaDB 11.2.0 is a single preview release. Features are to be considered preview, and none are guaranteed to make it into MariaDB 11.2.

    The preview is available as a container quay.io/mariadb-foundation/mariadb-devel:11.2-preview.

    For an overview of see the page.

    Thanks, and enjoy MariaDB!

    InnoDB

    • The is now shrunk by reclaiming unused space at startup ()

    JSON

    • now allows retrieval of the key when iterating on JSON objects ()

    • New functions , and to check for JSON intersection ()

    • extracts key/value pairs from a JSON object ()

    Miscellaneous

    • All binlog* variables are now visible as system variables, specifically , , ()

    • enhancement ()

    • Temporary tables are now displayed in the , and ()

    • : validation of stored program statements (

    )
  • Remove the deprecated variable (MDEV-30905)

  • Extend and to support an initialization vector and algorithm (MDEV-9069)

  • MariaDB 11.2
    What is MariaDB 11.2?
    MDEV-14795
    MDEV-30145
    MDEV-26182
    MDEV-30145
    MDEV-30188
    MDEV-26137
    MDEV-12459
    MDEV-5816

    MariaDB 11.2.5 Release Notes

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

    Download 11.2.5 | Release Notes | Changelog | Overview of 11.2

    Release date: 8 Aug 2024

    MariaDB 11.2 is a current short-term stable series of MariaDB and will be maintained until October 2024. It is an evolution of MariaDB 11.1 with several entirely new features.

    MariaDB 11.2.5 is a Stable (GA) release.

    For an overview of MariaDB 11.2 see theWhat is MariaDB 11.2? page.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    InnoDB

    • now builds indexes more efficiently ()

      • Unsetting the system variable restores the old behavior.

    • Fix unexpected storage read IO for the redo log, reintroduce ()

    • Correctly terminate transaction early with ER_LOCK_TABLE_FULL when lock memory is growing (

    Aria

    • Fix index corruption when doing a REPAIR TABLE that has a size of over 4G ()

    Spider

    • UBSAN: runtime error: applying non-zero offset in spider_free_mem and SIGSEGV in spider_free_mem on SELECT ()

    • SIGSEGV in ha_resolve_storage_engine_name, UBSAN: runtime error: index 4294967295 out of bounds for type 'st_plugin_int *[64]' ()

    • SIGSEGV in spider_db_conn::fin_loop_check, and ASAN: heap-use-after-free in

    Partitioning

    • MariaDB Server crashes with ill-formed partitions ()

    • SIGSEGV in parse_engine_part_options on INSERT, SELECT or ALTER ()

    • Assertion ``auto_increment_value'failed inha_partition::info` on INSERT into MEMORY table ()

    Character Sets

    • On startup: UBSAN: applying zero offset to null pointer in my_copy_fix_mb from strings/ctype-mb.c and other locations ()

    • On startup: UBSAN: runtime error: applying zero offset to null pointer in skip_trailing_space and my_hash_sort_utf8mb3_general1400_nopad_as_ci ()

    • SHOW CREATE DATABASE statement crashes the server when db name contains some unicode characters, ASAN stack-buffer-overflow (

    Optimizer

    • On startup: UBSAN: runtime error: applying non-zero offset in JOIN::make_aggr_tables_info in sql/sql_select.cc ()

    • Crash after killing query while it is processed by test_quick_select ()

    • Extend condition normalization to include 'NOT a' ()

    • Auto-generated from table no longer breaks replication ()

    • Fix replication failure when are used where the replica has set and the client has touched a different database when running DML such as inserts. ()

    • Fix replication error when is used in conjunction with a password longer than 41 ascii characters ()

    Backup

    • Hide password passed on commandline from xtrabackup_info ()

    Galera

    • updated to 26.4.19

      • NOTE: Includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster as soon as all nodes have been updated

    • galera_gtid_2_cluster: Assertion ``thd->wsrep_next_trx_id() != (0x7fffffffffffffffLL * 2ULL + 1)'` ()

    Error Log

    • system variable added, and value added to the at startup ()

    General

    • As per the , this will be the last release of for Debian 10 "Buster", RHEL/CentOS 7, Ubuntu 23.10 "Mantic", and Fedora 38

    • Repositories for Ubuntu 24.04 "Noble" have been added

    • no longer unnecessarily traverses tablespaces list ()

    • Fix unknown variable defaults-group-suffix=

    Security

    • Fixes for the following :

      • CVE-`-```

    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 .

    MariaDB 11.2.1 Release Notes

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

    Download 11.2.1 | Release Notes | Changelog | Overview of 11.2

    Release date: 21 Aug 2023

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

    MariaDB 11.2 is the current development series of MariaDB. It is an evolution of MariaDB 11.1 with several entirely new features.

    MariaDB 11.2 is a Release Candidate (RC) release.

    For an overview of MariaDB 11.1 see theWhat is MariaDB 11.2? page.

    Thanks, and enjoy MariaDB!

    Notable Items

    General

    • As per the , this will be the last release of for Ubuntu 18.04 LTS "Bionic" and Ubuntu 22.10 "Kinetic"

    • In this release repositories for Debian 12 "Bookworm" have been added.

    • doesn't ignore error as it should ()

    • 280 Bytes lost in mysys/array.c, mysys/hash.c, sql/sp.cc, sql/sp.cc, sql/item_create.cc, sql/item_create.cc, sql/sql_yacc.yy:10748 when using oracle sql_mode ()

    Character Sets, Data Types

    • UBSAN: null pointer passed as argument 1, which is declared to never be null in my_strnncoll_binary on SELECT ... COUNT or GROUP_CONCAT ()

    • Possibly wrong result or Assertion 0' failed in Item_func_round::native_op` ()

    • Assertion ``(length % 4) == 0'failed in

    InnoDB

    • Crashing on I/O error is unhelpful ()

    • SIGSEGV in log_sort_flush_list() in InnoDB crash recovery ()

    • InnoDB tables are being flagged as corrupted on an I/O bound server ()

    • Duplicate entry allowed into a ()

    Aria

    • Various crashes upon INSERT/UPDATE after changing settings ()

    • Various crashes/asserts/corruptions when Aria encryption is enabled/used, but the encryption plugin is not loaded ()

    Spider

    • SIGSEGV in spider_db_open_item_field and SIGSEGV in spider_db_print_item_type, on SELECT ()

    • that double as table params overriding mechanism is buggy ()

    Optimizer

    • InnoDB engine statistics for each table ()

    • Assertion ``last_key_entry >= end_pos'failed in virtual boolJOIN_CACHE_HASHED::put_record()` ()

    • Problem with open ranges on prefix blobs keys ()

    • Equal on two

    Replication

    • Parallel Slave SQL Thread Can Update Seconds_Behind_Master with Active Workers ()

    • ends up in optimistic parallel slave binlog out-of-order ()

    • takes very long time on a busy system ()

    • On slave fail to return an error in read-only mode ()

    Galera

    • Node never returns from Donor/Desynced to Synced when wsrep_mode = BF_ABORT_mariadb-backup ()

    • Node has been dropped from the cluster on Startup / Shutdown with async replica ()

    • KILL QUERY maintains nodes data consistency but breaks GTID sequence ()

    • Assertion failure

    Security

    • Fixes for the following :

      • CVE-`-```

    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 .

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

    )
  • Alter operation on redundant table no longer aborts the server (MDEV-34222)

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

  • Fix InnoDB: Failing assertion: stat_n_leaf_pages > 0 in ha_innobase::estimate_rows_upper_bound (MDEV-34474)

  • wait_for_read in buf_page_get_low no longer hurts performance (MDEV-34458)

  • Fix InnoDB: Assertion failure in file ./storage/innobase/page/page0zip.cc line 4211 (MDEV-34357)

  • spider_db_mbase::fin_loop_check
    on SHOW TABLE STATUS (
    )
  • SIGSEGV in ha_spider::lock_tables on BEGIN after table lock (MDEV-29962)

  • SIGSEGV in spider_conn_first_link_idx and others on DELETE, INSERT and SELECT (MDEV-32492)

  • Spider: Crashes, asserts, hangs, memory corruptions and ASAN heap-use-after-free's (MDEV-27902)

  • Spider: @@insert_id 128 to TINYINT: Assertion ``!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'` failed. (MDEV-28105)

  • ASAN errors in spider_db_free_result after partition DDL (MDEV-29027)

  • Server crashes when calling spider UDF after aria_encrypt_tables is enabled (MDEV-34682)

  • )
  • Wrong result set with utf8mb4_danish_ci and BNLH join (MDEV-34417)

  • Constant subquery causing a crash in pushdown optimization (MDEV-29363)

  • Crash when pushing condition with CHARSET()/COERCIBILITY() into derived table (MDEV-33010)

  • 2nd execution name resolution problem with pushdown into unions (MDEV-34506)

  • Assertion ``(key_part->key_part_flag & 4) == 0'` failed key_hashnr (MDEV-34580)

  • Crash caused by query containing constant having clause (MDEV-23983)

  • Using NAME_CONST() (or executing query from the stored procedure and referring to a local variable) changes the plan and may make execution slower (MDEV-33971)

  • ORDER BY DESC causes ROWID Filter optimization performance degradation (MDEV-33875)

  • The
    option is utilized to avoid a possible error state in
    (
    )
    table gtid_slave_pos entries never been deleted with wsrep_gtid_mode = 0 (MDEV-34170)
  • Deadlock found when trying to get lock during applying (MDEV-31658)

  • Change error code for Galera unkillable threads (MDEV-12008)

  • 10.11.8 cluster becomes inconsistent when using composite primary key and partitioning (MDEV-34269)

  • wsrep_sst_mariadb-backup use /tmp dir during SST rather then user defined tmpdir (MDEV-32158)

  • with
    (
    )
  • no longer hangs on macOS (MDEV-34129)

  • Fix transaction termination with ER_LOCK_TABLE_FULL when lock memory is growing (MDEV-34167)

  • Disable new connections in case of fatal signal (MDEV-34475)

  • Control over memory allocated for SP/PS (MDEV-14959)

  • now work correctly with bulk insert (MDEV-24411)

  • Fix assertion ``table->field[0]->ptr >= table->record[0] && table->field[0]->ptr <= table->record[0] + table->s->reclength'failed invoid handler::assert_icp_limitations(uchar*)` (MDEV-34632)

  • - now compatible with (MDEV-34203)

  • MDEV-33087
    MDEV-33894
    MDEV-34522
    MDEV-31475
    MDEV-32487
    MDEV-32155
    MDEV-34421
    MDEV-24610
    MDEV-34226
    MDEV-34187
    MDEV-34227
    MDEV-30651
    MDEV-19520
    MDEV-25607
    MDEV-33921
    MDEV-23857
    MDEV-34434
    Galera
    MDEV-32633
    MDEV-34494
    MariaDB Deprecation Policy
    MariaDB 11.2
    IMPORT TABLESPACE
    MDEV-34670
    MariaDB 11.2.5
    changelog
    MariaDB 11.2.5
    MariaDB Foundation release announcement
    MDEV-34167
    MDEV-34541
    MDEV-32376
    MDEV-33465
    MDEV-33265

    Be notified of new MariaDB Server releases automatically by 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.

    SQL/PL package body does not appear in (MDEV-30662)

  • Unexpected result when combining , subselect and (MDEV-28285)

  • variables do not get assigned from subselects (MDEV-31250)

  • Crash after setting global to an invalid value (MDEV-25237)

  • ODKU of non-versioning column inserts (MDEV-23100)

  • not working properly on transaction precise (MDEV-25644)

  • Assertion ``const_item_cache == true'failed inItem_func::fix_fields` (MDEV-31319)

  • doesn't work with pushed derived tables (MDEV-29284)

  • get_partition_set is never executed in ha_partition::multi_range_key_create_key due to bitwise & with 0 constant (MDEV-24712)

  • Client can crash the server with a mysql_list_fields("view") call (MDEV-30159)

  • not immediately changed updated after procedure change (MDEV-31064)

  • bzero wipes more bytes than necessary in set_global_from_ddl_log_entry (MDEV-31521)

  • Assertion ``0'failed inType_handler_row::field_typeuponTO_CHAR` with wrong argument (MDEV-29152)

  • fails due to old_mode="", with "Cannot load from mysql.proc. The table is probably corrupted" (MDEV-28915)

  • my_lengthsp_utf32
    on
    SELECT` (
    )
  • UBSAN: negation of -X cannot be represented in type 'long long int'; cast to an unsigned type to negate this value to itself in Item_func_mul::int_op and Item_func_round::int_op (MDEV-30932)

  • Assorted assertion failures in json_find_path with certain collations (MDEV-23187)

  • Server Status is reported in seconds (MDEV-29311)

  • dies with Floating point exception (MDEV-31641)

  • Add InnoDB engine information to the (MDEV-31558)

  • Deadlock with 3 concurrent by (MDEV-10962)

  • innodb protection against dual processes accessing data insufficient (MDEV-31568)

  • ER_DUP_KEY in upon on (MDEV-31607)

  • Assertion ``!strcmp(index->table->name.m_name, "SYS_FOREIGN") || !strcmp(index->table->name.m_name, "SYS_FOREIGN_COLS")'failed inbtr_node_ptr_max_size` (MDEV-19216)

  • InnoDB: Failing assertion: page_type == i_s_page_type[page_type].type_value (MDEV-31386)

  • btr_estimate_n_rows_in_range() accesses unfixed, unlatched page (MDEV-30648)

  • MODIFY COLUMN can break FK constraints, and lead to unrestorable dumps (MDEV-31086)

  • Recovery or backup failure after (MDEV-31487)

  • Assertion 'n & PENDING' failed in fil_space_t::set_needs_flush() (MDEV-31442)

  • fil_node_open_file() releases fil_system.mutex allowing other thread to open its file node (MDEV-31256)

  • ASAN errors in dict_v_col_t::detach upon adding key to virtual column (MDEV-31416)

  • Purge trying to access freed secondary index page (MDEV-31264)

  • Freed data pages are not always being scrubbed (MDEV-31253)

  • InnoDB recovery hangs after reporting corruption (MDEV-31353)

  • !cursor->index->is_committed() in row0ins.cc after update to 10.4.13 from 10.3.21 (MDEV-22739)

  • fails to wait for purge of enough transaction history (MDEV-31355)

  • SET GLOBAL does not free space when no undo logs exist (MDEV-31382)

  • (linear read-ahead) does not work (MDEV-29967)

  • InnoDB recovery and mariadb-backup --prepare fail to report detailed progress (MDEV-29911)

  • fil_ibd_create() may hijack the file handle of an old file (MDEV-31347)

  • recovery results in a corrupted undo log (MDEV-31373)

  • Server freeze due to and (MDEV-31088)

  • entries are left behind when freeing a page, causing secondary index corruption when the page is later reused (MDEV-31385)

  • Foreign Key Constraint actions don't affect (MDEV-18114)

  • create wrong result (
    )
  • Recursive CTE execution is interrupted without errors or warnings (MDEV-31214)

  • Assertion ``s->table->opt_range_condition_rows <= s->found_records'failed inapply_selectivity_for_table` (MDEV-31449)

  • Inconsistency between MRR and SQL layer costs can cause poor query plan (MDEV-31479)

  • MAX_SEL_ARG memory exhaustion is not visible in the optimizer trace (MDEV-30964)

  • not working properly with (MDEV-30765)

  • Segfault on select query using index for group-by and filesort (MDEV-30143)

  • Server crash in store_length, assertion failure in Type_handler_string_result::sort_length (MDEV-31743)

  • Calling a function from a different database in a slave side trigger crashes (MDEV-29894)

  • rpl.rpl_manual_change_index_file occasionally fails in BB with Result length mismatch (MDEV-30214)

  • !lock.was_chosen_as_deadlock_victim in trx0trx.h:1065
    (
    )
  • MariaDB stuck on starting commit state (waiting on commit order critical section) (MDEV-29293)

  • Assertion state() == s_aborting || state() == s_must_replay failed in int wsrep::transaction::after_rollback() (MDEV-30013)

  • Assertion !wsrep_has_changes(thd) || (thd->lex->sql_command == SQLCOM_CREATE_TABLE && !thd->is_current_stmt_binlog_format_row()) || thd->wsrep_cs().transaction().state() == wsrep::transaction::s_aborted failed (MDEV-30388)

  • Server crashes when wsrep_sst_donor and wsrep_cluster_address set to NULL (MDEV-28433)

  • Create temporary sequence can cause inconsistency (MDEV-31335)

  • Galera 4 unable to query cluster state if not primary component (MDEV-21479)

  • MariaDB Deprecation Policy
    MariaDB 11.2
    MDEV-31092
    MDEV-26186
    MDEV-28384
    MDEV-23838
    MDEV-27593
    MDEV-31354
    MDEV-31767
    MDEV-31120
    MDEV-28054
    MDEV-26258
    MDEV-29447
    MDEV-31524
    MDEV-31577
    MDEV-31348
    MDEV-31800
    MDEV-30619
    MDEV-31503
    MDEV-13915
    MDEV-30978
    MDEV-31737
    MDEV-31413
    MDEV-31075
    MariaDB 11.2.1
    changelog
    MariaDB 11.2.1
    MariaDB Foundation release announcement
    MDEV-29019
    MDEV-20010
    MDEV-30963

    Be notified of new MariaDB Server releases automatically by 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.

    MariaDB 11.2.4 Release Notes

    The most recent release of is: Stable (GA)

    | | |

    Release date: 16 May 2024

    is a current short-term stable series of MariaDB and will be October 2024. It is an evolution of with several entirely new features.

    is a release.

    For an overview of see the page.

    Thanks, and enjoy MariaDB!

    Be notified of new MariaDB Server releases automatically by 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.

    Be notified of new MariaDB Server releases automatically by 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.

    Notable Items

    From this version, the tool adds a new command to the top of every dump file. This command cannot be interpreted by MariaDB command line client versions that do not have the sandbox command, or by MySQL command line clients, and an error will be generated in these clients. Other methods of importing the dump will work not have this issue.

    Storage Engines

    InnoDB

    • Introduce the system variable to address excessive context switching caused by log_sys.lsn_lock (observed on write-intensive workloads on NUMA systems) (MDEV-33515)

    • Fix InnoDB holding shared dict_sys.latch while waiting for FOREIGN KEY child table lock on DDL (MDEV-32899)

    • Fix adaptive hash index corruption after (MDEV-33400)

    • Server no longer aborts while altering an InnoDB statistics table (MDEV-33462)

    • Fix LeakSanitizer errors in rec_copy_prefix_to_buf ()

    • Fix InnoDB fatal error: Clustered record field for column x not found ()

    • Fix InnoDB hang when temporarily running out of buffer pool ()

    • Fix alter operation hang when encryption thread works on the same tablespace ()

    • Fix MariaDB segfault on rowid filter query involving generated column ()

    • Fix discard/import tablespace, restart, index corruption ()

    • Fix server hang on DROP INDEX or RENAME INDEX ()

    • Fix mariadb-backup --backup hang ()

    • Fix server hang caused by InnoDB change buffer ()

    • Fix assertion failures upon adding a too long key to table with COMPRESSED row format ()

    • IMPORT TABLESPACE no longer fails with column count or index count mismatch ()

    • Fix alter table corruption while applying the modification log ()

    • Fix inconsistent behaviors of UPDATE under RU & RC isolation level ()

    • Fix weird SELECT view when a record is modified to the same value by two transactions ()

    • Fix inconsistent read and write, which use the same predicate (WHERE clause) ()

    • Fix inconsistent SELECT view when modifying a record added by another transaction ()

    • Fix weird read view after ROLLBACK of other transactions ()

    • Read only server no longer throws error when running a create temporary table as select statement ()

    • Change buffer index no longer fails to delete the records ()

    • Fix InnoDB include OS error information when failing to write to iblogfile0 ()

    • Fix phantom rows caused by UPDATE of PRIMARY KEY ()

      • New system variable,

    • In-place migration from MySQL 5.7 no longer causes invalid AUTO_INCREMENT values ()

    • Fix InnoDB log corruption before upgrading it on startup ()

    • Table no longer gets rebuilt with ALTER TABLE ADD COLUMN ()

    • Fixed that internal temporary tables did not wait for freed disk space, and related issues (MDEV-33813)

    • Fix wrong result on 2nd execution of prepared statement for query with derived table (MDEV-31361)

    • Improve Spider performance by pushing down function (MDEV-28992) and statement (MDEV-28993) to data nodes

    • Fix server crash when deleting partitions from a table with spider engine (MDEV-33731)

    • SPIDER plugin initialization no longer fails at 'create table if not exists mysql.spider_tables ... with 'Specified key was too long; max key length is 1000 bytes', Warning: Memory not freed: 10720 (MDEV-33242)

    • Fix spider plugin init failure with no_zero_date sql_mode ()

    • Fix sql plugin init failure with traditional sql_mode ()

    • Fix parsing failure on valid left join select by translating the on expression to () ()

    • Fix Spider: ERROR 12710 (HY000): Invalid information from remote table when using local and remote ()

    • Fix bug where were not available if Spider was loaded upon server startup ()

    Backup

    • Port backup features from Enterprise Server. This adds support for to MariaDB Backup, and obsoletes the no-backup-locks and rysnc options (MDEV-32932)

    • MariaDB Backup now preserves (MDEV-33334)

    • Fix MariaDB Backup problem on older mariadb (opendir(NULL)) caused by MDEV-30968 (MDEV-31251)

    • Fix FATAL ERROR: ... Can't open datafile cool_down/t3 ()

    • now includes retry logic for undo tablespaces ()

    • Fix crash recovery in mariadb-backup --prepare due to insufficient ()

    • Fix crash in mariadb-backup --prepare --export after --prepare ()

    • now considers O/S user when --user option is omitted ()

    ,

    • Fixed improper application of COLLATE to non-character columns (MDEV-33318)

    • Default charset now works with PHP MySQLi extension (MDEV-32975)

    • Fixed Bad SEPARATOR value in on character set conversion (MDEV-33772)

    • Fixed out of range error in (()) due to a wrong data type (MDEV-33496)

    • Fixed and problems with ()

    JSON

    • View created via now returns correct json object (MDEV-30646)

    • now detects the type of String Values and correctly returns Date/DateTime values (MDEV-19487)

    • no longer returns NULL on valid arguments (MDEV-22141)

    • no longer returns multiple values for same path (MDEV-32287)

    Encryption, TLS, SSL

    • WolfSSL's math is unnecessarily slow (MDEV-33482)

    Optimization & Tuning

    • Server crashes in JOIN_CACHE::write_record_data upon EXPLAIN with subqueries and constant tables (MDEV-21102)

    • Wrong result with cross Join given join order (MDEV-30975)

    • Wrong warnings on 2-nd execution of PS for query with GROUP_CONCAT (MDEV-31276)

    • Wrong result with semi-join and splittable derived table (MDEV-23878)

    • Optimizer choosing incorrect index in 10.6, 10.5 but not in 10.4 ()

    • Aggregation functions fail to leverage uniqueness property ()

    • Partitioning is broken on big endian architectures ()

    Plugins

    • The now reports the user and host in all cases (MDEV-33393)

    Replication

    • --gtid-ignore-duplicate can double-apply event in case of parallel replication retry (MDEV-33475)

    • Deadlock kill of XA PREPARE can break replication / rpl.rpl_parallel_multi_domain_xa sporadic failure (MDEV-34042)

    • mysql_manager_submit Segfault at Startup Still Possible During Recovery (MDEV-33799)

    • Server crash in Rows_log_event::update_sequence upon replaying binary log (MDEV-31779)

    • Slave crashed:reload_acl_and_cache during shutdown ()

    • Rpl_semi_sync_slave_status is ON When Replication Is Not Configured ()

    • When binlog_annotate_row_events on , event of binlog file is truncated ()

    • Add more warnings to be able to better diagnose network issues ()

    • Improve times and states in show processlist for replication ()

    • Adapt parallel slave's round-robin scheduling to XA events ()

    • release row locks for non-modified rows at XA PREPARE ()

    • Semi-sync Wait Point AFTER_COMMIT Slow on Workloads with Heavy Concurrency ()

    Galera

    • Galera updated to 26.4.18

      • NOTE: Includes increasing the GCS protocol version, which prevents downgrades of individual nodes in the cluster as soon as all nodes have been updated

    • Disallow bulk insert operation during partition update statement (MDEV-33979)

    SQL, Data Definition, and Data Manipulation

    • Transportable Tablespaces no longer leave in a mismatched state (MDEV-18288)

    • Fix wrong row targeted with "insert ... on duplicate" and "replace", leading to data corruption (MDEV-30046)

    • Fix incorrect DEFAULT expression evaluated in (MDEV-33790)

    • Fix server crash when UPDATE statement with duplicate key is run after setting a low thread_stack (MDEV-33622)

    • Fix incorrect handling of in PS mode when a table's column declared as NOT NULL ()

    • Fix crash in EXECUTE IMMEDIATE 'CREATE OR REPLACE TABLE t1 (a INT DEFAULT ?)' USING DEFAULT ()

    • Fix wrong result on 2nd execution of PS to select from view using derived ()

    • Fix wrong warnings on 2nd execution of PS for query with GROUP_CONCAT ()

    • value of '1970-01-01 00:00:00' can no longer be indirectly inserted in ()

    • Fix out of range error in (()) due to a wrong data type ()

    • Fix zero datetime reinterpreting as '1970-01-01 00:00:00' on field_datetime=field_timestamp ()

    • unix_timestamp(coalesce(timestamp_column)) no longer returns NULL on '1970-01-01 00:00:00.000001' ()

    • Fix crash using UDF in WHERE clause of VIEW ()

    • Fix update for portion changes autoincrement key in period table ()

    • Fix SIGABRT resulting from CREATE TABLE with generated column and RLIKE ()

    Platforms & Packaging

    • MariaDB-client community can't be installed in red hat ubi9 (MDEV-32791)

    General

    Scripts & Clients

    • It's now possible to disable system commands with the option. (MDEV-21778)

    • now exports the data with sandbox mode enable, so that the mariadb client will not execute potentially dangerous cli commands.(MDEV-33727)

    • commands such as mariadb-dump --dump-slave=2 --master-data=2 now record both positions (MDEV-4827)

    • Loading now works with INPLACE ()

    Server

    • Moving from MariaDB 10.5 to 10.6 mysql_upgrade is not updating some system tables (MDEV-33726)

    • Original IP not shown in network related error messages when proxy_protocol is in use (MDEV-33506)

    • Server incorrectly describes known variables as UNKNOWN if invalid values are specified at startup (MDEV-33469)

    • update case insensitive (large) unique key with insensitive change of value - duplicate key (MDEV-29345)

    • MariaDB will abort server startup if it finds an invalid parameter, but won't check for other invalid params ()

    • Slowdown when running nested statement with many partitions ()

    Security

    • Fixes for the following :

      • CVE-2024-21096

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 11.2.4, see the MariaDB Foundation release announcement.

    MariaDB 11.2
    MariaDB 11.2.6
    Download Now
    Alternate download from mariadb.org
    Download 11.2.4
    Release Notes
    Changelog
    Overview of 11.2
    MariaDB 11.2
    maintained until
    MariaDB 11.1
    MariaDB 11.2.4
    Stable (GA)
    MariaDB 11.2
    What is MariaDB 11.2?

    Be notified of new MariaDB Server releases automatically by 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.

    subscribing
    subscribing
    subscribing
    subscribing
    MDEV-33230
    MDEV-33558
    MDEV-33613
    MDEV-33770
    MDEV-33795
    MDEV-33512
    MDEV-33993
    MDEV-33669
    MDEV-33543
    MDEV-31161
    MDEV-30655
    MDEV-19044
    MDEV-26643
    MDEV-26642
    MDEV-29565
    MDEV-26671
    MDEV-33802
    MDEV-33889
    MDEV-32489
    MDEV-33397
    MDEV-32898
    MDEV-33277
    MDEV-32445
    MDEV-33214
    MDEV-33494
    MDEV-33584
    MDEV-33679
    MariaDB 10.5
    MariaDB 10.6
    MDEV-33777
    MDEV-33441
    mariadb-backup --backup
    MDEV-33011
    mariadb-backup --backup
    MDEV-33980
    MDEV-33540
    MDEV-33023
    MariaDB Backup
    MDEV-32893
    MDEV-21034
    MDEV-33306
    MDEV-30660
    MDEV-33623
    MDEV-30260
    MDEV-33546
    MDEV-9179
    MDEV-33582
    MDEV-33620
    MDEV-33668
    MDEV-33454
    MDEV-33551
    MDEV-33549
    MDEV-15703
    MDEV-31277
    MDEV-31276
    MDEV-34088
    MDEV-33496
    MDEV-34069
    MDEV-34061
    MDEV-24507
    MDEV-25370
    MDEV-21058
    MDEV-33044
    MDEV-26923
    MDEV-33502
    subscribing

    MariaDB 11.2.2 Release Notes

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

    Download 11.2.2 | Release Notes | Changelog | Overview of 11.2

    Release date: 21 Nov 2023

    MariaDB 11.2 is a current short-term stable series of MariaDB, maintained until November 2024. It is an evolution of MariaDB 11.1 with several entirely new features.

    MariaDB 11.2.2 is a Stable (GA) release.

    For an overview of MariaDB 11.1 see theWhat is MariaDB 11.2? page.

    Thanks, and enjoy MariaDB!

    Notable Items

    InnoDB

    • followed by may corrupt data ()

    • ROW_FORMAT=COMPRESSED table: InnoDB: 2048 bytes should have been read. Only 0 bytes read. ()

    • Server aborts during alter operation when table doesn't have foreign index ()

    • row_merge_fts_doc_tokenize() handles FTS plugin parser inconsistently ()

    Optimizer

    • New setting, cset_narrowing, to enable the ()

    • Crash when HAVING in a correlated subquery references columns in the outer query ()

    • Server crashes at TABLE::add_tmp_key ()

    • Server crashes inside filesort at my_decimal::to_binary (

    Replication

    • rpl.rpl_parallel_temptable failure due to incorrect commit optimization of temptables ()

    • Lock wait timeout with INSERT-SELECT, autoinc, and statement-based replication ()

    • strings/ctype-ucs2.c:2336: my_vsnprintf_utf32: Assertion `(n % 4) == 0' failed in my_vsnprintf_utf32 on INSERT ()

    • Assertion fails in MDL_context::acquire_lock upon parallel replication of CREATE SEQUENCE ()

    • updated to 26.4.16

    • Assertion ``state() == s_executing || state() == s_prepared || state() == s_committing || state() == s_must_abort || state() == s_replaying'` failed. ()

    • Assertion ``state() == s_executing || state() == s_preparing || state() == s_prepared || state() == s_must_abort || state() == s_aborting || state() == s_cert_failed || state() == s_must_replay'` failed ()

    • wsrep_sst_mariadb-backup not working on FreeBSD ()

    Data Definition

    • MariaDB crash on calling function ()

    • ASAN errors in grn_obj_unlink / ha_mroonga::clear_indexes upon index operations ()

    • vcol circular references lead to stack overflow ()

    • OPTIMIZE TABLE crash ()

    Scripts and Clients

    • (mysqlbinlog) option ()

    • (mysqladmin) wrong error with ()

    • shows warning on missing directory $pamtooldir/auth_pam_tool_dir ()

    • main.mysql_client_test, main.mysql_client_test_comp failed on ASAN build with error: 5888, status: 23, errno: 2 ()

    mariadb-backup

    • mariadb-backup full backup failed with InnoDB: Failing assertion: success in storage/innobase/fil/fil0fil.cc line 657 ()

    • mbstream breaks page compression on XFS ()

    Character Sets, Data Types, Collations

    • Prefix keys for CHAR work differently for MyISAM vs InnoDB ()

    • Inconsistent results of DISTINCT with NOPAD ()

    • Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on INSERT ()

    • Compressed varchar values lost on joins when sorting on columns from joined table(s) ()

    Spider

    • Spider UBSAN runtime error: applying non-zero offset x to null pointer in st_spider_param_string_parse::restore_delims ()

    • Segfault when setting spider_delete_all_rows to 0 and delete all rows of a spider table, ASAN heap-use-after-free in spider_db_delete_all_rows ()

    • ASAN errors in spider_fields::free_conn_holder or spider_create_group_by_handler ()

    • ASAN: heap-buffer-overflow & stack-buffer-overflow in spider_db_mbase_row::append_to_str

    General

    • option breaks importing sql dumps ()

    • Crashes in MDL_key::mdl_key_init with lower-case-table-names=2 ()

    • getting error 'Illegal parameter data types row and bigint for operation '+' ' when using ITERATE in a FOR..DO ()

    • Assertion `arena_for_set_stmt== 0' failed in LEX::set_arena_for_set_stmt upon SET STATEMENT ()

    Docker Official Images

    • Invert single and double quotes for sql command definitions in due to failure under - contribution by Dominik Häckel

    • --no-defaults behaviour was corrected - reported by Dominik Häckel

    • Added /docker-entrypoint-init.d for tar{,compression} from -

    • Refactor docker_mariadb_init

    Variables

    • Added the system variable to manage .

    Security

    • Fixes for the following :

    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 .

    MariaDB 11.2.3 Release Notes

    The most recent release of is: Stable (GA)

    | | |

    Release date: 7 Feb 2024

    is a current short-term stable series of MariaDB, October 2024. It is an evolution of with several entirely new features.

    is a release.

    For an overview of see the page.

    Thanks, and enjoy MariaDB!

    InnoDB: tried to purge non-delete-marked record of an index on a virtual column prefix (MDEV-30024)

  • lock_row_lock_current_waits counter in information_schema.innodb_metrics may become negative (MDEV-30658)

  • SET GLOBAL innodb_max_purge_lag_wait=… hangs if innodb_read_only=ON (MDEV-31813)

  • Auto-increment no longer works for explicit FTS_DOC_ID (MDEV-32017)

  • Assertion `pos < table->n_def' failed in dict_table_get_nth_col (MDEV-32337)

  • innochecksum man pages seem to be inconsistent with the binary (10.2.25) (MDEV-20583)

  • innodb_compression_algorithm=0 (none) increments Innodb_num_pages_page_compression_error (MDEV-30825)

  • wrong table name in innodb's "row too big" errors (MDEV-32128)

  • Optimize is_file_on_ssd() to speedup opening tablespaces on Windows (MDEV-32228)

  • Race condition between page write completion and log checkpoint (MDEV-32511)

  • After crash recovery, Checksum mismatch + Failing assertion: !i || prev_id + 1 == space_id, (MDEV-31851)

  • Deadlock due to log_free_check(), involving trx_purge_truncate_rseg_history() and trx_undo_assign_low() (MDEV-32049)

  • Write-ahead logging is broken for freed pages (MDEV-32552)

  • X-lock on supremum for prepared transaction for RR (MDEV-30165)

  • Assertion failures in log_sort_flush_list upon crash recovery (MDEV-32029)

  • Assertion `purge_sys.tail.trx_no <= purge_sys.rseg->last_trx_no()' (MDEV-30100)

  • Assertion `index->is_btree() || index->is_ibuf()' failed in btr_search_guess_on_hash (MDEV-30802)

  • InnoDB hang in buf_flush_wait_LRU_batch_end() (MDEV-32134)

  • InnoDB may hang when running out of buffer pool (MDEV-32588)

  • Corrupt index(es) on busy table when using FOREIGN KEY (MDEV-30531)

  • InnoDB Recovery doesn't display encryption message when no encryption configuration passed (MDEV-31098)

  • Wrong information about innodb_checksum_algorithm in the information_schema.SYSTEM_VARIABLES (MDEV-31473)

  • InnoDB may fail to recover after being killed in fil_delete_tablespace() (MDEV-31826)

  • Create separate tpool thread for async aio (MDEV-31095)

  • UNDO logs still growing for write-intensive workloads (MDEV-32050)

    • Increase the default for from 300 to 1000 (MDEV-32050)

    • Deprecate .

    • The motivation for introducing this in MySQL seems to have been to avoid stalls due to freeing undo log pages or truncating undo log tablespaces. In MariaDB, should be a much lighter operation because it will not involve any log checkpoint. (MDEV-32050)

  • Slow full index scan in 10.6 vs 10.5 for the (slow) I/O-bound case (MDEV-30986)

  • LOAD DATA into InnoDB w/partitions: huge performance loss, affected 10.6+ (MDEV-31835)

  • Disable read-ahead for temporary tablespace (MDEV-32145)

  • Wrong result of: WHERE inet6_column IN ('','::1') (MDEV-31719)

  • )
  • Assertion `bitmap_is_set(&m_part_info->read_partitions, m_part_spec.start_part)' failed in ha_partition::handle_ordered_index_scan (MDEV-24283)

  • Crash when searching for the best split of derived table (MDEV-32064)

  • Test case from opt_tvc.test fails with statement memory protection (MDEV-32225)

  • Significant slowdown for query with many outer joins (MDEV-32351)

  • test_if_skip_sort_order() should catch the join types JT_EQ_REF, JT_CONST and JT_SYSTEM and skip sort order for these (MDEV-32475)

  • jointable materialization subquery optimization ignoring errors, then failing ASSERT. (MDEV-31983)

  • Server crashes in JOIN::cleanup after erroneous query with view (MDEV-32164)

  • Prepared statement return wrong result (missing row) (MDEV-9938)

  • Assertion `range->rows >= s->found_records' failed in best_access_path (MDEV-32682)

  • Raise notes when an index cannot be used on data type mismatch (MDEV-32203)

  • SHOW SLAVE STATUS Last_SQL_Errno Race Condition on Errored Slave Restart (MDEV-31177)

  • seconds_behind_master is inaccurate for Delayed replication (MDEV-32265)

  • detailize the semisync replication magic number error (MDEV-32365)

  • Parallel replication deadlock victim preference code errorneously removed (MDEV-31655)

  • Parallel replication lags because innobase_kill_query() may fail to interrupt a lock wait (MDEV-32096)

  • Missed kill when the SQL driver thread goes to wait for parallel slave worker queues to drain (MDEV-29974)

  • Galera library 26.4.16 fails with every server version (MDEV-32024)

  • Galera node remains paused after interleaving FTWRLs (MDEV-32282)

  • Failed to insert streaming client (MDEV-32051)

  • When set at runtime, accepts any value (MDEV-31470)

  • galera needs packaging script changes to successfully build (MDEV-32642)

  • replication breaks when using optimistic replication and replica is a galera node (MDEV-31833)

  • McAfee database vulnerability scan caused MariaDB crash with signal 6 (system abort) (MDEV-27004)

  • Assertion ``mode_ == m_local || transaction_.is_streaming()'failed inint wsrep::client_state::bf_abort(wsrep::seqno)` (MDEV-30217)

  • Server crashes in Alter_info::add_stat_drop_index upon CREATE TABLE (MDEV-32449)

    (mysql_install_db) doesn't properly grant to all default root user accounts (MDEV-21194)

    UBSAN shift exponent X is too large for 64-bit type 'long long int' in sql/field.cc (MDEV-32226)

  • Wrong bit encoding using COALESCE (MDEV-32244)

  • utf8mb3_key_col=utf8mb4_value cannot be used for ref access (MDEV-32113)

  • | SIGSEGV's in
    memmove_avx_unaligned_erms
    from memcpy in
    Binary_string::q_append
    , in
    Static_binary_string::q_append
    and
    my_strntoull10rnd_8bit
    | Unknown error 12801 (
    )

    main.mysqlcheck fails on ARM with ASAN use-after-poison in my_mb_wc_filename (MDEV-26494)

  • Assertion failed: !pfs->m_idle || (state == PSI_SOCKET_STATE_ACTIVE) (MDEV-28561)

  • MyISAM wrong server status flags (MDEV-28820)

  • Server crashes in check_sequence_fields upon CREATE TABLE .. SEQUENCE=1 AS SELECT .. (MDEV-29771)

  • slow log Rows_examined out of range (MDEV-30820)

  • "rpm --setugids" breaks PAM authentication (MDEV-30904)

  • incorrect examined rows in case of stored function usage (MDEV-31742)

  • Compilation failing on MacOS (unknown warning option -Wno-unused-but-set-variable) (MDEV-31890)

  • Server crash upon inserting into Mroonga table with compressed column (MDEV-31966)

  • hash unique corrupts index on virtual blobs (MDEV-32012)

  • insert into an empty table fails with hash unique (MDEV-32015)

  • Valgrind/MSAN warnings in dynamic_column_update_move_left (MDEV-32140)

  • Memory leak showed in MDEV-6146 test suite (MDEV-32223)

  • Test from subselect.test fails with statement memory protection (MDEV-32245)

  • Memory leak when executing PS for query with IN subquery (MDEV-32369)

  • Allow the setting of Auto_increment on FK referenced columns (MDEV-32018)

  • mariadb-upgrade fails with sql_safe_updates = on (MDEV-29914)

  • Assertion `!(thd->server_status & (1U | 8192U))' failed in MDL_context::release_transactional_locks (MDEV-32541)

  • Information schema leaks table names and structure to unauthorized users (MDEV-32500)

  • Missing CHACHA20-POLY1305 support in WolfSSL (MDEV-31653)

  • incorrect error about cyclic reference about JSON type virtual column (MDEV-32586)

  • Disable TLS v1.0 and 1.1 for MariaDB (MDEV-31369)

  • Better indication of refusing to start because of ProtectHome (MDEV-25177)

  • Database upgrade fails: slow_log table (MDEV-27757)

  • myrocks_hotbackup.1 and test suite files installed when engine is disabled (MDEV-29993)

  • client_ed25519.dll isn't inluded for HeidiSQL. (MDEV-31315)

  • Assertion `!m_null_value' failed in int FixedBinTypeBundle::cmp_item_fbt::compare or in cmp_item_inet6::compare (MDEV-27207)

  • LeakSanitizer errors in get_quick_select or Assertion `status_var.local_memory_used == 0 || !debug_assert_on_not_freed_memory' failed (MDEV-32476)

  • Update signal hander user info more compassion and correct url (MDEV-32535)

  • maria-install-db fails on MacOS (MDEV-31871)

  • MSAN / Valgrind errors in Item_func_like::get_mm_leaf upon query from partitioned table (MDEV-32388)

  • MSAN / Valgrind errors in Item_func_like::get_mm_leaf with temporal field (MDEV-32531)

  • ASAN errors in base_list_iterator::next / setup_table_map upon 2nd execution of PS (MDEV-32656)

  • safe_mutex: Found wrong usage of mutex 'LOCK_thd_data' and 'wait_mutex' (MDEV-32728)

  • in the entrypoint for extending the MariaDB image
  • CIS failure due to world-writable directory /var/run/mysqld, added sticky bit - reported by @ollie1

  • Add for root@MARIADB_ROOT_HOST - reported by Matthieu Gusmini

  • added --galera_online test, to match what the mariadb-operator does.

  • MDEV-32132
    MDEV-31875
    MDEV-32527
    MDEV-32578
    MDEV-32113
    MDEV-29731
    MDEV-32320
    MDEV-10356
    MDEV-31482
    MDEV-32249
    MDEV-31792
    Galera
    Galera
    MDEV-24912
    MDEV-31285
    MDEV-31467
    MDEV-23902
    MDEV-31970
    MDEV-31112
    MDEV-28122
    MDEV-25369
    MDEV-22418
    MDEV-32142
    MDEV-19369
    MDEV-18200
    MDEV-25734
    MDEV-30048
    MDEV-30050
    MDEV-28835
    MDEV-31724
    MDEV-31117
    MDEV-31996
    MDEV-28998
    MDEV-29989
    MDEV-32025
    MDEV-32275
    MDEV-17711
    MariaDB Backup
    notes when an index cannot be used
    CVE-2023-22084
    MariaDB 11.2.2
    changelog
    MariaDB 11.2.2
    MariaDB Foundation release announcement

    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.

    MDEV-32324
    MDEV-29502
    Notable Items
    • Windows packages were delayed but have now been added to the downloads site

    InnoDB

    • Unique hash key on column prefix is computed incorrectly (MDEV-29954)

    • Query from I_S.INNODB_SYS_INDEXES exceeding LIMIT ROWS EXAMINED causes ER_UNKNOWN_ERROR and LeakSanitizer errors in rec_copy_prefix_to_buf_old (MDEV-28613)

    • Assertion ``0'failed inrow_sel_convert_mysql_key_to_innobase upon UPDATE` using a partial-field key prefix in search ()

    • Assertion failure on REPLACE on ROW_FORMAT=COMPRESSED table ()

    • Crash emitting "Unsupported meta-data version number" error message ()

    • LeakSanitizer errors in mem_heap_create_block_func upon query from I_S.INNODB_SYS_TABLES with LIMIT ROWS EXAMINED ()

    • Inplace alter rebuild increases file size ()

    • BLOB corruption on UPDATE of PRIMARY KEY with FOREIGN KEY ()

    • GNU libc posix_fallocate() may be extremely slow ()

    • InnoDB wrong error message ()

    • Assertion failure on ALTER TABLE…PAGE_COMPRESSED=1 ()

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

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

    • innodb_fast_shutdown=0 hang after incomplete startup ()

    • innodb_undo_log_truncate=ON prevents fast shutdown ()

    • Adaptive flush recommendation ignores dirty ratio and checkpoint age ()

    • gcol.gcol_purge contaminates further execution of innodb.gap_locks ()

    • LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE ()

    • Adaptive flushing is still not getting invoked in 10.5.11 ()

    • History list is not shrunk unless there is a pause in the workload ()

    • path separator near ib_buffer_pool incorrect ()

    • Deadlock between buf_page_get_zip() and buf_pool_t::corrupted_evict() on InnoDB ROW_FORMAT=COMPRESSED table corruption ()

    • Empty INSERT crashes with innodb_force_recovery=6 or innodb_read_only=ON ()

    • Assertion ``end_lsn == page_lsn'failed inrecv_recover_page` ()

    • Some calls to buf_read_ahead_linear() seem to be useless ()

    • Opening all .ibd files on InnoDB startup can be slow ()

    • InnoDB LRU flushing does not run before running out of buffer pool ()

    • innodb_undo_log_truncate=ON is blocking page writes ()

    Backup

    • mariadb-backup has wrong or missing plugin-dir default? (MDEV-29110)

    • mariadb-backup fails when innodb_max_dirty_pages_pct contains a fraction (is not an integer) (MDEV-20286)

    • Missing required privilege CONNECTION ADMIN (MDEV-33006)

    • If tables are frequently created, renamed, dropped, a backup cannot be restored ()

    • on table to be accessible to those with privileges ()

    JSON

    • Wrong function name in ER_JSON_PATH_NO_WILDCARD error message for JSON_REPLACE (MDEV-24541)

    • JSON_VALID fail to validate integer zero in scientific notation (MDEV-32587)

    • ASAN errors in Item_func_json_contains_path::val_int upon PS execution ()

    • mysql_json cannot be used on newly created table ()

    • Problems with a stored function EMPTY() on upgrade to 10.6 ()

    Spider

    • Thread (10.6+) and server hangs (10.4/10.5) in 'Opening tables' (on optimized builds) and SIGABRT in safe_mutex_lock (on debug) on I_S read when using Spider (MDEV-29421)

    • SIGSEGV in spider_db_mbase::append_lock_tables on LOCK TABLES (MDEV-29963)

    • ASAN heap-use-after-free in spider_link_get_key on LOCK TABLES ()

    • Crash when lateral derived is guaranteed to return no rows ()

    • Bogus error executing PS for query using CTE with renaming of columns ()

    • Spider: Valid LEFT JOIN results in ERROR 1064 ()

    • Trying to lock uninitialized mutex or hang upon shutdown after using Spider with query_cache ()

    • Spider tests failing in asan/valgrind builds ()

    • Backport fixes to spider init bugs to 10.4-10.6 once they have SQL service ()

    • Server crash with SIGSEGV or dynamic-stack-buffer-overflow in spider_db_mbase_util::append_table ()

    • heap-use-after-free in ha_spider::lock_tables(), highly sporadic SIGSEGV in intern_close_table ()

    • Syntax error upon query with subquery from Spider table ()

    • Spider doesn't recognize semi JOIN ()

    • MariaDB, SPIDER engine, usage of REGEXP ()

    • Spider: variable spider_same_server_link not functioning correctly ()

    • Spider fails to autodiscover structure (did in <=10.5) and reports ERROR 12500 (HY000): unknown ()

    • Spider spawns unnecessarily many system threads for stats synchronization ()

      • Defaults for and changed from 10 to 1

    • SIGSEGV in spider_db_delete_all_rows on TRUNCATE, UBSAN: member call on null pointer of type 'struct spider_db_handler' in spider_db_delete_all_rows ()

    • mariadb-upgrade fails with 'System table spider_tables is different version' => Can't create database 'performance_schema' ()

    • Spider: SIGSEGV in spider_db_direct_delete, SIGSEGV in spider_db_connect, ASAN: heap-use-after-free in spider_db_direct_delete ()

    • No error for DROP TABLE and no warning for DROP TABLE IF EXISTS with absent table when Spider plugin is included ()

    • ASAN errors in spider_conn_queue_and_merge_loop_check ()

    Optimizer

    • Crash caused by multi-table UPDATE over derived with hanging CTE (MDEV-28615)

    • Crash on query using CTE with the same name as a base table (MDEV-31657)

    • Crash with query using constant subquery as left part of IN subquery (MDEV-29362)

    • Incorrect result interceptor passed to mysql_explain_union() (MDEV-33165)

    • Add variable to influence how costs for secondary keys are calculated. ()

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

    • Unusable key notes do not get reported for some operations ()

    • Unusable key notes report wrong predicates for > and >= ()

    Data Definition, Data Manipulation

    • ALTER SEQUENCE IF NOT EXISTS non_existing_seq Errors rather than note (MDEV-32795)

    • Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY with ALGORITHM=COPY (MDEV-22230)

    • FOREIGN_KEY_CHECKS does not prevent non-copy alter from creating invalid FK structure ()

    • Assertion !"wrong page type"'` or Assertion "wrong page type" == 0'failed ininnobase_instant_tryonALTER` ()

    • Assertion (col.vers_sys_end()) upon inplace ALTER with virtual columns ()

    • DELETE with ORDER BY and semijoin optimization causing crash ()

    • Invalid expr in cleanup_session_expr() upon INSERT DELAYED ()

    • SIGSEGV in my_decimal::operator= and Assertion 0'failed inItem_type_holder::val_decimal` on SELECT ()

    • LONG UNIQUE does not work like unique key when using replace ()

    • LONG UNIQUE gives error when used with REPLACE ()

    • Backport to 10.6 ()

    • Assertion ``0' failed in Item_type_holder::val_int` ()

    Character Sets, Data Types

    • InnoDB: CHAR+nopad does not work well (MDEV-26743)

    • CAST(AS UNSIGNED) fails with --view-protocol (MDEV-32645)

    • JSON_ARRAYAGG charset issue (MDEV-24784)

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

    Plugins

    • The can optionally (when is enabled) include the thread ID and database / table in its log (MDEV-27087). NULL is displayed if there is no database (MDEV-32906)

    • Backport SQL service, introduced by MDEV-19275 (MDEV-27595)

    • "plugin already loaded" should be a Warning, not an Error (MDEV-32041)

    • mariadb-upgrade should remove mysql.plugin entries for plugins that became bundled ()

    Galera

    • Node has been dropped from the cluster on Startup / Shutdown with async replica (MDEV-31413)

    • Inconsistency in Galera caused by ALTER being aborted before entering TOI mode (MDEV-32938)

    • Assertion ``total_length + thd->wsrep_sr().log_position() == saved_pos'failed in intwsrep_write_cache_inc(THD*, IO_CACHE*, size_t*)` (MDEV-28971)

    • wsrep_provider_options can be truncated on deep and long directory paths ()

    • Server crashes in rpl_sql_thread_info::cached_charset_compare / wsrep_apply_events ()

    • Galera crash when "create a table as select" ()

    • Cluster is inconsistent after SAVEPOINT statement is rolled back ()

    • WSREP GTID MODE is inconsistent ()

    • IST "Donor does not know my secret" with ssl-mode=VERIFY_CA ()

    Replication

    • Server crashes in Item_func_binlog_gtid_pos::val_str / Binary_string::c_ptr_safe (MDEV-33045)

    • binlog corruption (/tmp no space left on device at the same moment) (MDEV-27436)

    • multi source replication filters breaking GTID semantic (MDEV-26632)

    • SHOW SLAVE STATUS Can Deadlock an Errored Slave ()

    • main.rpl_mysqldump_slave Fails with "Master binlog wasn't deleted" Assertion ()

    • rpl_seconds_behind_master_spike Sensitive to IO Thread Stop Position ()

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

    • "Read semi-sync reply magic number error" warnings on master ()

    • Second Semi-sync Replica Can Hang at Connect Time ()

    • Semi-sync ACKed Transaction can Timeout and Switch Off Semi-sync with Multiple Replicas ()

    • Semi-Sync Ack_Receiver Thread Should Allow COM_QUIT Command ()

    General

    • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 11.2 for Fedora 37, Ubuntu 23.04 "Lunar", and Windows Server 2019

    • is now dynamic, and contains new options, and old options have been deprecated (MDEV-32884)

    • New value, NO_NULL_COLLATION_IDS, a compatibility setting to support connectors (in particular MySQL Connector/NET) that give an exception when collation ids returned by are NULL. It is automatically set when a MySQL Connector/NET connection is determined.

    • Upgrade to 12.6.

    • Using two temporary tables in OPTIMIZE TABLE lead to crash ()

    • REGEXP_REPLACE treats empty strings different than REPLACE in ORACLE mode ()

    • CREATE UNIQUE INDEX fails with "ERROR 1286 (42000): Unknown storage engine 'partition'" ()

    • Failure when executing PS for query using IN subquery ()

    • Potential memory leak on execuing of create view statement ()

    • Assertion failures ()

    • Two JSON related tests running in PS mode fail on server built with -DWITH_PROTECT_STATEMENT_MEMROOT=YES ()

    • Alter sequence 2nd ps fails while alter sequence 2nd time (no ps) succeeds ()

    • Set TaskMax=inifinity in the MariaDB systemd unit ()

    • Unreliable autocommit flag on connection creation ()

    • A connection can control RAND() in following connection ()

    • THD::rli_fake/rgi_fake not cleared on new connection ()

    • Assertion failures in tdc_remove_table upon interrupted CREATE TABLE LIKE <sequence> ()

    • Server crash in find_field_in_table ()

    • LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE ()

    • Failure to call SP invoking another SP with parameter requiring type conversion ()

    • The database part is not case sensitive in SP names ()

    • EXCHANGE PARTITION with non-matching vcol expression segfault ()

    • Wrong user in SET DEFAULT ROLE error ()

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

    • mysql.slow_log reports incorrect start time ()

    • Update federated table and column privileges ()

    • Disable transparent huge pages after page buffers have been allocated ()

    • Deprecate ()

    • sys schema view session_ssl_status is empty ()

    • Memory pressure ()

    Security

    • Fixes for the following :

    Changelog

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

    Contributors

    For a full list of contributors to MariaDB 11.2.3, see the MariaDB Foundation release announcement.

    MariaDB 11.2
    MariaDB 11.2.6
    Download Now
    Alternate download from mariadb.org
    Download 11.2.3
    Release Notes
    Changelog
    Overview of 11.2
    MariaDB 11.2
    maintained until
    MariaDB 11.1
    MariaDB 11.2.3
    Stable (GA)
    MariaDB 11.1
    What is MariaDB 11.2?

    Be notified of new MariaDB Server releases automatically by 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.

    MDEV-21245
    MDEV-31574
    MDEV-29972
    MDEV-32890
    MDEV-26740
    MDEV-31441
    MDEV-32268
    MDEV-32833
    MDEV-31000
    MDEV-32269
    MDEV-32968
    MDEV-32798
    MDEV-33062
    MDEV-31939
    MDEV-28682
    MDEV-27744
    MDEV-26055
    MDEV-33213
    MDEV-32983
    MDEV-32371
    MDEV-31861
    MDEV-33137
    MDEV-32068
    MDEV-32027
    MDEV-33053
    MDEV-33112
    MDEV-32939
    MDEV-28367
    MDEV-32867
    MDEV-32235
    MDEV-31616
    MDEV-31357
    MDEV-31279
    MDEV-31995
    MDEV-26247
    MDEV-28739
    MDEV-32849
    MDEV-29870
    MDEV-29163
    MDEV-30014
    MDEV-30392
    MDEV-31645
    MDEV-32986
    MDEV-29718
    MDEV-33008
    MDEV-29020
    MDEV-33191
    MDEV-27103
    MDEV-28683
    MDEV-30170
    MDEV-29002
    MDEV-33118
    MDEV-29298
    MDEV-32958
    MDEV-32957
    MDEV-29092
    MDEV-18322
    MDEV-20545
    MDEV-32212
    MDEV-29932
    MDEV-29070
    MDEV-32837
    MDEV-32839
    MDEV-32532
    MDEV-32903
    MDEV-29494
    MDEV-32879
    MDEV-32043
    MDEV-32634
    MDEV-22232
    MDEV-27806
    MDEV-32549
    MDEV-31905
    MDEV-32344
    MDEV-10653
    MDEV-32953
    MDEV-33327
    MDEV-33283
    MDEV-32551
    MDEV-32792
    MDEV-32960
    MDEV-32385
    MDEV-31523
    MDEV-29095
    MDEV-21618
    MDEV-32569
    MDEV-32466
    MDEV-32965
    MDEV-32733
    MDEV-33169
    MDEV-30236
    MDEV-32875
    MDEV-33148
    MDEV-32844
    MDEV-20471
    MDEV-32082
    MDEV-27744
    MDEV-33270
    MDEV-33019
    MDEV-28127
    MDEV-26875
    MDEV-28651
    MDEV-11628
    MDEV-32984
    MDEV-33279
    MDEV-32617
    MDEV-32751
    MDEV-24670
    subscribing

    MariaDB 11.2.6 Release Notes

    Download | Release Notes | Changelog | Overview of 11.2

    Alternate download from mariadb.org

    Release date: 1 Nov 2024

    MariaDB 11.2 is a short-term stable series of MariaDB and will be maintained until October 2024. It is an evolution of MariaDB 11.1 with several entirely new features.

    MariaDB 11.2.6 is a Stable (GA) release.

    MariaDB 11.2.6 is the last release of the MariaDB 11.2 release series.

    For an overview of MariaDB 11.2 see theWhat is MariaDB 11.2? page.

    Thanks, and enjoy MariaDB!

    Notable Items

    Storage Engines

    InnoDB

    • 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 duplicate key error in table 'mysql.innodb_table_stats' ()

    • 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

      • New option , if true, SSL certificate verification for the S3 endpoint is disabled

    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 ()

    • Modification of the column now correctly checks foreign key constraint ()

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

    • 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 ()

    General

    • 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 ()

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

    Security

    • Fixes for the following :

      • CVE-`-```

    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 .

    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)

    • New default of 127 for (previously 1000).

  • 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)

  • 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)

  • MDEV-34453
    MDEV-34565
    MDEV-34690
    MDEV-34207
    MDEV-34682
    MDEV-26345
    MDEV-29546
    MDEV-34867
    MDEV-23983
    MDEV-35072
    MDEV-34938
    MDEV-34392
    MDEV-35122
    Galera
    MDEV-31173
    MDEV-34836
    MDEV-34647
    MDEV-34802
    MDEV-34879
    MDEV-32350
    MDEV-27412
    MDEV-25822
    MDEV-34814
    MDEV-34883
    MDEV-16699
    MDEV-35135
    MariaDB 11.2.6
    changelog
    MariaDB 11.2.6
    MariaDB Foundation release announcement

    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.

    wsrep_sst_method
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Distributions which Include MariaDB
    Upgrading Between Major MariaDB Versions
    Upgrading from MariaDB 11.1 to MariaDB 11.2
    ALTER TABLE
    COPY
    DML statements
    Online Schema Change
    InnoDB system tablespace
    JSON_TABLE
    JSON_OBJECT_FILTER_KEYS
    JSON_OBJECT_TO_ARRAY
    JSON_ARRAY_INTERSECT
    JSON_KEY_VALUE
    binlog_do_db
    binlog_ignore_db
    binlog_row_event_max_size
    ALTER TABLE IMPORT
    Information Schema TABLES Table
    SHOW TABLES
    SHOW TABLE STATUS
    Stored programs
    System Variables Added in MariaDB 11.2
    Security Vulnerabilities Fixed in MariaDB
    old_alter_table
    AES_ENCRYPT()
    AES_DECRYPT()
    InnoDB system tablespace
    JSON_TABLE
    JSON_OBJECT_FILTER_KEYS
    JSON_OBJECT_TO_ARRAY
    JSON_ARRAY_INTERSECT
    JSON_KEY_VALUE
    binlog_do_db
    binlog_ignore_db
    binlog_row_event_max_size
    ALTER TABLE IMPORT
    Information Schema TABLES Table
    SHOW TABLES
    SHOW TABLE STATUS
    Stored programs
    old_alter_table
    AES_ENCRYPT()
    AES_DECRYPT()
    ALTER TABLE...ALGORITHM=COPY
    innodb_alter_copy_bulk
    innodb_log_write_ahead_size
    Aria
    Replication
    DELETE
    HEAP
    XA transactions
    replicate_do_db
    CHANGE MASTER TO
    server_uid
    error log
    security vulnerabilities
    --init-rpl-role
    semisync recovery
    mariadb-secure-installation
    mariadb-install-db
    Triggers
    sandbox mode
    --binary-mode
    mariadb-dump --force
    UNIQUE column
    Aria
    Spider variables
    ANALYZE FORMAT=JSON now includes
    RANK
    ALTER SEQUENCE
    STOP SLAVE
    XA COMMIT/XA ROLLBACK
    security vulnerabilities
    I_S.ROUTINES.ROUTINE_DEFINITION
    DISTINCT
    LIMIT
    ROW
    session_track_system_variables
    history row
    UPDATE
    system versioned table
    ANALYZE
    I_S.parameters
    mariadb-upgrade
    Innodb_row_lock_time%
    innochecksum
    slow query log
    DELETEs
    unique key
    mysql.innodb_table_stats
    RENAME
    sequence
    innodb_undo_log_truncate=ON
    innodb_undo_log_truncate=ON
    innodb_undo_log_truncate=ON
    innodb_read_ahead_threshold
    innodb_undo_log_truncate=ON
    innodb_change_buffering
    innodb_file_per_table=0
    Change buffer
    Virtual Column
    window functions
    SHOW TABLES
    lower_case_table_names=2
    mariadb-dump
    sandbox
    innodb_log_spin_wait_delay
    ALTER TABLE…DISCARD TABLESPACE
    Aria
    Federated
    Spider
    TIMESTAMPDIFF
    CASE
    BACKUP STAGE
    innodb_encrypt_tables
    Character Sets
    Data Types
    ORDER BY
    GROUP_CONCAT
    AVG
    YEAR
    datetime
    JSON_ARRAYAGG
    JSON_TYPE
    JSON_REMOVE
    JSON_EXTRACT
    audit plugin
    AUTO_INCREMENT
    UPDATE
    mariadb --sandbox
    mariadb-dump
    mariadb-dump
    security vulnerabilities
    innodb_snapshot_isolation
    Spider variables
    innodb_log_file_size
    GREATEST()
    LEAST()
    NULLs
    UPDATE
    TIMESTAMP
    strict mode
    AVG
    YEAR
    datetime
    time zones
    alter_algorithm
    DROP INDEX
    CREATE INDEX
    optimizer_switch
    Charset Narrowing Optimization
    mariadb-binlog -T/--table
    mariadb-admin
    simple_password_check
    mariadb-install-db
    binlog_do_db
    healthcheck.sh
    sql_mode=ANSI_QUOTES
    healthcheck.sh
    instructions
    note_verbosity
    security vulnerabilities
    innodb_purge_batch_size
    innodb_purge_rseg_truncate_frequency
    innodb_undo_log_truncate=ON
    mariadb-install-db
    proxy privileges
    PROXY privileges
    healthcheck.sh
    SQL Error Log Plugin
    sql_error_log_with_db_and_thread_info
    s3_debug
    s3_protocol_version
    OLD_MODE
    SHOW COLLATION
    security vulnerabilities
    BACKUP LOCKS
    database LOCK TABLES
    spider_table_crd_thread_count
    spider_table_sts_thread_count
    optimizer_adjust_secondary_key_costs
    HeidiSQL
    secure_auth=0
    Spider
    spider UDF
    aria_encrypt_tables
    S3
    s3-provider
    s3_ssl_no_verify
    JSON_TABLE
    JSON_TABLE
    mariadbd
    security vulnerabilities
    innodb_purge_batch_size
    innodb_log_file_mmap
    --quick-max-column-width

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

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

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

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

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

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

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

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