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
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2013-08-22 09:43:55 +0000
+++ doc/source/conf.py 2013-08-27 05:55:38 +0000
@@ -54,7 +54,7 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.5'55version = '5.5'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57release = '5.5.32-31.0'57release = '5.5.33-31.1'
5858
59# The language for content autogenerated by Sphinx. Refer to documentation59# The language for content autogenerated by Sphinx. Refer to documentation
60# for a list of supported languages.60# for a list of supported languages.
6161
=== added file 'doc/source/release-notes/Percona-Server-5.5.33-31.1.rst'
--- doc/source/release-notes/Percona-Server-5.5.33-31.1.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.5.33-31.1.rst 2013-08-27 05:55:38 +0000
@@ -0,0 +1,28 @@
1.. rn:: 5.5.33-31.1
2
3==============================
4 |Percona Server| 5.5.33-31.1
5==============================
6
7Percona 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>`.
8
9Based 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>`_.
10
11Bugs Fixed
12==========
13
14 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`.
15
16 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`.
17
18 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`.
19
20 |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`.
21
22 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`.
23
24 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`.
25
26 |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`.
27
28Other bugs fixed: bug fixed :bug:`1189743`, bug fixed :bug:`1188162` and bug fixed :bug:`1203308`.
029
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2013-08-14 03:52:04 +0000
+++ doc/source/release-notes/release-notes_index.rst 2013-08-27 05:55:38 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.5.33-31.1
9 Percona-Server-5.5.32-31.010 Percona-Server-5.5.32-31.0
10 Percona-Server-5.5.31-30.311 Percona-Server-5.5.31-30.3
11 Percona-Server-5.5.30-30.212 Percona-Server-5.5.30-30.2
1213
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2013-08-14 03:52:04 +0000
+++ doc/source/upstream-bug-fixes.rst 2013-08-27 05:55:38 +0000
@@ -5,27 +5,33 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
9|:Launchpad bug: :bug:`1196460` |
10|:Upstream state: Open (checked on 2013-08-26) |
11|:Fix Released: :rn:`5.5.33-31.1` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`68354` - Server crashes on update/join FEDERATED + local table when only 1 local...|14|:Upstream bug: :mysqlbug:`68354` - Server crashes on update/join FEDERATED + local table when only 1 local...|
9|:Launchpad bug: :bug:`1182572` |15|:Launchpad bug: :bug:`1182572` |
10|:Upstream state: Verified (checked on 2013-07-01) |16|:Upstream state: N/A |
11|:Fix Released: :rn:`5.5.32-31.0` |17|:Fix Released: :rn:`5.5.32-31.0` |
12|:Upstream fix: N/A |18|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+19+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |20|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
15|:Launchpad bug: :bug:`1132194` |21|:Launchpad bug: :bug:`1132194` |
16|:Upstream state: Verified (checked on 2013-07-01) |22|:Upstream state: Verified (checked on 2013-08-26) |
17|:Fix Released: :rn:`5.5.32-31.0` |23|:Fix Released: :rn:`5.5.32-31.0` |
18|:Upstream fix: N/A |24|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+25+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`69179` - accessing information_schema.partitions causes plans to change |26|:Upstream bug: :mysqlbug:`69179` - accessing information_schema.partitions causes plans to change |
21|:Launchpad bug: :bug:`1192354` |27|:Launchpad bug: :bug:`1192354` |
22|:Upstream state: Verified (checked on 2013-07-01) |28|:Upstream state: Verified (checked on 2013-08-26) |
23|:Fix Released: :rn:`5.5.32-31.0` |29|:Fix Released: :rn:`5.5.32-31.0` |
24|:Upstream fix: N/A |30|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+31+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |32|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
27|:Launchpad bug: :bug:`1169494` |33|:Launchpad bug: :bug:`1169494` |
28|:Upstream state: Verified (checked on 2013-07-01) |34|:Upstream state: Verified (checked on 2013-08-26) |
29|:Fix Released: :rn:`5.5.32-31.0` |35|:Fix Released: :rn:`5.5.32-31.0` |
30|:Upstream fix: N/A |36|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
@@ -37,7 +43,7 @@
37+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |44|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
39|:Launchpad bug: :bug:`1183610` |45|:Launchpad bug: :bug:`1183610` |
40|:Upstream state: Verified (checked on 2013-07-01) |46|:Upstream state: Open (checked on 2013-08-26) |
41|:Fix Released: :rn:`5.5.31-30.3` |47|:Fix Released: :rn:`5.5.31-30.3` |
42|:Upstream fix: N/A |48|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
@@ -49,13 +55,13 @@
49+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |56|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
51|:Launchpad bug: :bug:`1163439` |57|:Launchpad bug: :bug:`1163439` |
52|:Upstream state: Verified (checked on 2013-07-01) |58|:Upstream state: Verified (checked on 2013-08-26) |
53|:Fix Released: :rn:`5.5.30-30.2` |59|:Fix Released: :rn:`5.5.30-30.2` |
54|:Upstream fix: N/A |60|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`62578` - mysql client aborts connection on terminal resize |62|:Upstream bug: :mysqlbug:`62578` - mysql client aborts connection on terminal resize |
57|:Launchpad bug: :bug:`925343` |63|:Launchpad bug: :bug:`925343` |
58|:Upstream state: Verified (checked on 2013-07-01) |64|:Upstream state: Won't Fix |
59|:Fix Released: :rn:`5.5.30-30.2` |65|:Fix Released: :rn:`5.5.30-30.2` |
60|:Upstream fix: N/A |66|:Upstream fix: N/A |
61+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
@@ -79,13 +85,13 @@
79+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |86|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
81|:Launchpad bug: :bug:`1132350` |87|:Launchpad bug: :bug:`1132350` |
82|:Upstream state: Verified (checked on 2013-07-01) |88|:Upstream state: Verified (checked on 2013-08-26) |
83|:Fix Released: :rn:`5.5.30-30.1` |89|:Fix Released: :rn:`5.5.30-30.1` |
84|:Upstream fix: N/A |90|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
86|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|92|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
87|:Launchpad bug: :bug:`1100178` |93|:Launchpad bug: :bug:`1100178` |
88|:Upstream state: Analyzing (checked on 2013-07-01) |94|:Upstream state: Analyzing (checked on 2013-08-26) |
89|:Fix Released: :rn:`5.5.29-30.0` |95|:Fix Released: :rn:`5.5.29-30.0` |
90|:Upstream fix: N/A |96|:Upstream fix: N/A |
91+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
@@ -133,7 +139,7 @@
133+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
134|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|140|:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
135|:Launchpad bug: :bug:`1070856` |141|:Launchpad bug: :bug:`1070856` |
136|:Upstream state: Verified (checked on 2013-07-01) |142|:Upstream state: Verified (checked on 2013-08-26) |
137|:Fix Released: :rn:`5.5.28-29.3` |143|:Fix Released: :rn:`5.5.28-29.3` |
138|:Upstream fix: N/A |144|:Upstream fix: N/A |
139+-------------------------------------------------------------------------------------------------------------+145+-------------------------------------------------------------------------------------------------------------+
@@ -169,13 +175,13 @@
169+-------------------------------------------------------------------------------------------------------------+175+-------------------------------------------------------------------------------------------------------------+
170|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |176|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
171|:Launchpad bug: :bug:`1042517` |177|:Launchpad bug: :bug:`1042517` |
172|:Upstream state: Verified (checked on 2013-07-01) |178|:Upstream state: Verified (checked on 2013-08-26) |
173|:Fix Released: :rn:`5.5.27-29.0` |179|:Fix Released: :rn:`5.5.27-29.0` |
174|:Upstream fix: N/A |180|:Upstream fix: N/A |
175+-------------------------------------------------------------------------------------------------------------+181+-------------------------------------------------------------------------------------------------------------+
176|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|182|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
177|:Launchpad bug: :bug:`1042517` |183|:Launchpad bug: :bug:`1042517` |
178|:Upstream state: Verified (checked on 2013-07-01) |184|:Upstream state: Verified (checked on 2013-08-26) |
179|:Fix Released: :rn:`5.5.27-29.0` |185|:Fix Released: :rn:`5.5.27-29.0` |
180|:Upstream fix: N/A |186|:Upstream fix: N/A |
181+-------------------------------------------------------------------------------------------------------------+187+-------------------------------------------------------------------------------------------------------------+
@@ -187,7 +193,7 @@
187+-------------------------------------------------------------------------------------------------------------+193+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 194|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
189|:Launchpad bug: :bug:`1013432` |195|:Launchpad bug: :bug:`1013432` |
190|:Upstream state: Verified (checked on 2013-07-01) |196|:Upstream state: Verified (checked on 2013-08-26) |
191|:Fix Released: :rn:`5.5.27-28.0` |197|:Fix Released: :rn:`5.5.27-28.0` |
192|:Upstream fix: N/A |198|:Upstream fix: N/A |
193+-------------------------------------------------------------------------------------------------------------+199+-------------------------------------------------------------------------------------------------------------+
@@ -205,7 +211,7 @@
205+-------------------------------------------------------------------------------------------------------------+211+-------------------------------------------------------------------------------------------------------------+
206|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |212|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
207|:Launchpad bug: :bug:`999147` |213|:Launchpad bug: :bug:`999147` |
208|:Upstream state: Verified (checked on 2013-07-01) |214|:Upstream state: Verified (checked on 2013-08-26) |
209|:Fix Released: :rn:`5.5.24-26.0` |215|:Fix Released: :rn:`5.5.24-26.0` |
210|:Upstream fix: N/A |216|:Upstream fix: N/A |
211+-------------------------------------------------------------------------------------------------------------+217+-------------------------------------------------------------------------------------------------------------+
@@ -247,13 +253,13 @@
247+-------------------------------------------------------------------------------------------------------------+253+-------------------------------------------------------------------------------------------------------------+
248|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |254|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
249|:Launchpad bug: :bug:`857590` |255|:Launchpad bug: :bug:`857590` |
250|:Upstream state: Verified (checked on 2013-07-01) |256|:Upstream state: Verified (checked on 2013-08-26) |
251|:Fix Released: :rn:`5.5.16-22.0` |257|:Fix Released: :rn:`5.5.16-22.0` |
252|:Upstream fix: N/A |258|:Upstream fix: N/A |
253+-------------------------------------------------------------------------------------------------------------+259+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |260|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
255|:Launchpad bug: N/A |261|:Launchpad bug: N/A |
256|:Upstream state: Verified (checked on 2013-07-01) |262|:Upstream state: Verified (checked on 2013-08-26) |
257|:Fix Released: :rn:`5.5.15-21.0` |263|:Fix Released: :rn:`5.5.15-21.0` |
258|:Upstream fix: N/A |264|:Upstream fix: N/A |
259+-------------------------------------------------------------------------------------------------------------+265+-------------------------------------------------------------------------------------------------------------+
@@ -271,7 +277,7 @@
271+-------------------------------------------------------------------------------------------------------------+277+-------------------------------------------------------------------------------------------------------------+
272|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |278|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
273|:Launchpad bug: :bug:`800035` |279|:Launchpad bug: :bug:`800035` |
274|:Upstream state: Verified (checked on 2013-07-01) |280|:Upstream state: Verified (checked on 2013-08-26) |
275|:Fix Released: :rn:`5.5.13-20.4` |281|:Fix Released: :rn:`5.5.13-20.4` |
276|:Upstream fix: N/A |282|:Upstream fix: N/A |
277+-------------------------------------------------------------------------------------------------------------+283+-------------------------------------------------------------------------------------------------------------+
@@ -301,7 +307,7 @@
301+-------------------------------------------------------------------------------------------------------------+307+-------------------------------------------------------------------------------------------------------------+
302|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|308|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
303|:Launchpad bug: :bug:`1176496` |309|:Launchpad bug: :bug:`1176496` |
304|:Upstream state: Open (checked on 2013-07-01) |310|:Upstream state: Open (checked on 2013-08-26) |
305|:Fix Released: :rn:`5.5.8-20.0` |311|:Fix Released: :rn:`5.5.8-20.0` |
306|:Upstream fix: N/A |312|:Upstream fix: N/A |
307+-------------------------------------------------------------------------------------------------------------+313+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches