Version | Change log |
MariaDB 11.6.2 Nov 22, 2024 |
Changes from 11.7.0 are also included in this changelog Includes all fixes from MariaDB 11.6.2 bump the VERSION MDEV-35354 fix the test for --embedded MDEV-35354 InnoDB: Failing assertion: node->pcur->rel_pos == BTR_PCUR_ON upon LOAD DATA REPLACE with unique blob cleanup: main.loaddata_autocom_innodb MDEV-35319 ER_LOCK_DEADLOCK not detected upon DML on table with vector key, server crashes MDEV-35308 NO_KEY_OPTIONS SQL mode has no effect on engine key options MDEV-35214 Server crashes in FVectorNode::gref_len with insufficient mhnsw_max_cache_size MDEV-35287 ER_KEY_NOT_FOUND upon INSERT into InnoDB table with vector key under READ COMMITTED MDEV-35296 DESC does not work in ORDER BY with vector key relax the XA recovery error MDEV-35244 Vector-related system variables could use better names MDEV-35267 Server crashes in _ma_reset_history upon altering on Aria table with vector key under lock MDEV-35258 Mariabackup does not work with MyISAM tables with vector keys MDEV-35246 Vector search skips a row in the table DDL recovery for high-level indexes MDEV-35130 Assertion fails in trx_t::check_bulk_buffer upon CREATE.. SELECT with vector key MDEV-34919 post-fix MDEV-34919 Aria crashes with high-level (vector) indexes MDEV-35245 SHOW CREATE TABLE produces unusable statement for vector fields with constant default value MDEV-35230 ASAN errors upon reading from joined temptable views with vector type MDEV-35223 REPAIR does not fix MyISAM table with vector key after crash recovery MDEV-35219 Unexpected ER_DUP_KEY after OPTIMIZE on MyISAM table with vector key MDEV-35220 Assertion `!item->null_value' failed upon VEC_TOTEXT call MDEV-35236 Assertion `(mem_root->flags & 4) == 0' failed in safe_lexcstrdup_root MDEV-35215 ASAN errors in Item_func_vec_fromtext::val_str upon VEC_FROMTEXT with an invalid argument MDEV-35205 Server crash in online alter upon concurrent ALTER and DML on table with vector field MDEV-35210 Vector type cannot store values which VEC_FromText pr |
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 |