内容简介:MariaDB 10.2.15 发布,MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。显著变更如下: PCRE updated to 8.42 The...
MariaDB 10.2.15 发布,MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。显著变更如下:
PCRE updated to 8.42
The embedded server library now supports SSL when connecting to remote servers
MDEV-15325 - Incomplete validation of missing tablespace during recovery
MDEV-15720 - ib_buffer_pool unnecessarily includes the temporary tablespace
MDEV-15764 - InnoDB may write uninitialized garbage to redo log
MDEV-15553 - Virtual Columns: Assertion failed in dict_table_get_col_name
MDEV-14705 - slow innodb startup/shutdown can exceed systemd timeout
MDEV-15707 - deadlock in Innodb IO code, caused by change buffering (Windows)
MDEV-15507 - Assertion failed in dict_check_sys_tables on upgrade from 5.5
MDEV-15916 - Change buffer crash during TRUNCATE or DROP TABLE
encryption fixes - MDEV-12632, MDEV-13516, MDEV-15752, MDEV-15566, MDEV-16092
temporary table ROLLBACK fixes - MDEV-15826, MDEV-15374
applicable changes from 5.7.22 - MDEV-16142
Ubuntu 18.04 "bionic" and Fedora 28 packages and repositories are being introduced in this release. See the MariaDB Repository Configuration Tool for instructions on setting up these repositories.
As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.2 for Debian 7 Wheezy and Fedora 26
Fixes for the following security vulnerabilities:
详情见变更日志。
下载地址:https://downloads.mariadb.org/mariadb/10.2.15/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《MariaDB 10.2.15 发布,MySQL 分支版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
jQuery 技术内幕
高云 / 机械工业出版社 / 2014-1-1 / 99元
本书首先通过“总体架构”梳理了各个模块的分类、功能和依赖关系,让大家对jQuery的工作原理有大致的印象;进而通过“构造 jQuery 对象”章节分析了构造函数 jQuery() 的各种用法和内部构造过程;接着详细分析了底层支持模块的源码实现,包括:选择器 Sizzle、异步队列 Deferred、数据缓存 Data、队列 Queue、浏览器功能测试 Support;最后详细分析了功能模块的源码实......一起来看看 《jQuery 技术内幕》 这本书的介绍吧!