Release notes for MariaDB 11.3 series
​​
Alternate download from mariadb.org
Release date: 16 Feb 2024
Note that the Debian packages have compatibility problems with PHP and NodeJS. We suggest that these users hold off upgrading, wait until the next 11.x release, MariaDB 11.4.2, or implement one of the following workarounds:
Edit /etc/mysql/mariadb.conf.d/50-server.cnf and change character-set-collations = utf8mb4=uca1400_ai_ci to character-set-collations = utf8mb4=general_ci
or
run this as root: sed -i -e '/character-set-collations/d' /etc/mysql/mariadb.conf.d/50-server.cnf
Note that upgrading from earlier versions will leave all users, including root and other users with ALL PRIVILEGES ON *.*, and ALL PRIVILEGES ON db.*, without the privilege. While the users with read privileges on mysql.proc will be have the effective privileges of SHOW CREATE ROUTINE, they are unable to GRANT them.
To gain the privileges back on a global user, e.g. root@localhost:
Start server with as a configuration option
Run
Execute
Execute
To re-gain a database level privileges, using a user with SHOW CREATE ROUTINE on *.* execute [GRANT ALL ON db.* TO user] optionally WITH GRANT OPTION](https://app.gitbook.com/s/SsmexDFPv2xG2OTyO5yV/reference/sql-statements-and-structure/sql-statements/account-management-sql-commands/grant).
is a previous stable rolling release of MariaDB. It is an evolution of with several entirely new features. It is a rolling release — one is expected to upgrade to 11.4.2, there will be no 11.3.3 — see .
is a release.
For an overview of see the page.
Thanks, and enjoy MariaDB!
Unique hash key on column prefix is computed incorrectly ()
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 ()
Assertion ``0'failed in
mariadb-backup has wrong or missing plugin-dir default? ()
mariadb-backup fails when innodb_max_dirty_pages_pct contains a fraction (is not an integer) ()
Missing required privilege CONNECTION ADMIN ()
Wrong function name in ER_JSON_PATH_NO_WILDCARD error message for JSON_REPLACE ()
JSON_VALID fail to validate integer zero in scientific notation ()
ASAN errors in Item_func_json_contains_path::val_int
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 ()
SIGSEGV in spider_db_mbase::append_lock_tables on LOCK TABLES ()
ASAN
Crash caused by multi-table UPDATE over derived with hanging CTE ()
Crash on query using CTE with the same name as a base table ()
Crash with query using constant subquery as left part of IN subquery ()
Incorrect result interceptor passed to mysql_explain_union()
ALTER SEQUENCE IF NOT EXISTS non_existing_seq Errors rather than note ()
Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY with ALGORITHM=COPY ()
InnoDB: CHAR+nopad does not work well ()
CAST(AS UNSIGNED) fails with --view-protocol ()
JSON_ARRAYAGG charset issue ()
The can optionally (when is enabled) include the thread ID and database / table in its log (). NULL is displayed if there is no database ()
Backport SQL service, introduced by ()
"plugin already loaded" should be a Warning, not an Error ()
Node has been dropped from the cluster on Startup / Shutdown with async replica ()
Inconsistency in Galera caused by ALTER being aborted before entering TOI mode ()
Assertion ``total_length + thd->wsrep_sr().log_position() == saved_pos'failed in intwsrep_write_cache_inc(THD*, IO_CACHE*, size_t*)` ()
Server crashes in Item_func_binlog_gtid_pos::val_str / Binary_string::c_ptr_safe ()
binlog corruption (/tmp no space left on device at the same moment) ()
multi source replication filters breaking GTID semantic ()
SHOW SLAVE STATUS
As per the , this will be the last release of for Fedora 37 and Ubuntu 23.04 "Lunar"
is now dynamic, and contains new options, and old options have been deprecated ()
It is now possible to create on tables that contain ()
New
Fixes for the following :
CVE-`-```
For a complete list of changes made in , with links to detailed information on each push, see the .
For a full list of contributors to , see the .
Remove the skip-grant-tables option from the configuration file.
Assertion failure on REPLACE on ROW_FORMAT=COMPRESSED table (MDEV-31574)
Crash emitting "Unsupported meta-data version number" error message (MDEV-29972)
LeakSanitizer errors in mem_heap_create_block_func upon query from I_S.INNODB_SYS_TABLES with LIMIT ROWS EXAMINED (MDEV-32890)
Inplace alter rebuild increases file size (MDEV-26740)
BLOB corruption on UPDATE of PRIMARY KEY with FOREIGN KEY (MDEV-31441)
GNU libc posix_fallocate() may be extremely slow (MDEV-32268)
InnoDB wrong error message (MDEV-32833)
Assertion failure on ALTER TABLE…PAGE_COMPRESSED=1 (MDEV-31000)
InnoDB after ALTER TABLE…IMPORT TABLESPACE may not be crash safe (MDEV-32269)
InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty (MDEV-32968)
innodb_fast_shutdown=0 hang after incomplete startup (MDEV-32798)
innodb_undo_log_truncate=ON prevents fast shutdown (MDEV-33062)
Adaptive flush recommendation ignores dirty ratio and checkpoint age (MDEV-31939)
gcol.gcol_purge contaminates further execution of innodb.gap_locks (MDEV-28682)
LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE (MDEV-27744)
Adaptive flushing is still not getting invoked in 10.5.11 (MDEV-26055)
History list is not shrunk unless there is a pause in the workload (MDEV-33213)
path separator near ib_buffer_pool incorrect (MDEV-32983)
Deadlock between buf_page_get_zip() and buf_pool_t::corrupted_evict() on InnoDB ROW_FORMAT=COMPRESSED table corruption (MDEV-32371)
Empty INSERT crashes with innodb_force_recovery=6 or innodb_read_only=ON (MDEV-31861)
Assertion ``end_lsn == page_lsn'failed inrecv_recover_page` (MDEV-33137)
Some calls to buf_read_ahead_linear() seem to be useless (MDEV-32068)
Opening all .ibd files on InnoDB startup can be slow (MDEV-32027)
InnoDB LRU flushing does not run before running out of buffer pool (MDEV-33053)
innodb_undo_log_truncate=ON is blocking page writes (MDEV-33112)
on table to be accessible to those with privileges (MDEV-28367)
mysql_json cannot be used on newly created table (MDEV-32235)
Problems with a stored function EMPTY() on upgrade to 10.6 (MDEV-31616)
heap-use-after-freespider_link_get_keyLOCK TABLESCrash when lateral derived is guaranteed to return no rows (MDEV-31279)
Bogus error executing PS for query using CTE with renaming of columns (MDEV-31995)
Spider: Valid LEFT JOIN results in ERROR 1064 (MDEV-26247)
Trying to lock uninitialized mutex or hang upon shutdown after using Spider with query_cache (MDEV-28739)
Spider tests failing in asan/valgrind builds (MDEV-32849)
Backport fixes to spider init bugs to 10.4-10.6 once they have SQL service (MDEV-29870)
Server crash with SIGSEGV or dynamic-stack-buffer-overflow in spider_db_mbase_util::append_table (MDEV-29163)
heap-use-after-free in ha_spider::lock_tables(), highly sporadic SIGSEGV in intern_close_table (MDEV-30014)
Syntax error upon query with subquery from Spider table (MDEV-30392)
Spider doesn't recognize semi JOIN (MDEV-31645)
MariaDB, SPIDER engine, usage of REGEXP (MDEV-32986)
Spider: variable spider_same_server_link not functioning correctly (MDEV-29718)
Spider fails to autodiscover structure (did in <=10.5) and reports ERROR 12500 (HY000): unknown (MDEV-33008)
Spider spawns unnecessarily many system threads for stats synchronization (MDEV-29020)
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 (MDEV-33191)
mariadb-upgrade fails with 'System table spider_tables is different version' => Can't create database 'performance_schema' (MDEV-27103)
Spider: SIGSEGV in spider_db_direct_delete, SIGSEGV in spider_db_connect, ASAN: heap-use-after-free in spider_db_direct_delete (MDEV-28683)
No error for DROP TABLE and no warning for DROP TABLE IF EXISTS with absent table when Spider plugin is included (MDEV-30170)
ASAN errors in spider_conn_queue_and_merge_loop_check (MDEV-29002)
Add variable to influence how costs for secondary keys are calculated. (MDEV-33118)
INSERT ... SELECT Does not produce an optimizer trace (MDEV-29298)
Unusable key notes do not get reported for some operations (MDEV-32958)
Unusable key notes report wrong predicates for > and >= (MDEV-32957)
FOREIGN_KEY_CHECKS does not prevent non-copy alter from creating invalid FK structure (MDEV-29092)Assertion !"wrong page type"'` or Assertion "wrong page type" == 0'failed ininnobase_instant_tryonALTER` (MDEV-18322)
Assertion (col.vers_sys_end()) upon inplace ALTER with virtual columns (MDEV-20545)
DELETE with ORDER BY and semijoin optimization causing crash (MDEV-32212)
Invalid expr in cleanup_session_expr() upon INSERT DELAYED (MDEV-29932)
SIGSEGV in my_decimal::operator= and Assertion 0'failed inItem_type_holder::val_decimal` on SELECT (MDEV-29070)
LONG UNIQUE does not work like unique key when using replace (MDEV-32837)
LONG UNIQUE gives error when used with REPLACE (MDEV-32839)
Backport MDEV-32532 to 10.6 (MDEV-32903)
Assertion ``0' failed in Item_type_holder::val_int` (MDEV-29494)
Server crash in my_decimal::operator= or unexpected ER_DUP_ENTRY upon comparison with INET6 and similar types (MDEV-32879)
mariadb-upgrade should remove mysql.plugin entries for plugins that became bundled (MDEV-32043)
wsrep_provider_options can be truncated on deep and long directory paths (MDEV-32634)
Server crashes in rpl_sql_thread_info::cached_charset_compare / wsrep_apply_events (MDEV-22232)
Galera crash when "create a table as select" (MDEV-27806)
Cluster is inconsistent after SAVEPOINT statement is rolled back (MDEV-32549)
WSREP GTID MODE is inconsistent (MDEV-31905)
IST "Donor does not know my secret" with ssl-mode=VERIFY_CA (MDEV-32344)
main.rpl_mysqldump_slave Fails with "Master binlog wasn't deleted" Assertion (MDEV-32953)
rpl_seconds_behind_master_spike Sensitive to IO Thread Stop Position (MDEV-33327)
Binlog Checksum is Zeroed by Zlib if Part of Event Data is Empty (MDEV-33283)
"Read semi-sync reply magic number error" warnings on master (MDEV-32551)
Second Semi-sync Replica Can Hang at Connect Time (MDEV-32792)
Semi-sync ACKed Transaction can Timeout and Switch Off Semi-sync with Multiple Replicas (MDEV-32960)
Semi-Sync Ack_Receiver Thread Should Allow COM_QUIT Command (MDEV-32385)
NO_NULL_COLLATION_IDSUpgrade to 12.6.
Using two temporary tables in OPTIMIZE TABLE lead to crash (MDEV-31523)
REGEXP_REPLACE treats empty strings different than REPLACE in ORACLE mode (MDEV-29095)
CREATE UNIQUE INDEX fails with "ERROR 1286 (42000): Unknown storage engine 'partition'" (MDEV-21618)
Failure when executing PS for query using IN subquery (MDEV-32569)
Potential memory leak on execuing of create view statement (MDEV-32466)
Assertion failures (MDEV-32965)
Two JSON related tests running in PS mode fail on server built with -DWITH_PROTECT_STATEMENT_MEMROOT=YES (MDEV-32733)
Alter sequence 2nd ps fails while alter sequence 2nd time (no ps) succeeds (MDEV-33169)
Set TaskMax=inifinity in the MariaDB systemd unit (MDEV-30236)
Unreliable autocommit flag on connection creation (MDEV-32875)
A connection can control RAND() in following connection (MDEV-33148)
THD::rli_fake/rgi_fake not cleared on new connection (MDEV-32844)
Assertion failures in tdc_remove_table upon interrupted CREATE TABLE LIKE <sequence> (MDEV-20471)
Server crash in find_field_in_table (MDEV-32082)
LPAD in vcol created in ORACLE mode makes table corrupted in non-ORACLE (MDEV-27744)
Failure to call SP invoking another SP with parameter requiring type conversion (MDEV-33270)
The database part is not case sensitive in SP names (MDEV-33019)
EXCHANGE PARTITION with non-matching vcol expression segfault (MDEV-28127)
Wrong user in SET DEFAULT ROLE error (MDEV-26875)
quote(NULL) returns incorrect result in view ('NU' instead of 'NULL') (MDEV-28651)
mysql.slow_log reports incorrect start time (MDEV-11628)
Update federated table and column privileges (MDEV-32984)
Deprecate (MDEV-32617)
sys schema view session_ssl_status is empty (MDEV-32751)
Memory pressure (MDEV-24670)
MariaDB 11.3 is an old rolling release and is no longer maintained. Please use a more recent release.
MariaDB 11.3 is a previous rolling release. It is the first release in the new release model. From 11.3, we stop doing GA bug fix releases within each minor version. See Adjusting the MariaDB Server release model (mariadb.org).
See and .
Added a using the system variable ()
At the moment client-side support is missing
Shrink without restart by setting the system variable. ()
Add keywords "SQL_BEFORE_GTIDS" and "SQL_AFTER_GTIDS" for (). SQL_BEFORE_GTIDS stops the replica when it sees gtids of the option's argument list, without executing them.
It is now possible to create on tables that contain ()
data types can now be cast into types ()
This means INET4 values can be compared with INET6 values and can be inserted into INET6 columns; the server can automatically convert INET4 value into INET6 as needed.
Values generated by the Key Derivation Function are resistant against password hashing generators, so are good for strongly hashed passwords ().
function can now print the current time zone abbreviation and current time zone offset from UTC with %Z and %z format specifiers. ()
Queries like can now use an index on varchar_col if its collation is case insensitive. An option, , has been added to enable this optimization. ()
Add a new database-level , SHOW CREATE ROUTINE that allows one to see the routine definition even if the user isn't the routine owner ()
Added a SENT_ROWS column to the table, as well as extended the display size for the columns in processlist to ensure
that most results will fit in display ()
Setting a non-default value will now always issue a deprecation warning ()
mode has been deprecated ()
The storage engine now supports table options instead of having to encode them in COMMENT/CONNECTION strings. When any table option is specified, Spider will ignore COMMENT/CONNECTION strings at the same table/partition/subpartition. A new variable is introduced to ignore them globally at all levels (table/partition/subpartition). Another variable, , is introduced to suppress warnings when Spider ignores COMMENT/CONNECTION strings. ()
The following deprecated features and system variables have been removed ():
sr_YU (deprecated since )
"engine_condition_pushdown" in (deprecated since )
, , , (deprecated since )
(deprecated since )
For a list of all new variables, see .
For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the page.
"parser" in table comment (deprecated since MariaDB 10.2.11)
Alpha
16 Feb 2024
Stable (GA)
21 Nov 2023
RC
20 Sep 2023
Download | Release Notes | Changelog | Overview of 11.3
Release date: 20 September 2023
Do not use alpha releases in production!
MariaDB 11.3 is a current development series of MariaDB. It is an evolution of MariaDB 11.2 with several entirely new features.
MariaDB 11.3.0 is a single preview release. Features are to be considered preview, and none are guaranteed to make it into MariaDB 11.3.
The preview is available as a container quay.io/mariadb-foundation/mariadb-devel:11.3-preview.
For an overview of MariaDB 11.3 see theWhat is MariaDB 11.3? page.
Thanks, and enjoy MariaDB!
Added a using the system variable ()
At the moment client-side support is missing
Shrink without restart by setting the system variable. ()
Add keywords "SQL_BEFORE_GTIDS" and "SQL_AFTER_GTIDS" for (). SQL_BEFORE_GTIDS stops the replica when it sees gtids of the option's argument list, without executing them.
Note that this feature did not make it into , but is in .
is now enabled in the server by default. No configuration necessary, if no server certificate was provided a self-signed certificate will be automatically generated by the server. See on mariadb.org ().
Clients now can validate self-signed server certificates if the or authentication is used and account password is not empty ().
data types can now be cast into types ()
This means, INET4 values can be compared with INET6 values and can be inserted into INET6 columns, the server can automatically convert INET4 value into INET6 as needed.
Values generated by the Key Derivation Function are resistant against password hashing generators, so are good for strongly hashed passwords ().
function can now print the current time zone abbreviation and current time zone offset from UTC with %Z and %z format specifiers. ()
Queries like can now use an index on varchar_col if its collation is case insensitive. An option, , has been added to enable this optimization. ()
Add a new database-level , SHOW CREATE ROUTINE that allows to see the routine definition even if the user isn't the routine owner ()
Added a SENT_ROWS column to the table, as well as extended the display size for the columns in processlist to ensure
that most results will fit in display ()
Note that this feature did not make it into , but is in .
Add views for in information_schema (), in particular
New view
New view
Setting a non-default value will now always issue a deprecation warning ()
mode has been deprecated ()
The storage engine now supports table options instead of having to encode them in COMMENT/CONNECTION strings. When any table option is specified, Spider will ignore COMMENT/CONNECTION strings at the same table/partition/subpartition. A new variable is introduced to ignore them globally at all levels (table/partition/subpartition). Another variable, , is introduced to suppress warnings when Spider ignores COMMENT/CONNECTION strings. ()
The following deprecated features and system variables have been removed ():
(deprecated since )
sr_YU (deprecated since )
"engine_condition_pushdown" in (deprecated since )
, , , (deprecated since )
Replication clients do that too, is enabled by default.
Use --disable-ssl or --disable-ssl-verify-server-cert to revert to the old behavior.
Clients can use new command line options and to verify the server certificate by its fingerprint
New columns IS_SYSTEM_TIME_PERIOD_START and IS_SYSTEM_TIME_PERIOD_END in the view
(deprecated since MariaDB 10.1.3)
"parser" in table comment (deprecated since MariaDB 10.2.11)
Download 11.3.1 | Release Notes | Changelog | Overview of 11.3
Release date: 21 Nov 2023
Do not use non-stable (non-GA) releases in production!
MariaDB 11.3 is a current development series of MariaDB. It is an evolution of MariaDB 11.2 with several entirely new features.
MariaDB 11.3.1 is a Release Candidate (RC) release.
For an overview of MariaDB 11.3 see theWhat is MariaDB 11.3? page.
Thanks, and enjoy MariaDB!
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 ()
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 (
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 ()
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 ()
Galera library 26.4.16 fails with every server version (
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 ()
(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 full backup failed with InnoDB: Failing assertion: success in storage/innobase/fil/fil0fil.cc line 657 ()
mbstream breaks page compression on XFS ()
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 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
Added database level privilege ()
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 ()
Fixes for the following :
CVE-`-```
For a complete list of changes made in , with links to detailed information on each push, see the .
For a full list of contributors to , see the .
Do not use non-stable (non-GA) releases in production!
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. ()
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 node remains paused after interleaving FTWRLs (MDEV-32282)
Failed to insert streaming client (MDEV-32051)
When set at runtime, wsrep_sst_method 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)
memmove_avx_unaligned_ermsBinary_string::q_appendStatic_binary_string::q_appendmy_strntoull10rnd_8bitAssertion `arena_for_set_stmt== 0' failed in LEX::set_arena_for_set_stmt upon SET STATEMENT (MDEV-17711)
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)
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