Release date: 12 May 2020
MariaDB 10.5 is the current development series of MariaDB. It is an evolution of MariaDB 10.4 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.
MariaDB 10.5.3 is a Release Candidate (RC) release.
Thanks, and enjoy MariaDB!
This is the second beta release in the series.
Notable changes of this release include:
Application period tables: ()
Introduce a file format constraint to ALTER TABLE. See ()
Modernise Linux Large Page support (multiplesizes) ()
Partitioned are discoverable. This means that if you create a partitioned S3 table, both the partitioned table and its partitions can be directly used by another server that has access to the S3 storage. ()
Optimizer flag rowid_filter leads to long query ()
WSREP_ON is unnecessarily expensive to evaluate (
Misc wsrep performance optimization ()
Added system user for user view which allows to remove root ()
WolfSSL updated
doesn't remove excess authentication plugins from ()
creating empty ()
Updated to support transactional tables and added the --datadir, --ignore-control-file and --require-control-file options. More details
Error on online ADD PRIMARY KEY after instant DROP/reorder ()
Assertion failure in file data0type.cc ()
Server aborts upon attempt to create foreign key on spatial field ()
DROP COLUMN, DROP INDEX is wrongly claimed to be ALGORITHM=INSTANT ()
Optimizer, Wrong query results with optimizer_switch="split_materialized=on" ()
SHOW GRANTS does not quote role names properly ()
Paritioning INSERT chooses wrong partition for RANGE partitioning by DECIMAL column ()
does not honor ignore_db_dirs from server config ()
mariadb-backup --ftwrl-wait-timeout never times out on explicit lock ()
Loop of Read redo log up to LSN ()
buf_page_get_gen() should apply buffered page initialized redo log during recovery ()
Running out of file descriptors and eventual crash ()
Efficient InnoDB redo log record format ()
Use MariaDB in error messages instead of MySQL ()
FULLTEXT INDEX, Assertion ``!table->fts->in_queue' failed in fts_optimize_remove_table` ()
Wrong estimate of affected BLOB columns in update of PRIMARY KEY ()
Duplicate key value is silently truncated to 64 characters in
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!
Introduce a file format constraint (MDEV-20590)
FORCE all partition to rebuild if any one of the partition does rebuild (MDEV-21832)
InnoDB aborts while adding instant column for discarded tablespace (MDEV-22446)
Misc ALTER TABLE assertion failure (MDEV-22358)
Punch holes when pages are freed (MDEV-15528)
print_keydup_errorSession tracking returns incorrectly long tracking data (MDEV-22504)
Add pam_user_map.so file to binary tarball package (MDEV-21913)
Misc fixes for Mac build (MENT-606)
is made aware of the upstream slave tables to issue warnings when that takes place (MDEV-10047)
InnoDB fixes (MDEV-21564, MDEV-19092, MDEV-21549)
InnoDB FULLTEXT INDEX fixes (MDEV-21563)
Corruption for SET GLOBAL innodb_ string variables (MDEV-22393)
Test suite, Add JUnit support to MTR to generate XML test result (MDEV-22176)
parameter, --ignore-table-data, added (MDEV-22037)
Refactored MYSQL_BIN_LOG::xid_count_per_binlog to satisfy UBSAN enabled build (MDEV-20923)
Unregister of slave threads disconnected before COM_BINLOG_DUMP (Bug#29915479)
Server can fail while replicating conditional comments (Bug#28388217)
Added the xml-report option to (MDEV-22176)
Packages and repositories for Ubuntu 20.04 "focal" added
Do not use non-stable (non-GA) releases in production!
This page is licensed: CC BY-SA / Gnu FDL