内容简介:MariaDB 10.0.36MariaDB 10.0.36 是 MariaDB 10.0 系列的最新稳定版,下面看看
MariaDB 10.0.36 已发布 ,MariaDB主要由开源社区在维护,采用 GPL 授权许可。 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
MariaDB 10.0.36 是 MariaDB 10.0 系列的最新稳定版,下面看看 值得关注的更新 ,主要包括修改表结构操作和全文检索这两方面的内容:
-
ALTER TABLE:
-
Bug #25928471: ONLINE ALTER AND CONCURRENT DELETE ON TABLE WITH MANY TEXT COLUMNS CAUSES CRASH
-
MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplace_alter_table
-
MDEV-16119 InnoDB lock->index refers to a freed object after failed ADD INDEX
-
MDEV-16124 fil_rename_tablespace() times out and crashes server during table-rebuilding ALTER TABLE
-
MDEV-15953 Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir
-
MDEV-16851 On schema mismatch in IMPORT TABLESPACE, display ROW_FORMAT in clear text
-
Fulltext search:
-
Bug #27041445 SERVER ABORTS IF FTS_DOC_ID EXCEEDS FTS_DOC_ID_MAX_STEP
-
Bug #26334149 - MYSQL CRASHES WHEN FULL TEXT INDEXES IBD FILES ARE ORPHANED DUE TO RENAME TABLE
-
Bug #27326796 - MYSQL CRASH WITH INNODB ASSERTION FAILURE IN FILE PARS0PARS.CC
-
MDEV-16855 Fix fts_sync_synchronization in InnoDB
-
MDEV-16267 Wrong INFORMATION_SCHEMA.INNODB_BUFFER_PAGE.TABLE_NAME
-
MDEV-16456 InnoDB error "returned OS error 71" complains about wrong path
-
MDEV-16596 : Windows - redo log does not work on native 4K sector disks
-
MDEV-16515 (also fixes some adaptive hash index corruption that can cause data corruption)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MariaDB 10.2.8 发布,MySQL 分支版本
- MariaDB 10.2.9 发布,MySQL 分支版本
- MariaDB 10.3.2 发布,MySQL 分支版本
- MariaDB 10.0.33 发布,MySQL 分支版本
- MariaDB 10.1.29 发布,MySQL 分支版本
- MariaDB 10.2.11 发布,MySQL 分支版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Designing Data-Intensive Applications
Martin Kleppmann / O'Reilly Media / 2017-4-2 / USD 44.99
Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, w......一起来看看 《Designing Data-Intensive Applications》 这本书的介绍吧!