Merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.28-update into lp:~percona-dev/percona-xtradb-cluster/5.5.28

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Hrvoje Matijakovic
Approved revision: no longer in the source branch.
Merged at revision: 370
Proposed branch: lp:~hrvojem/percona-xtradb-cluster/rn-5.5.28-update
Merge into: lp:~percona-dev/percona-xtradb-cluster/5.5.28
Diff against target: 56 lines (+17/-5)
2 files modified
doc-pxc/source/installation/apt_repo.rst (+2/-2)
doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.28.rst (+15/-3)
To merge this branch: bzr merge lp:~hrvojem/percona-xtradb-cluster/rn-5.5.28-update
Reviewer Review Type Date Requested Status
Vadim Tkachenko Pending
Review via email: mp+134124@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc-pxc/source/installation/apt_repo.rst'
2--- doc-pxc/source/installation/apt_repo.rst 2012-09-06 14:22:18 +0000
3+++ doc-pxc/source/installation/apt_repo.rst 2012-11-14 18:24:23 +0000
4@@ -37,8 +37,8 @@
5 ------
6
7 * 10.04LTS lucid
8- * 11.04 natty
9- * 11.10 oneiric
10+ * 12.04LTS precise
11+ * 12.10 quantal
12
13
14 Install XtraDB Cluster
15
16=== modified file 'doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.28.rst'
17--- doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.28.rst 2012-11-05 15:28:55 +0000
18+++ doc-pxc/source/release-notes/Percona-XtraDB-Cluster-5.5.28.rst 2012-11-14 18:24:23 +0000
19@@ -17,7 +17,7 @@
20
21 * New status variable :variable:`wsrep_incoming_addresses` has been introduced. It contains a comma-separated list of incoming (client) addresses in the cluster component.
22
23- * Multiple addresses can now be specified in the ``gcomm:// URL`` when defining the address to connect to cluster.
24+ * Multiple addresses can now be specified in the ``gcomm:// URL`` when defining the address to connect to cluster. Option :variable:`wsrep_urls` is now deprecated, :variable:`wsrep_cluster_address` should be used to specify multiple addresses instead.
25
26 * GTID can now be recovered by starting mysqld with ``--wsrep-recover`` option. This will parse GTID from log, and if the GTID is found, assign it as initial position for actual server start.
27
28@@ -30,15 +30,27 @@
29 Bugs fixed
30 ==========
31
32- * DDL in multi-statement would cause a server crash. Bug fixed :bug:`1049024`.
33+ * Some wsrep variables, like :variable:`wsrep_provider`, :variable:`wsrep_provider_options` and :variable:`wsrep_cluster_address`, could be "doubly" allocated which could cause memory leak. Bug fixed :bug:`1072839`.
34+
35+ * In case variables :variable:`wsrep_node_address` and :variable:`wsrep_node_incoming_address` were not set explicitly, port number would be set to ``0``. Bug fixed :bug:`1071882`.
36+
37+ * Server would hang before storage engine initialization with ``rsync`` SST and with option :variable:`wsrep_start_position` enabled. Bug fixed :bug:`1075495`.
38
39 * SST script interface has been upgraded to use named instead of positional parameters. Bug fixed :bug:`1045026`.
40
41+ * When server was started with no wsrep_provider and regular |MySQL| replication slave was configured, could cause intermittent failure to start MySQL slave during startup. Bug fixed :bug:`1075617`.
42+
43 * If DDL is processing with RSU method and there is MDL conflict with local transaction, this conflict would remain unresolved. Bug fixed :bug:`1039514`.
44
45 * Static SST method list has been removed. Bug fixed :bug:`1045040`.
46
47-Other bug fixes: bug :bug:`1049103`, bug :bug:`1045811`, bug :bug:`1057910`, bug :bug:`1052668`.
48+ * DDL in multi-statement would cause a server crash. Bug fixed :bug:`1049024`.
49+
50+ * Mysqld_safe doesn't restart the node automatically anymore. Bug fixed :bug:`1077632`.
51+
52+ * Server would fail to start if the variable :variable:`wsrep_provider` was unset. Bug fixed :bug:`1077652`.
53+
54+Other bug fixes: bug :bug:`1049103`, bug :bug:`1045811`, bug :bug:`1057910`, bug :bug:`1052668`, bug :bug:`1073220`, bug :bug:`1076382`.
55
56 Based on `Percona Server 5.5.28-29.1 <http://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.28-29.1.html>`_ including all the bug fixes in it, |Percona XtraDB Cluster| 5.5.28-23.7 is now the current stable release. All of |Percona|'s software is open-source and free.
57

Subscribers

People subscribed via source and target branches