Merge lp:~hrvojem/percona-server/rn-5.5.37-35.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: 666
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.37-35.1-5.5
Merge into: lp:percona-server/5.5
Diff against target: 362 lines (+68/-54)
11 files modified
doc/source/conf.py (+1/-3)
doc/source/development.rst (+4/-6)
doc/source/flexibility/mysqlbinlog_change_db.rst (+1/-1)
doc/source/glossary.rst (+4/-23)
doc/source/installation/apt_repo.rst (+0/-1)
doc/source/ps-versions-comparison.rst (+14/-2)
doc/source/release-notes/Percona-Server-5.5.36-34.0.rst (+1/-0)
doc/source/release-notes/Percona-Server-5.5.37-35.0.rst (+1/-1)
doc/source/release-notes/Percona-Server-5.5.37-35.1.rst (+24/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+17/-17)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.37-35.1-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+221367@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 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-04-30 09:32:01 +0000
3+++ doc/source/conf.py 2014-05-30 12:47:00 +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.0'
9+release = '5.5.37-35.1'
10
11 # The language for content autogenerated by Sphinx. Refer to documentation
12 # for a list of supported languages.
13@@ -118,8 +118,6 @@
14
15 .. |MySQL| replace:: *MySQL*
16
17-.. |Drizzle| replace:: *Drizzle*
18-
19 .. |MariaDB| replace:: *MariaDB*
20
21 .. |tar4ibd| replace:: :program:`tar4ibd`
22
23=== modified file 'doc/source/development.rst'
24--- doc/source/development.rst 2013-05-27 13:46:13 +0000
25+++ doc/source/development.rst 2014-05-30 12:47:00 +0000
26@@ -8,12 +8,10 @@
27
28 Submitting Changes
29 ==================
30-This process is very much modeled on what is being used by
31-`Drizzle <http://www.drizzle.org>`_. The Drizzle project went through
32-several iterations and refinements before settling on this process. It
33-has been found to both keep trunk in a constant state of stability
34-(allowing for a release at any time) and minimizing wasted time by
35-developers due to broken code from somebody else interfering with their day.
36+
37+We keep trunk in a constant state of stability to allow for a release at
38+any time and to minimize wasted time by developers due to broken code
39+from somebody else interfering with their day.
40
41 You should also be familiar with our |Jenkins| setup.
42
43
44=== modified file 'doc/source/flexibility/mysqlbinlog_change_db.rst'
45--- doc/source/flexibility/mysqlbinlog_change_db.rst 2014-05-28 07:56:23 +0000
46+++ doc/source/flexibility/mysqlbinlog_change_db.rst 2014-05-30 12:47:00 +0000
47@@ -66,7 +66,7 @@
48 Version Specific Information
49 ============================
50
51- * :rn:`5.6.16-64.0`
52+ * :rn:`5.6.36-34.0`
53 Full functionality.
54
55 Client Command Line Parameter
56
57=== modified file 'doc/source/glossary.rst'
58--- doc/source/glossary.rst 2013-05-27 13:46:13 +0000
59+++ doc/source/glossary.rst 2014-05-30 12:47:00 +0000
60@@ -18,24 +18,6 @@
61 Consistency means that each transaction that modifies the database
62 takes it from one consistent state to another.
63
64- Drizzle
65- Drizzle: a database for the cloud.
66-
67- `Drizzle <http://www.drizzle.org/>`_ is a community-driven open source project that is forked
68- from the popular MySQL database. The Drizzle team has removed
69- non-essential code, re-factored the remaining code into a
70- plugin-based architecture and modernized the code base moving to
71- C++.
72-
73- Drizzle Charter
74- * A database optimized for Cloud infrastructure and Web applications.
75- * Design for massive concurrency on modern multi-cpu architecture
76- * Optimize memory for increased performance and parallelism
77- * Open source, open community, open design Scope
78- * Re-designed modular architecture providing plugins with defined APIs
79- * Simple design for ease of use and administration
80- * Reliable, ACID transactional
81-
82 Durability
83 Once a transaction is committed, it will remain so.
84
85@@ -50,11 +32,10 @@
86
87 InnoDB
88 A :term:`Storage Engine` for MySQL and derivatives (:term:`Percona
89- Server`, :term:`MariaDB`, :term:`Drizzle`) originally written by
90- Innobase Oy, since acquired by Oracle. It provides :term:`ACID`
91- compliant storage engine with :term:`foreign key` support. As of
92- :term:`MySQL` version 5.5, InnoDB became the default storage engine
93- on all platforms.
94+ Server`, :term:`MariaDB`) originally written by Innobase Oy, since
95+ acquired by Oracle. It provides :term:`ACID` compliant storage engine
96+ with :term:`foreign key` support. As of :term:`MySQL` version 5.5,
97+ InnoDB became the default storage engine on all platforms.
98
99 Jenkins
100 `Jenkins <http://www.jenkins-ci.org>`_ is a continuous integration
101
102=== modified file 'doc/source/installation/apt_repo.rst'
103--- doc/source/installation/apt_repo.rst 2014-04-30 09:32:01 +0000
104+++ doc/source/installation/apt_repo.rst 2014-05-30 12:47:00 +0000
105@@ -42,7 +42,6 @@
106
107 * 10.04LTS (lucid)
108 * 12.04LTS (precise)
109- * 13.04 (raring)
110 * 13.10 (saucy)
111 * 14.04LTS (trusty)
112
113
114=== modified file 'doc/source/ps-versions-comparison.rst'
115--- doc/source/ps-versions-comparison.rst 2014-03-25 12:07:45 +0000
116+++ doc/source/ps-versions-comparison.rst 2014-05-30 12:47:00 +0000
117@@ -71,8 +71,8 @@
118 - :ref:`Handle BLOB End of Line <ps55:mysql_remove_eol_carret>`
119 - Replaced by the upstream implementation [#n-9]_
120 * - :ref:`Ability to change database for mysqlbinlog <ps51:mysqlbinlog_change_db>`
121- - Feature not implemented
122- - Feature not implemented
123+ - :ref:`Ability to change database for mysqlbinlog <ps55:mysqlbinlog_change_db>`
124+ - :ref:`Ability to change database for mysqlbinlog <ps56:mysqlbinlog_change_db>`
125 * - :ref:`Replication Stop Recovery <ps51:replication_skip_single_statement>`
126 - Feature not implemented
127 - Feature not implemented
128@@ -211,6 +211,18 @@
129 * - Feature not implemented
130 - :ref:`Extended mysqlbinlog <ps55:extended_mysqlbinlog>`
131 - :ref:`Extended mysqlbinlog <ps56:extended_mysqlbinlog>`
132+ * - Feature not implemented
133+ - :ref:`Slow Query Log Rotation and Expiration <ps55:slowlog_rotation>`
134+ - :ref:`Slow Query Log Rotation and Expiration <ps56:slowlog_rotation>`
135+ * - Feature not implemented
136+ - :ref:`Metrics for scalability measurement <ps55:scalability_metrics_plugin>`
137+ - :ref:`Metrics for scalability measurement <ps56:scalability_metrics_plugin>`
138+ * - Feature not implemented
139+ - :ref:`Audit Log <ps55:audit_log_plugin>`
140+ - :ref:`Audit Log <ps56:audit_log_plugin>`
141+ * - Feature not implemented
142+ - Feature not implemented
143+ - :ref:`Backup Locks <ps56:backup_locks>`
144
145
146 Other Reading
147
148=== modified file 'doc/source/release-notes/Percona-Server-5.5.36-34.0.rst'
149--- doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 2014-03-07 10:28:20 +0000
150+++ doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 2014-05-30 12:47:00 +0000
151@@ -44,5 +44,6 @@
152
153 On *Ubuntu* Precise multiple architecture versions of ``libmysqlclient18`` couldn't be installed side by side. Bug fixed :bug:`1052636`.
154
155+ Database administrator password could be seen in plain text if when ``debconf-get-selections`` was executed. Bug fixed :bug:`1018291`.
156
157 Other bugs fixed: :bug:`1005787`.
158
159=== modified file 'doc/source/release-notes/Percona-Server-5.5.37-35.0.rst'
160--- doc/source/release-notes/Percona-Server-5.5.37-35.0.rst 2014-04-30 09:32:01 +0000
161+++ doc/source/release-notes/Percona-Server-5.5.37-35.0.rst 2014-05-30 12:47:00 +0000
162@@ -4,7 +4,7 @@
163 |Percona Server| 5.5.37-35.0
164 ==============================
165
166-Percona is glad to announce the release of |Percona Server| 5.5.37-35.0 on April 30th, 2014. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.37-35.0/>`_ and from the :doc:`Percona Software Repositories </installation>`.
167+Percona is glad to announce the release of |Percona Server| 5.5.37-35.0 on May 6th, 2014. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.37-35.0/>`_ and from the :doc:`Percona Software Repositories </installation>`.
168
169 Based on `MySQL 5.5.37 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-37.html>`_, including all the bug fixes in it, |Percona Server| 5.5.37-35.0 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.37-35.0 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.37-35.0>`_.
170
171
172=== added file 'doc/source/release-notes/Percona-Server-5.5.37-35.1.rst'
173--- doc/source/release-notes/Percona-Server-5.5.37-35.1.rst 1970-01-01 00:00:00 +0000
174+++ doc/source/release-notes/Percona-Server-5.5.37-35.1.rst 2014-05-30 12:47:00 +0000
175@@ -0,0 +1,24 @@
176+.. rn:: 5.5.37-35.1
177+
178+==============================
179+ |Percona Server| 5.5.37-35.1
180+==============================
181+
182+Percona is glad to announce the release of |Percona Server| 5.5.37-35.1 on June 3rd, 2014. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.37-35.1/>`_ and from the :doc:`Percona Software Repositories </installation>`.
183+
184+Based on `MySQL 5.5.37 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-37.html>`_, including all the bug fixes in it, |Percona Server| 5.5.37-35.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.37-35.1 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.37-35.1>`_.
185+
186+Bugs Fixed
187+==========
188+
189+ InnoDB could crash if workload contained writes to compressed tables. Bug fixed :bug:`1305364`.
190+
191+ GUI clients such as *MySQL Workbench* could not authenticate with a user defined with ``auth_pam_compat`` plugin. Bug fixed :bug:`1166938`.
192+
193+ Help in |Percona Server| 5.5 command line client was linking to |Percona Server| 5.1 manual. Bug fixed :bug:`1198775`.
194+
195+ :ref:`audit_log_plugin` wasn't parsing escape characters correctly in the ``OLD`` format. Bug fixed :bug:`1313696`.
196+
197+ |Percona Server| version was reported incorrectly in *Debian*/*Ubuntu* packages. Bug fixed :bug:`1319670`.
198+
199+Other bugs fixed: :bug:`1272732`, :bug:`1219833`, :bug:`1271178`, and :bug:`1314568`.
200
201=== modified file 'doc/source/release-notes/release-notes_index.rst'
202--- doc/source/release-notes/release-notes_index.rst 2014-04-30 09:32:01 +0000
203+++ doc/source/release-notes/release-notes_index.rst 2014-05-30 12:47:00 +0000
204@@ -6,6 +6,7 @@
205 :maxdepth: 1
206 :glob:
207
208+ Percona-Server-5.5.37-35.1
209 Percona-Server-5.5.37-35.0
210 Percona-Server-5.5.36-34.2
211 Percona-Server-5.5.36-34.1
212
213=== modified file 'doc/source/upstream-bug-fixes.rst'
214--- doc/source/upstream-bug-fixes.rst 2014-04-30 09:32:01 +0000
215+++ doc/source/upstream-bug-fixes.rst 2014-05-30 12:47:00 +0000
216@@ -7,7 +7,7 @@
217 +-------------------------------------------------------------------------------------------------------------+
218 |:Upstream bug: :mysqlbug:`60782` - Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general...|
219 |:Launchpad bug: :bug:`1182535` |
220-|:Upstream state: Verified (checked on 2014-04-29) |
221+|:Upstream state: Verified (checked on 2014-05-29) |
222 |:Fix Released: :rn:`5.5.37-35.0` |
223 |:Upstream fix: N/A |
224 +-------------------------------------------------------------------------------------------------------------+
225@@ -25,13 +25,13 @@
226 +-------------------------------------------------------------------------------------------------------------+
227 |:Upstream bug: :mysqlbug:`71375` - Slave IO thread won't attempt auto reconnect to the master/error-code 1593|
228 |:Launchpad bug: :bug:`1268735` |
229-|:Upstream state: Verified (checked on 2014-04-29) |
230+|:Upstream state: Verified (checked on 2014-05-29) |
231 |:Fix Released: :rn:`5.5.36-34.1` |
232 |:Upstream fix: N/A |
233 +-------------------------------------------------------------------------------------------------------------+
234 |:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
235 |:Launchpad bug: :bug:`1268729` |
236-|:Upstream state: Verified (checked on 2014-04-29) |
237+|:Upstream state: Verified (checked on 2014-05-29) |
238 |:Fix Released: :rn:`5.5.36-34.1` |
239 |:Upstream fix: N/A |
240 +-------------------------------------------------------------------------------------------------------------+
241@@ -61,7 +61,7 @@
242 +-------------------------------------------------------------------------------------------------------------+
243 |:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
244 |:Launchpad bug: :bug:`1196460` |
245-|:Upstream state: Open (checked on 2014-04-29) |
246+|:Upstream state: Open (checked on 2014-05-29) |
247 |:Fix Released: :rn:`5.5.33-31.1` |
248 |:Upstream fix: N/A |
249 +-------------------------------------------------------------------------------------------------------------+
250@@ -73,7 +73,7 @@
251 +-------------------------------------------------------------------------------------------------------------+
252 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
253 |:Launchpad bug: :bug:`1132194` |
254-|:Upstream state: Verified (checked on 2014-04-29) |
255+|:Upstream state: Verified (checked on 2014-05-29) |
256 |:Fix Released: :rn:`5.5.32-31.0` |
257 |:Upstream fix: N/A |
258 +-------------------------------------------------------------------------------------------------------------+
259@@ -85,7 +85,7 @@
260 +-------------------------------------------------------------------------------------------------------------+
261 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
262 |:Launchpad bug: :bug:`1169494` |
263-|:Upstream state: Verified (checked on 2014-04-29) |
264+|:Upstream state: Verified (checked on 2014-05-29) |
265 |:Fix Released: :rn:`5.5.32-31.0` |
266 |:Upstream fix: N/A |
267 +-------------------------------------------------------------------------------------------------------------+
268@@ -97,7 +97,7 @@
269 +-------------------------------------------------------------------------------------------------------------+
270 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
271 |:Launchpad bug: :bug:`1183610` |
272-|:Upstream state: No Feedback (checked on 2014-04-29) |
273+|:Upstream state: No Feedback (checked on 2014-05-29) |
274 |:Fix Released: :rn:`5.5.31-30.3` |
275 |:Upstream fix: N/A |
276 +-------------------------------------------------------------------------------------------------------------+
277@@ -109,7 +109,7 @@
278 +-------------------------------------------------------------------------------------------------------------+
279 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
280 |:Launchpad bug: :bug:`1163439` |
281-|:Upstream state: Verified (checked on 2014-04-29) |
282+|:Upstream state: Verified (checked on 2014-05-29) |
283 |:Fix Released: :rn:`5.5.30-30.2` |
284 |:Upstream fix: N/A |
285 +-------------------------------------------------------------------------------------------------------------+
286@@ -139,13 +139,13 @@
287 +-------------------------------------------------------------------------------------------------------------+
288 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
289 |:Launchpad bug: :bug:`1132350` |
290-|:Upstream state: Verified (checked on 2014-04-29) |
291+|:Upstream state: Verified (checked on 2014-05-29) |
292 |:Fix Released: :rn:`5.5.30-30.1` |
293 |:Upstream fix: N/A |
294 +-------------------------------------------------------------------------------------------------------------+
295 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
296 |:Launchpad bug: :bug:`1100178` |
297-|:Upstream state: Verified (checked on 2014-04-29) |
298+|:Upstream state: Verified (checked on 2014-05-29) |
299 |:Fix Released: :rn:`5.5.29-30.0` |
300 |:Upstream fix: N/A |
301 +-------------------------------------------------------------------------------------------------------------+
302@@ -247,7 +247,7 @@
303 +-------------------------------------------------------------------------------------------------------------+
304 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
305 |:Launchpad bug: :bug:`1042517` |
306-|:Upstream state: Verified (checked on 2014-04-29) |
307+|:Upstream state: Verified (checked on 2014-05-29) |
308 |:Fix Released: :rn:`5.5.27-29.0` |
309 |:Upstream fix: N/A |
310 +-------------------------------------------------------------------------------------------------------------+
311@@ -259,7 +259,7 @@
312 +-------------------------------------------------------------------------------------------------------------+
313 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
314 |:Launchpad bug: :bug:`1013432` |
315-|:Upstream state: Verified (checked on 2014-04-29) |
316+|:Upstream state: Verified (checked on 2014-05-29) |
317 |:Fix Released: :rn:`5.5.27-28.0` |
318 |:Upstream fix: N/A |
319 +-------------------------------------------------------------------------------------------------------------+
320@@ -307,7 +307,7 @@
321 +-------------------------------------------------------------------------------------------------------------+
322 |:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
323 |:Launchpad bug: :bug:`1262651` |
324-|:Upstream state: Verified (checked on 2014-04-29) |
325+|:Upstream state: Verified (checked on 2014-05-29) |
326 |:Fix Released: :rn:`5.5.20-24.1` |
327 |:Upstream fix: N/A |
328 +-------------------------------------------------------------------------------------------------------------+
329@@ -331,13 +331,13 @@
330 +-------------------------------------------------------------------------------------------------------------+
331 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
332 |:Launchpad bug: :bug:`857590` |
333-|:Upstream state: Verified (checked on 2014-04-29) |
334+|:Upstream state: Verified (checked on 2014-05-29) |
335 |:Fix Released: :rn:`5.5.16-22.0` |
336 |:Upstream fix: N/A |
337 +-------------------------------------------------------------------------------------------------------------+
338 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
339 |:Launchpad bug: N/A |
340-|:Upstream state: Verified (checked on 2014-04-29) |
341+|:Upstream state: Verified (checked on 2014-05-29) |
342 |:Fix Released: :rn:`5.5.15-21.0` |
343 |:Upstream fix: N/A |
344 +-------------------------------------------------------------------------------------------------------------+
345@@ -355,7 +355,7 @@
346 +-------------------------------------------------------------------------------------------------------------+
347 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
348 |:Launchpad bug: :bug:`800035` |
349-|:Upstream state: Verified (checked on 2014-04-29) |
350+|:Upstream state: Verified (checked on 2014-05-29) |
351 |:Fix Released: :rn:`5.5.13-20.4` |
352 |:Upstream fix: N/A |
353 +-------------------------------------------------------------------------------------------------------------+
354@@ -385,7 +385,7 @@
355 +-------------------------------------------------------------------------------------------------------------+
356 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
357 |:Launchpad bug: :bug:`1176496` |
358-|:Upstream state: Open (checked on 2014-04-29) |
359+|:Upstream state: Verified (checked on 2014-05-29) |
360 |:Fix Released: :rn:`5.5.8-20.0` |
361 |:Upstream fix: N/A |
362 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches