MariaDB 10.3.11 已发布,更新内容如下:
- mysqldump now uses
utf8mb4
as a default character set, instead ofutf8
. - sql_safe_updates can now be set as a command-line and
my.cnf
option. - Fixed crash on upgrade from MariaDB 10.1 or earlier: MDEV-12023
- MDEV-17073 – INSERT…ON DUPLICATE KEY UPDATE is now less deadlock-prone
- MDEV-17289 – Multi-pass recovery fails to apply some redo log records
- MDEV-17541 – KILL QUERY during lock wait in FOREIGN KEY check no longer causes hang
- MDEV-17531 – Fix crash in RENAME TABLE with FOREIGN KEY and FULLTEXT INDEX
- Spatial index fixes: MDEV-17545, MDEV-17546
- Virtual column fixes: MDEV-17215, MDEV-17548
- Mariabackup fixes:
- MDEV-13564 – TRUNCATE TABLE now works with Mariabackup
- MDEV-17433 – Allow InnoDB start up with empty ib_logfile0 from mariabackup –prepare
- Packages for Fedora 29 and Ubuntu 18.10 Cosmic have been added in this release
- As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.3 for Fedora 27
- Fixes for the following security vulnerabilities:
下载地址:
转自 https://www.oschina.net/news/102023/mariadb-10311-released