Merge lp:~hrvojem/percona-server/rn-5.5.40-36.1-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: 702
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.40-36.1-5.5
Merge into: lp:percona-server/5.5
Diff against target: 238 lines (+44/-22)
5 files modified
doc/source/conf.py (+2/-2)
doc/source/installation/yum_repo.rst (+2/-0)
doc/source/release-notes/Percona-Server-5.5.40-36.1.rst (+19/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+20/-20)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.40-36.1-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+236509@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Needs Information
Revision history for this message
Hrvoje Matijakovic (hrvojem) :
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Needs Fixing
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 2014-07-30 09:47:55 +0000
3+++ doc/source/conf.py 2014-10-02 13:28:49 +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.37-35.1'
9+release = '5.5.40-36.1'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13@@ -230,7 +230,7 @@
14
15 # The name of an image file (relative to this directory) to place at the top of
16 # the title page.
17-#latex_logo = None
18+latex_logo = 'percona-logo.jpg'
19
20 # For "manual" documents, if this is true, then toplevel headings are parts,
21 # not chapters.
22
23=== modified file 'doc/source/installation/yum_repo.rst'
24--- doc/source/installation/yum_repo.rst 2014-09-23 14:50:24 +0000
25+++ doc/source/installation/yum_repo.rst 2014-10-02 13:28:49 +0000
26@@ -56,6 +56,8 @@
27
28 * *CentOS* 6 and *RHEL* 6 (Current Stable) [#f1]_
29
30+* *CentOS* 7 and *RHEL* 7
31+
32 * *Amazon Linux AMI* (works the same as *CentOS* 5)
33
34 Percona `yum` Testing repository
35
36=== added file 'doc/source/percona-logo.jpg'
37Binary files doc/source/percona-logo.jpg 1970-01-01 00:00:00 +0000 and doc/source/percona-logo.jpg 2014-10-02 13:28:49 +0000 differ
38=== added file 'doc/source/release-notes/Percona-Server-5.5.40-36.1.rst'
39--- doc/source/release-notes/Percona-Server-5.5.40-36.1.rst 1970-01-01 00:00:00 +0000
40+++ doc/source/release-notes/Percona-Server-5.5.40-36.1.rst 2014-10-02 13:28:49 +0000
41@@ -0,0 +1,19 @@
42+.. rn:: 5.5.40-36.1
43+
44+==============================
45+ |Percona Server| 5.5.40-36.1
46+==============================
47+
48+Percona is glad to announce the release of |Percona Server| 5.5.40-36.1 on October 7th, 2014. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.40-36.1/>`_ and from the :doc:`Percona Software Repositories </installation>`.
49+
50+Based on `MySQL 5.5.40 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-40.html>`_, including all the bug fixes in it, |Percona Server| 5.5.40-36.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.40-36.1 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.40-36.1>`_.
51+
52+Bugs Fixed
53+==========
54+
55+ :ref:`audit_log_plugin` would rotate the audit log in middle of an audit message. Bug fixed :bug:`1363370`.
56+
57+ Fixed a memory leak in :ref:`scalability_metrics_plugin`. Bug fixed :bug:`1334570`.
58+
59+ Fixed a memory leak if :ref:`secure-file-priv <secure_file_priv_extended>` option was used with no argument. Bug fixed :bug:`1334719`.
60+
61
62=== modified file 'doc/source/release-notes/release-notes_index.rst'
63--- doc/source/release-notes/release-notes_index.rst 2014-08-28 13:25:46 +0000
64+++ doc/source/release-notes/release-notes_index.rst 2014-10-02 13:28:49 +0000
65@@ -6,6 +6,7 @@
66 :maxdepth: 1
67 :glob:
68
69+ Percona-Server-5.5.40-36.1
70 Percona-Server-5.5.39-36.0
71 Percona-Server-5.5.38-35.2
72 Percona-Server-5.5.37-35.1
73
74=== modified file 'doc/source/upstream-bug-fixes.rst'
75--- doc/source/upstream-bug-fixes.rst 2014-08-28 13:25:46 +0000
76+++ doc/source/upstream-bug-fixes.rst 2014-10-02 13:28:49 +0000
77@@ -7,19 +7,19 @@
78 +-------------------------------------------------------------------------------------------------------------+
79 |:Upstream bug: :mysqlbug:`73126` - Numerous Valgrind errors in OpenSSL |
80 |:Launchpad bug: :bug:`1334743` |
81-|:Upstream state: Verified (checked on 2014-08-28) |
82+|:Upstream state: Verified (checked on 2014-09-30) |
83 |:Fix Released: :rn:`5.5.39-36.0` |
84 |:Upstream fix: N/A |
85 +-------------------------------------------------------------------------------------------------------------+
86 |:Upstream bug: :mysqlbug:`73111` - Suppression typo causing spurious MTR Valgrind failures |
87 |:Launchpad bug: :bug:`1334317` |
88-|:Upstream state: Open (checked on 2014-08-28) |
89+|:Upstream state: Open (checked on 2014-09-30) |
90 |:Fix Released: :rn:`5.5.39-36.0` |
91 |:Upstream fix: N/A |
92 +-------------------------------------------------------------------------------------------------------------+
93 |:Upstream bug: :mysqlbug:`73418` - Add --manual-lldb option to mysql-test-run.pl |
94 |:Launchpad bug: :bug:`1328482` |
95-|:Upstream state: Verified (checked on 2014-08-28) |
96+|:Upstream state: Verified (checked on 2014-09-30) |
97 |:Fix Released: :rn:`5.5.39-36.0` |
98 |:Upstream fix: N/A |
99 +-------------------------------------------------------------------------------------------------------------+
100@@ -43,13 +43,13 @@
101 +-------------------------------------------------------------------------------------------------------------+
102 |:Upstream bug: :mysqlbug:`71375` - Slave IO thread won't attempt auto reconnect to the master/error-code 1593|
103 |:Launchpad bug: :bug:`1268735` |
104-|:Upstream state: Verified (checked on 2014-08-28) |
105+|:Upstream state: Verified (checked on 2014-09-30) |
106 |:Fix Released: :rn:`5.5.36-34.1` |
107 |:Upstream fix: N/A |
108 +-------------------------------------------------------------------------------------------------------------+
109 |:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
110 |:Launchpad bug: :bug:`1268729` |
111-|:Upstream state: Verified (checked on 2014-08-28) |
112+|:Upstream state: Verified (checked on 2014-09-30) |
113 |:Fix Released: :rn:`5.5.36-34.1` |
114 |:Upstream fix: N/A |
115 +-------------------------------------------------------------------------------------------------------------+
116@@ -79,7 +79,7 @@
117 +-------------------------------------------------------------------------------------------------------------+
118 |:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
119 |:Launchpad bug: :bug:`1196460` |
120-|:Upstream state: Open (checked on 2014-08-28) |
121+|:Upstream state: Open (checked on 2014-09-30) |
122 |:Fix Released: :rn:`5.5.33-31.1` |
123 |:Upstream fix: N/A |
124 +-------------------------------------------------------------------------------------------------------------+
125@@ -91,7 +91,7 @@
126 +-------------------------------------------------------------------------------------------------------------+
127 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
128 |:Launchpad bug: :bug:`1132194` |
129-|:Upstream state: Verified (checked on 2014-08-28) |
130+|:Upstream state: Verified (checked on 2014-09-30) |
131 |:Fix Released: :rn:`5.5.32-31.0` |
132 |:Upstream fix: N/A |
133 +-------------------------------------------------------------------------------------------------------------+
134@@ -103,7 +103,7 @@
135 +-------------------------------------------------------------------------------------------------------------+
136 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
137 |:Launchpad bug: :bug:`1169494` |
138-|:Upstream state: Verified (checked on 2014-08-28) |
139+|:Upstream state: Verified (checked on 2014-09-30) |
140 |:Fix Released: :rn:`5.5.32-31.0` |
141 |:Upstream fix: N/A |
142 +-------------------------------------------------------------------------------------------------------------+
143@@ -115,7 +115,7 @@
144 +-------------------------------------------------------------------------------------------------------------+
145 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
146 |:Launchpad bug: :bug:`1183610` |
147-|:Upstream state: No Feedback (checked on 2014-08-28) |
148+|:Upstream state: No Feedback (checked on 2014-09-30) |
149 |:Fix Released: :rn:`5.5.31-30.3` |
150 |:Upstream fix: N/A |
151 +-------------------------------------------------------------------------------------------------------------+
152@@ -127,7 +127,7 @@
153 +-------------------------------------------------------------------------------------------------------------+
154 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
155 |:Launchpad bug: :bug:`1163439` |
156-|:Upstream state: Verified (checked on 2014-08-28) |
157+|:Upstream state: Verified (checked on 2014-09-30) |
158 |:Fix Released: :rn:`5.5.30-30.2` |
159 |:Upstream fix: N/A |
160 +-------------------------------------------------------------------------------------------------------------+
161@@ -157,13 +157,13 @@
162 +-------------------------------------------------------------------------------------------------------------+
163 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
164 |:Launchpad bug: :bug:`1132350` |
165-|:Upstream state: Verified (checked on 2014-08-28) |
166+|:Upstream state: Verified (checked on 2014-09-30) |
167 |:Fix Released: :rn:`5.5.30-30.1` |
168 |:Upstream fix: N/A |
169 +-------------------------------------------------------------------------------------------------------------+
170 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
171 |:Launchpad bug: :bug:`1100178` |
172-|:Upstream state: Verified (checked on 2014-08-28) |
173+|:Upstream state: Closed |
174 |:Fix Released: :rn:`5.5.29-30.0` |
175 |:Upstream fix: N/A |
176 +-------------------------------------------------------------------------------------------------------------+
177@@ -265,7 +265,7 @@
178 +-------------------------------------------------------------------------------------------------------------+
179 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
180 |:Launchpad bug: :bug:`1042517` |
181-|:Upstream state: Verified (checked on 2014-08-28) |
182+|:Upstream state: Verified (checked on 2014-09-30) |
183 |:Fix Released: :rn:`5.5.27-29.0` |
184 |:Upstream fix: N/A |
185 +-------------------------------------------------------------------------------------------------------------+
186@@ -277,7 +277,7 @@
187 +-------------------------------------------------------------------------------------------------------------+
188 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
189 |:Launchpad bug: :bug:`1013432` |
190-|:Upstream state: Verified (checked on 2014-08-28) |
191+|:Upstream state: Verified (checked on 2014-09-30) |
192 |:Fix Released: :rn:`5.5.27-28.0` |
193 |:Upstream fix: N/A |
194 +-------------------------------------------------------------------------------------------------------------+
195@@ -325,7 +325,7 @@
196 +-------------------------------------------------------------------------------------------------------------+
197 |:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
198 |:Launchpad bug: :bug:`1262651` |
199-|:Upstream state: Verified (checked on 2014-08-28) |
200+|:Upstream state: Verified (checked on 2014-09-30) |
201 |:Fix Released: :rn:`5.5.20-24.1` |
202 |:Upstream fix: N/A |
203 +-------------------------------------------------------------------------------------------------------------+
204@@ -349,13 +349,13 @@
205 +-------------------------------------------------------------------------------------------------------------+
206 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
207 |:Launchpad bug: :bug:`857590` |
208-|:Upstream state: Verified (checked on 2014-08-28) |
209+|:Upstream state: Verified (checked on 2014-09-30) |
210 |:Fix Released: :rn:`5.5.16-22.0` |
211 |:Upstream fix: N/A |
212 +-------------------------------------------------------------------------------------------------------------+
213 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
214-|:Launchpad bug: N/A |
215-|:Upstream state: Verified (checked on 2014-08-28) |
216+|:Launchpad bug: :bug:`1148822` |
217+|:Upstream state: Verified (checked on 2014-09-30) |
218 |:Fix Released: :rn:`5.5.15-21.0` |
219 |:Upstream fix: N/A |
220 +-------------------------------------------------------------------------------------------------------------+
221@@ -373,7 +373,7 @@
222 +-------------------------------------------------------------------------------------------------------------+
223 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
224 |:Launchpad bug: :bug:`800035` |
225-|:Upstream state: Verified (checked on 2014-08-28) |
226+|:Upstream state: Verified (checked on 2014-09-30) |
227 |:Fix Released: :rn:`5.5.13-20.4` |
228 |:Upstream fix: N/A |
229 +-------------------------------------------------------------------------------------------------------------+
230@@ -403,7 +403,7 @@
231 +-------------------------------------------------------------------------------------------------------------+
232 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
233 |:Launchpad bug: :bug:`1176496` |
234-|:Upstream state: Verified (checked on 2014-08-28) |
235+|:Upstream state: Verified (checked on 2014-09-30) |
236 |:Fix Released: :rn:`5.5.8-20.0` |
237 |:Upstream fix: N/A |
238 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches