MariaDB 10.0.33 发布了。MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
主要更改:
- XtraDB updated to 5.6.37-82.2
- TokuDB updated to 5.6.37-82.2
- InnoDB updated to 5.6.38
- Performance Schema updated to 5.6.38
- MDEV-12422: CHECK TABLE no longer returns an error when run on a CONNECT table
- MDEV-14051: ‘Undo log record is too big.’ error occurring in very narrow range of string lengths
- MDEV-13918: Race condition between INFORMATION_SCHEMA.INNODB_SYS_TABLESTATS and ALTER/DROP/TRUNCATE TABLE
- MDEV-13838: Wrong result after altering a partitioned table
- fixed bugs in InnoDB FULLTEXT INDEX
- MDEV-12676: InnoDB FTS duplicate key error
- MDEV-13051: InnoDB crash after failed ADD INDEX and table_definition_cache eviction
- MDEV-13446: fts_create_doc_id() unnecessarily allocates 8 bytes for every inserted row
- MDEV-13899: IMPORT TABLESPACE may corrupt ROW_FORMAT=REDUNDANT tables
- Fixes for the following security vulnerabilities:
下载地址:
https://downloads.mariadb.org/mariadb/10.0.33/
转自 http://www.oschina.net/news/90118/mariadb-10-0-33