Merge lp:~hrvojem/percona-server/rn-5.1.71-14.9-5.5 into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 565
Proposed branch: lp:~hrvojem/percona-server/rn-5.1.71-14.9-5.5
Merge into: lp:percona-server/5.5
Diff against target: 217 lines (+54/-19)
4 files modified
doc/source/conf.py (+1/-1)
doc/source/release-notes/Percona-Server-5.5.33-31.1.rst (+28/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+24/-18)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.1.71-14.9-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+182123@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Bug 1189743 is "other bugfixes"
s/``DTrace`` on ``Sun D 1.11``/``DTrace Sun D 1.11``
Line 43: "a regression"

What about other bug statuses in the upstream bug list?

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) wrote :

If we are this nitpicky, then it's "DTrace version Sun D 1.11 provided by recent SmartOS versions."

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2013-08-22 09:43:55 +0000
3+++ doc/source/conf.py 2013-08-27 05:55:38 +0000
4@@ -54,7 +54,7 @@
5 # The short X.Y version.
6 version = '5.5'
7 # The full version, including alpha/beta/rc tags.
8-release = '5.5.32-31.0'
9+release = '5.5.33-31.1'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13
14=== added file 'doc/source/release-notes/Percona-Server-5.5.33-31.1.rst'
15--- doc/source/release-notes/Percona-Server-5.5.33-31.1.rst 1970-01-01 00:00:00 +0000
16+++ doc/source/release-notes/Percona-Server-5.5.33-31.1.rst 2013-08-27 05:55:38 +0000
17@@ -0,0 +1,28 @@
18+.. rn:: 5.5.33-31.1
19+
20+==============================
21+ |Percona Server| 5.5.33-31.1
22+==============================
23+
24+Percona is glad to announce the release of |Percona Server| 5.5.33-31.1 on August 27th, 2013. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.33-31.1/>`_ and from the :doc:`Percona Software Repositories </installation>`.
25+
26+Based on `MySQL 5.5.33 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-33.html>`_, including all the bug fixes in it, |Percona Server| 5.5.33-31.1 is now the current stable release in the 5.5 series. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.5.33-31.1 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.33-31.1>`_.
27+
28+Bugs Fixed
29+==========
30+
31+ The buffer pool mutex split patch implemented in |Percona Server| could cause a race condition, involving a dirty compressed page block for which there is an uncompressed page image in the buffer pool, that could lead to a server crash. Bug fixed :bug:`1086680`.
32+
33+ If binary log was enabled, :ref:`Fake Changes <innodb_fake_changes_page>` transactions were binlogged. This could lead to data corruption issues with deeper replication topologies. Bug fixed :bug:`1190580`.
34+
35+ Changes made to the ``RPM`` scripts for previous |Percona Server| version caused installer to fail if there were different :term:`datadir` options in multiple configuration files. Bug fixed :bug:`1201036`.
36+
37+ |Percona Server| ``shared-compat`` package was being built with the 5.1.66 version of the client, which didn't work with ``OpenSSL``. Fixed by building the ``shared-compat`` package with a more recent version. Bug fixed :bug:`1201393`.
38+
39+ Fixed the upstream bug :mysqlbug:`69639` which caused compile errors for |Percona Server| with ``DTrace version Sun D 1.11`` provided by recent ``SmartOS`` versions. Bug fixed :bug:`1196460`.
40+
41+ Fixed a regression introduced in |Percona Server| :rn:`5.5.32-31.0`, where server wouldn't be able to start if :ref:`atomic_fio` was enabled. Bug fixed :bug:`1214735`.
42+
43+ |Percona Server| used to acquire the buffer pool ``LRU`` list mutex in the I/O completion routine for the compressed page flush list flushes where it was not necessary. Bug fixed :bug:`1181269`.
44+
45+Other bugs fixed: bug fixed :bug:`1189743`, bug fixed :bug:`1188162` and bug fixed :bug:`1203308`.
46
47=== modified file 'doc/source/release-notes/release-notes_index.rst'
48--- doc/source/release-notes/release-notes_index.rst 2013-08-14 03:52:04 +0000
49+++ doc/source/release-notes/release-notes_index.rst 2013-08-27 05:55:38 +0000
50@@ -6,6 +6,7 @@
51 :maxdepth: 1
52 :glob:
53
54+ Percona-Server-5.5.33-31.1
55 Percona-Server-5.5.32-31.0
56 Percona-Server-5.5.31-30.3
57 Percona-Server-5.5.30-30.2
58
59=== modified file 'doc/source/upstream-bug-fixes.rst'
60--- doc/source/upstream-bug-fixes.rst 2013-08-14 03:52:04 +0000
61+++ doc/source/upstream-bug-fixes.rst 2013-08-27 05:55:38 +0000
62@@ -5,27 +5,33 @@
63 =============================================================
64
65 +-------------------------------------------------------------------------------------------------------------+
66+|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
67+|:Launchpad bug: :bug:`1196460` |
68+|:Upstream state: Open (checked on 2013-08-26) |
69+|:Fix Released: :rn:`5.5.33-31.1` |
70+|:Upstream fix: N/A |
71++-------------------------------------------------------------------------------------------------------------+
72 |:Upstream bug: :mysqlbug:`68354` - Server crashes on update/join FEDERATED + local table when only 1 local...|
73 |:Launchpad bug: :bug:`1182572` |
74-|:Upstream state: Verified (checked on 2013-07-01) |
75+|:Upstream state: N/A |
76 |:Fix Released: :rn:`5.5.32-31.0` |
77 |:Upstream fix: N/A |
78 +-------------------------------------------------------------------------------------------------------------+
79 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
80 |:Launchpad bug: :bug:`1132194` |
81-|:Upstream state: Verified (checked on 2013-07-01) |
82+|:Upstream state: Verified (checked on 2013-08-26) |
83 |:Fix Released: :rn:`5.5.32-31.0` |
84 |:Upstream fix: N/A |
85 +-------------------------------------------------------------------------------------------------------------+
86 |:Upstream bug: :mysqlbug:`69179` - accessing information_schema.partitions causes plans to change |
87 |:Launchpad bug: :bug:`1192354` |
88-|:Upstream state: Verified (checked on 2013-07-01) |
89+|:Upstream state: Verified (checked on 2013-08-26) |
90 |:Fix Released: :rn:`5.5.32-31.0` |
91 |:Upstream fix: N/A |
92 +-------------------------------------------------------------------------------------------------------------+
93 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
94 |:Launchpad bug: :bug:`1169494` |
95-|:Upstream state: Verified (checked on 2013-07-01) |
96+|:Upstream state: Verified (checked on 2013-08-26) |
97 |:Fix Released: :rn:`5.5.32-31.0` |
98 |:Upstream fix: N/A |
99 +-------------------------------------------------------------------------------------------------------------+
100@@ -37,7 +43,7 @@
101 +-------------------------------------------------------------------------------------------------------------+
102 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
103 |:Launchpad bug: :bug:`1183610` |
104-|:Upstream state: Verified (checked on 2013-07-01) |
105+|:Upstream state: Open (checked on 2013-08-26) |
106 |:Fix Released: :rn:`5.5.31-30.3` |
107 |:Upstream fix: N/A |
108 +-------------------------------------------------------------------------------------------------------------+
109@@ -49,13 +55,13 @@
110 +-------------------------------------------------------------------------------------------------------------+
111 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
112 |:Launchpad bug: :bug:`1163439` |
113-|:Upstream state: Verified (checked on 2013-07-01) |
114+|:Upstream state: Verified (checked on 2013-08-26) |
115 |:Fix Released: :rn:`5.5.30-30.2` |
116 |:Upstream fix: N/A |
117 +-------------------------------------------------------------------------------------------------------------+
118 |:Upstream bug: :mysqlbug:`62578` - mysql client aborts connection on terminal resize |
119 |:Launchpad bug: :bug:`925343` |
120-|:Upstream state: Verified (checked on 2013-07-01) |
121+|:Upstream state: Won't Fix |
122 |:Fix Released: :rn:`5.5.30-30.2` |
123 |:Upstream fix: N/A |
124 +-------------------------------------------------------------------------------------------------------------+
125@@ -79,13 +85,13 @@
126 +-------------------------------------------------------------------------------------------------------------+
127 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
128 |:Launchpad bug: :bug:`1132350` |
129-|:Upstream state: Verified (checked on 2013-07-01) |
130+|:Upstream state: Verified (checked on 2013-08-26) |
131 |:Fix Released: :rn:`5.5.30-30.1` |
132 |:Upstream fix: N/A |
133 +-------------------------------------------------------------------------------------------------------------+
134 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
135 |:Launchpad bug: :bug:`1100178` |
136-|:Upstream state: Analyzing (checked on 2013-07-01) |
137+|:Upstream state: Analyzing (checked on 2013-08-26) |
138 |:Fix Released: :rn:`5.5.29-30.0` |
139 |:Upstream fix: N/A |
140 +-------------------------------------------------------------------------------------------------------------+
141@@ -133,7 +139,7 @@
142 +-------------------------------------------------------------------------------------------------------------+
143 |:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
144 |:Launchpad bug: :bug:`1070856` |
145-|:Upstream state: Verified (checked on 2013-07-01) |
146+|:Upstream state: Verified (checked on 2013-08-26) |
147 |:Fix Released: :rn:`5.5.28-29.3` |
148 |:Upstream fix: N/A |
149 +-------------------------------------------------------------------------------------------------------------+
150@@ -169,13 +175,13 @@
151 +-------------------------------------------------------------------------------------------------------------+
152 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
153 |:Launchpad bug: :bug:`1042517` |
154-|:Upstream state: Verified (checked on 2013-07-01) |
155+|:Upstream state: Verified (checked on 2013-08-26) |
156 |:Fix Released: :rn:`5.5.27-29.0` |
157 |:Upstream fix: N/A |
158 +-------------------------------------------------------------------------------------------------------------+
159 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
160 |:Launchpad bug: :bug:`1042517` |
161-|:Upstream state: Verified (checked on 2013-07-01) |
162+|:Upstream state: Verified (checked on 2013-08-26) |
163 |:Fix Released: :rn:`5.5.27-29.0` |
164 |:Upstream fix: N/A |
165 +-------------------------------------------------------------------------------------------------------------+
166@@ -187,7 +193,7 @@
167 +-------------------------------------------------------------------------------------------------------------+
168 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
169 |:Launchpad bug: :bug:`1013432` |
170-|:Upstream state: Verified (checked on 2013-07-01) |
171+|:Upstream state: Verified (checked on 2013-08-26) |
172 |:Fix Released: :rn:`5.5.27-28.0` |
173 |:Upstream fix: N/A |
174 +-------------------------------------------------------------------------------------------------------------+
175@@ -205,7 +211,7 @@
176 +-------------------------------------------------------------------------------------------------------------+
177 |:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
178 |:Launchpad bug: :bug:`999147` |
179-|:Upstream state: Verified (checked on 2013-07-01) |
180+|:Upstream state: Verified (checked on 2013-08-26) |
181 |:Fix Released: :rn:`5.5.24-26.0` |
182 |:Upstream fix: N/A |
183 +-------------------------------------------------------------------------------------------------------------+
184@@ -247,13 +253,13 @@
185 +-------------------------------------------------------------------------------------------------------------+
186 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
187 |:Launchpad bug: :bug:`857590` |
188-|:Upstream state: Verified (checked on 2013-07-01) |
189+|:Upstream state: Verified (checked on 2013-08-26) |
190 |:Fix Released: :rn:`5.5.16-22.0` |
191 |:Upstream fix: N/A |
192 +-------------------------------------------------------------------------------------------------------------+
193 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
194 |:Launchpad bug: N/A |
195-|:Upstream state: Verified (checked on 2013-07-01) |
196+|:Upstream state: Verified (checked on 2013-08-26) |
197 |:Fix Released: :rn:`5.5.15-21.0` |
198 |:Upstream fix: N/A |
199 +-------------------------------------------------------------------------------------------------------------+
200@@ -271,7 +277,7 @@
201 +-------------------------------------------------------------------------------------------------------------+
202 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
203 |:Launchpad bug: :bug:`800035` |
204-|:Upstream state: Verified (checked on 2013-07-01) |
205+|:Upstream state: Verified (checked on 2013-08-26) |
206 |:Fix Released: :rn:`5.5.13-20.4` |
207 |:Upstream fix: N/A |
208 +-------------------------------------------------------------------------------------------------------------+
209@@ -301,7 +307,7 @@
210 +-------------------------------------------------------------------------------------------------------------+
211 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
212 |:Launchpad bug: :bug:`1176496` |
213-|:Upstream state: Open (checked on 2013-07-01) |
214+|:Upstream state: Open (checked on 2013-08-26) |
215 |:Fix Released: :rn:`5.5.8-20.0` |
216 |:Upstream fix: N/A |
217 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches