发布于 2017-08-11 01:56:04 | 155 次阅读 | 评论: 0 | 来源: 网友投递
MariaDB数据库
MariaDB基于事务的Maria存储引擎,替换了MySQL的MyISAM存储引擎,它使用了Percona的 XtraDB,InnoDB的变体,分支的开发者希望提供访问即将到来的MySQL 5.4 InnoDB性能。这个版本还包括了 PrimeBase XT (PBXT) 和 FederatedX存储引擎。
MariaDB 10.1.26 发布了。MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可 MariaDB 的目的是完全兼容 MySQL,包括 API 和命令行。
The default for innodb_log_compressed_pages is nowON(see MDEV-13247)
PCRE updated to 8.41
XtraDB updated to 5.6.36-82.1
TokuDB updated to 5.6.36-82.1
Innodb updated to 5.6.37
Performance Schema updated to 5.6.37
MariaDB Backup is now stable (GA)
As per the MariaDB Deprecation Policy, this will be the last release of MariaDB 10.1 for Ubuntu 16.10 "Yakkety"
Change log:
Revision #535910ae5f 2017-08-09 16:15:30 +0300
Updated list of unstable tests for 10.1.26 release
Revision #fa1f214cf8 2017-08-08 19:47:34 +0200
MDEV-12725 select on federated table crashes server
Revision #5099d6de61 2017-08-08 14:52:08 +0200
MDEV-12863 No table can be created after second encryption plugin attempted to load
Merge Revision #8e8d42ddf0 2017-08-08 10:18:43 +0200 - Merge branch '10.0' into 10.1
Revision #2395adfbfd 2017-08-06 16:03:10 +0200
ssl tests: update ciphers as in 10.2
Revision #b7381526ab 2017-07-13 21:56:03 +0200
Always require OpenSSL 1.0 on Debian
Revision #1093c0f2dd 2017-07-14 16:14:22 +0200
disallow invalid values for WITH_SYSTEMD cmake variable.
Revision #e95d65d7d0 2017-08-05 19:46:40 +0200
fix sporadic failures of perfschema.privilege_table_io
Revision #2ef7a5a13a 2017-08-04 13:11:05 +0300
MDEV-13443: Port innochecksum tests from 10.2 innodb_zip suite to 10.1
Revision #19f2b3d02f 2017-08-05 19:26:31 +0300
Fixed compiler warnings
Revision #74543698a7 2017-08-05 19:26:10 +0300
MDEV-13179 main.errors fails with wrong errno
Revision #008786aedb 2017-08-05 20:41:55 +0300
MDEV-13456 main.create_drop_event fails sporadically in buildbot
Revision #8b019f87dd 2017-08-03 08:29:36 +0300
MDEV-11939: innochecksum mistakes a file for an encrypted one (page 0 invalid)
Revision #56959e7b2c 2017-08-01 09:46:27 +0400
MDEV-11963 RPM Lint: script-without-shebang /usr/bin/wsrep_sst_common.
Revision #d1b3e428d4 2017-07-20 11:24:01 +0300
MDEV-13227: Assertion failure len < 16384 in file rem0rec.cc line 1285
Revision #f58142f644 2017-07-13 14:49:57 +0000
Mariabackup : don't change argv[0] to "innobackupex" in innobackupex mode.
Revision #9284e8b2c6 2017-07-12 19:34:55 +0300
MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes
Merge Revision #9e11e055ce 2017-07-07 11:30:03 +0200 - Merge branch '10.0' into 10.1
Revision #2b5c9bc2c8 2017-07-06 14:18:53 +0300
MDEV-13247 innodb_log_compressed_pages=OFF breaks crash recovery of ROW_FORMAT=COMPRESSED tables
Revision #ec76945dac 2017-07-06 00:45:43 +0300
MDEV-13248 binlog.binlog_parallel_replication_marks_row fails in buildbot
Revision #4693f01f57 2017-07-05 18:27:03 +0300
Fix warning discovered by ASAN
Revision #e555540ab6 2017-07-05 14:35:55 +0300
MDEV-13105 InnoDB fails to load a table with PAGE_COMPRESSION_LEVEL after upgrade from 10.1.20
Revision #8ae9c86f2a 2017-07-04 10:26:14 -0400
bump the VERSION
Revision #f8dadbdf24 2017-06-04 11:47:30 +0300
Ensure that we have LOG_log locked when relay_log.close is called
Revision #228479a28c 2017-05-29 11:35:36 +0300
MDEV-8075: DROP TEMPORARY TABLE not marked as ddl, causing optimistic parallel replication to fail
完整更新内容请查看发行公告