Version | Change log |
MariaDB 11.5.2 Aug 30, 2024 |
Storage Engines: InnoDB: ALTER TABLE...ALGORITHM=COPY now builds indexes more efficiently (MDEV-33087) Unsetting the innodb_alter_copy_bulk system variable restores the old behavior. Fix unexpected storage read IO for the redo log, reintroduce innodb_log_write_ahead_size (MDEV-33894) Correctly terminate transaction early with ER_LOCK_TABLE_FULL when lock memory is growing (MDEV-34167) 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) Aria: Fix Aria index corruption (MDEV-34522) Spider: UBSAN: runtime error: applying non-zero offset in spider_free_mem and SIGSEGV in spider_free_mem on SELECT (MDEV-31475) SIGSEGV in ha_resolve_storage_engine_name, UBSAN: runtime error: index 4294967295 out of bounds for type 'st_plugin_int *[64]' (MDEV-32487) SIGSEGV in spider_db_conn::fin_loop_check, and ASAN: heap-use-after-free in spider_db_mbase::fin_loop_check on SHOW TABLE STATUS (MDEV-34541) 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) Partitioning: SIGSEGV in parse_engine_part_options on INSERT, SELECT or ALTER (MDEV-34421) Assertion `auto_increment_value' failed in ha_partition::info on INSERT into MEMORY |