Merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.27-23.6 into lp:~percona-core/percona-xtradb-cluster/5.5.24

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Vadim Tkachenko
Approved revision: no longer in the source branch.
Merged at revision: 355
Proposed branch: lp:~hrvojem/percona-xtradb-cluster/rn-5.5.27-23.6
Merge into: lp:~percona-core/percona-xtradb-cluster/5.5.24
Diff against target: 67 lines (+41/-3)
2 files modified
doc-pxc/source/conf.py (+3/-3)
doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.27.rst (+38/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.27-23.6
Reviewer Review Type Date Requested Status
Vadim Tkachenko Approve
Review via email: mp+120996@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Vadim Tkachenko (vadim-tk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc-pxc/source/conf.py'
2--- doc-pxc/source/conf.py 2012-06-27 10:05:05 +0000
3+++ doc-pxc/source/conf.py 2012-08-23 13:46:21 +0000
4@@ -53,9 +53,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '5.5.24'
9+version = '5.5.27'
10 # The full version, including alpha/beta/rc tags.
11-release = '5.5.24-23.6'
12+release = '5.5.27-23.6'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16@@ -106,7 +106,7 @@
17
18 .. |XtraDB Cluster| replace:: :term:`XtraDB Cluster`
19
20-.. |Percona XtraDB Cluster| replace:: :term:`Percona XtraDB Cluster`
21+.. |Percona XtraDB Cluster| replace:: *Percona XtraDB Cluster*
22
23 .. |InnoDB| replace:: :term:`InnoDB`
24
25
26=== added file 'doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.27.rst'
27--- doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.27.rst 1970-01-01 00:00:00 +0000
28+++ doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.27.rst 2012-08-23 13:46:21 +0000
29@@ -0,0 +1,38 @@
30+.. rn:: 5.5.27
31+
32+=====================================
33+ |Percona XtraDB Cluster| 5.5.27-23.6
34+=====================================
35+
36+Percona is glad to announce the release of |Percona XtraDB Cluster| on August 27th, 2012. Binaries are available from `downloads area <http://www.percona.com/downloads/Percona-XtraDB-Cluster/5.5.27-23.6/>`_ or from our `software repositories <http://www.percona.com/doc/percona-xtradb-cluster/installation.html#using-percona-software-repositories>`_.
37+
38+This is an General Availability release. We did our best to eliminate bugs and problems during alpha and beta testing release, but this is a software, so bugs are expected. If you encounter them, please report them to our `bug tracking system <https://bugs.launchpad.net/percona-xtradb-cluster/+filebug>`_.
39+
40+Features
41+========
42+
43+ * |Percona XtraDB Cluster| supports tunable buffer size for fast index creation in |InnoDB|. This value was calculated based on the merge block size (which was hardcoded to 1 MB) and the minimum index record size. By adding the session variable `innodb_merge_sort_block_size <http://www.percona.com/doc/percona-server/5.5/management/innodb_fast_index_creation.html#innodb_merge_sort_block_size>`_ block size that is used in the merge sort can now be adjusted for better performance.
44+
45+ * |Percona XtraDB Cluster| has implemented ability to have a MySQL `Utility user <http://www.percona.com/doc/percona-server/5.5/management/utility_user.html#psaas-utility-user>`_ who has system access to do administrative tasks but limited access to user schema. This feature is especially useful to those operating MySQL As A Service.
46+
47+ * New `Expanded Program Option Modifiers <http://www.percona.com/doc/percona-server/5.5/management/expanded_program_option_modifiers.html#expanded-option-modifiers>`_ have been added to allow access control to system variables.
48+
49+ * New table `INNODB_UNDO_LOGS <http://www.percona.com/doc/percona-server/5.5/diagnostics/misc_info_schema_tables.html#INNODB_UNDO_LOGS>`_ has been added to allow access to undo segment information. Each row represents an individual undo segment and contains information about which rollback segment the undo segment is currently owned by, which transaction is currently using the undo segment, and other size and type information for the undo segment. This information is 'live' and calculated for each query of the table.
50+
51+ * |Percona XtraDB Cluster| now has improved ``clustercheck.sh`` script which makes a proxy (ie HAProxy) capable of monitoring Percona XtraDB Cluster nodes properly.
52+
53+Bugs fixed
54+==========
55+
56+ * Increasing the number of slave threads doesn't require provider reloading anymore. Bug fixed :bug:`852094`.
57+
58+ * No other SQL statement except INSERT...SELECT would replicate if /*!99997*/ comment was present. Bug fixed :bug:`1023911`.
59+
60+ * Fixed the bug that caused DDL command hanging when RSU was enabled and server was under high rate SQL write load. Bug fixed :bug:`1026181`.
61+
62+ * Cascading foreign key constraint could cause a slave crash. Bug fixed :bug:`1013978`.
63+
64+ * Fixed bug when donor accepts query, which then blocks. Bug fixed :bug:`1002714`.
65+
66+Based on `Percona Server 5.5.27-28.0 <http://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.27-28.0.html>`_ including all the bug fixes in it, and the latest `Galera 2.x replicator <https://code.launchpad.net/~codership/galera/2.x>`_, |Percona XtraDB Cluster| 5.5.27-23.6 is now the current stable release. All of |Percona|'s software is open-source and free.
67+

Subscribers

People subscribed via source and target branches