Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Percona XtraDB Cluster 5.5.41-25.11.1 发布

$
0
0

Percona XtraDB Cluster  5.5.41-25.11.1 发布了,二进制包已经提供下载,也已经提供在软件库。该版本的更新主要是bug修复。具体如下:

Bug修复:
  • Due to security reasons ld_preload libraries can now only be loaded from the system directories (/usr/lib64/usr/lib) and the MySQL installation base directory. This fix also addresses issue with where limiting didn’t work correctly for relative paths. Bug fixed #1624247.

  • Fixed possible privilege escalation that could be used when running REPAIR TABLE on a MyISAM table. Bug fixed#1624397.

  • The general query log and slow query log cannot be written to files ending in .ini and .cnf anymore. Bug fixed #1624400.

  • Implemented restrictions on symlinked files (error_logpid_file) that can’t be used with mysqld_safe. Bug fixed #1624449.

其他的Bug修复: #1553938

更多内容请查看发行说明

Percona XtraDB Cluster是针对MySQL用户的高可用性和扩展性解决方案,基于Percona Server 。其包括了Write Set REPlication补丁,使用Galera 2.0库,这是一个针对事务性应用程序的同步多主机复制插件。

Percona Server是MySQL的改进版本,使用 XtraDB 存储引擎,在功能和性能上较 MySQL 有着很显著的提升,如提升了在高负载情况下的 InnoDB 的性能,为 DBA 提供了一些非常有用的性能诊断工具,另外有更多的参数和命令来控制服务器行为。 

Percona XtraDB Cluster提供了:

  • 同步复制,事务可以在所有节点上提交。

  • 多主机复制,你可以写到任何节点。

  • 从(slave)服务器上的并行应用事件,真正的“并行复制”。

  • 自动节点配置。

  • 数据一致性,不再有未同步的从服务器。

Percona XtraDB Cluster完全兼容MySQL或Percona Server,包括:

  • 数据兼容。Percona XtraDB Cluster可在由MySQL或Percona Server创建的数据库上使用。

  • 应用程序兼容。如果要使用Percona XtraDB Cluster,你的应用程序基本不需要作任何更改。


Viewing all articles
Browse latest Browse all 44787

Trending Articles