MariaDB 10.2.12 发布,MySQL 分支版本

栏目: 软件资讯 · 发布时间: 6年前

内容简介:MariaDB 10.2.11 发布了。MySQL 数据库管理系统是 MariaDB 的一个分支,主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。 Notable Changes MDEV-12837 - WSREP: ...

MariaDB 10.2.11 发布了。MySQL 数据库管理系统是 MariaDB 的一个分支,主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。

Notable Changes

  • MDEV-12837 - WSREP: BF lock wait long

  • MDEV-14799 - After UPDATE of indexed columns, old values will not be purged from secondary indexes

  • MDEV-12827 - Assertion failure when reporting duplicate key error in online table rebuild

  • MDEV-14008 - Failure reading auto-increment values in DOUBLE column from storage engine

  • MDEV-12323 - Rollback progress log messages during crash recovery are intermixed with unrelated log messages

  • MDEV-12352 - InnoDB shutdown should not be blocked by a large transaction rollback

  • MDEV-13797 - InnoDB may hang if shutdown is initiated soon after startup while rolling back recovered incomplete transactions

  • MDEV-14422 - Assertion failure in trx_purge_run() on shutdown

  • MDEV-14589 - InnoDB should not lock a delete-marked record

  • MDEV-14714 / MDEV-14488 / MDEV-14644 - data corruption caused by error log messages ending up in database files or binary logs

  • MDEV-14511 - Use fewer transactions for updating InnoDB persistent statistics

  • MDEV-13670 / MDEV-14550 - Error log flood :  "InnoDB: page_cleaner: 1000ms intended loop took N ms. The settings might not be optimal."

  • mariabackup: MDEV-14536 - during backup, retry read of log blocks, if there is (possibly intermittent) checksum mismatch

  • As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.2 for Ubuntu 17.04 "Zesty".

Updates

  • The reserved word WINDOWis now only disallowed for table aliases.


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上所述就是小编给大家介绍的《MariaDB 10.2.12 发布,MySQL 分支版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

程序员的数学思维修炼(趣味解读)

程序员的数学思维修炼(趣味解读)

周颖 / 清华大学出版社 / 2014-4-1 / 45.00元

本书是一本专门为程序员而写的数学书,介绍了程序设计中常用的数学知识。本书门槛不高,不需要读者精通很多高深的数学知识,只需要读者具备基本的四则运算、乘方等数学基础知识和日常生活中的基本逻辑判断能力即可。本书拒绝枯燥乏味的讲解,而是代之以轻松活泼的风格。书中列举了大量读者都很熟悉,而且非常有趣的数学实例,并结合程序设计的思维和算法加以剖析,可以训练读者的数学思维能力和程序设计能力,进而拓宽读者的视野,......一起来看看 《程序员的数学思维修炼(趣味解读)》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具