Merge lp:~hrvojem/percona-server/rn-5.5.36-34.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: 639
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.36-34.1-5.5
Merge into: lp:percona-server/5.5
Diff against target: 215 lines (+61/-15)
5 files modified
.bzrignore (+1/-0)
doc/source/conf.py (+1/-1)
doc/source/release-notes/Percona-Server-5.5.36-34.1.rst (+32/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+26/-14)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.36-34.1-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+211310@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

    - 1289599: swap 2nd and 3rd sentence
    - 1278516: "The new client and server packages included files with
      paths that were conflicting with the ones in mysql-libs package
      on CentOS"
    - 1291247: "A clean installation of Percona-Server-server-55 on CentOS
      would fail due to a typo in mysql_install_db call"
    - 1291249: "Percona-Server-shared-55`` package was still declared
      as providing ``mysql-libs``, but is not actually providing it
      anymore."
    - 52: s/the network time-out/a network time-out
    - 1268735: s/if ``master_heartbeat_period`` check would fail/if
      setting master_heartbeat_period failed with a transient network
      error.
    - 59: Add to the beginning "This release fixes some of the issues
      caused by the ``libmysqlclient`` rename to
      ``libperconaserverclient`` in |Percona
      Server| :rn:`5.5.36-34.0`, remove "which was one of the reasons... "
    - 65: remove "otherwise you're software will break." Replace the
      last sentence with "A workaround option is to create a symlink
      ... "
    - The upstream bug list needs updating now

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

    - 44: s/This regression was introduced/This is a regression,
      introduced
    - 50: s/is not/it is not
    - 59: remove "which was one of the reasons"
    - 62 and 64: remove, make one paragraph starting at "Except for
      packaging ... "
    - 65: "Users who previously compiled software against
      Percona-provided ``libmysqlclient`` will either need to
      install ... or recompile against ``libperconaserverclient``.
      Another workaround option is ... "

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
=== modified file '.bzrignore'
--- .bzrignore 2013-07-23 04:41:43 +0000
+++ .bzrignore 2014-03-17 16:02:52 +0000
@@ -3069,3 +3069,4 @@
3069Testing3069Testing
3070FilesCopied3070FilesCopied
3071source_downloads3071source_downloads
3072doc/build/
30723073
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2014-03-07 10:28:20 +0000
+++ doc/source/conf.py 2014-03-17 16:02:52 +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.36-34.0'57release = '5.5.36-34.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.36-34.1.rst'
--- doc/source/release-notes/Percona-Server-5.5.36-34.1.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.5.36-34.1.rst 2014-03-17 16:02:52 +0000
@@ -0,0 +1,32 @@
1.. rn:: 5.5.36-34.1
2
3==============================
4 |Percona Server| 5.5.36-34.1
5==============================
6
7Percona is glad to announce the release of |Percona Server| 5.5.36-34.1 on March 17th, 2013. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.36-34.1/>`_ and from the :doc:`Percona Software Repositories </installation>`.
8
9Based on `MySQL 5.5.36 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-36.html>`_, including all the bug fixes in it, |Percona Server| 5.5.36-34.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.36-34.1 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.36-34.1>`_.
10
11
12Bugs Fixed
13==========
14
15 After installing the ``auth_socket`` plugin any local user might get root access to the server. If you're using this plugin upgrade is advised. This is a regression, introduced in |Percona Server| :rn:`5.5.31-30.3`. Bug fixed :bug:`1289599`.
16
17 The new client and server packages included files with paths that were conflicting with the ones in ``mysql-libs`` package on *CentOS*. Bug fixed :bug:`1278516`.
18
19 A clean installation of ``Percona-Server-server-55`` on *CentOS* would fail due to a typo in ``mysql_install_db`` call. Bug fixed :bug:`1291247`.
20
21 ``Percona-Server-shared-55`` package was still declared as providing ``mysql-libs``, but it is not actually providing it anymore. Bug fixed :bug:`1291249`.
22
23 Slave I/O thread wouldn't attempt to automatically reconnect to the master after a network time-out (``error: 1159``). Bug fixed :bug:`1268729` (upstream :mysqlbug:`71374`).
24
25 Slave I/O thread wouldn't attempt to automatically reconnect to the master if setting ``master_heartbeat_period`` failed with a transient network error. Bug fixed :bug:`1268735` (upstream :mysqlbug:`71375`).
26
27Renaming the ``libmysqlclient`` to ``libperconaserverclient``
28=============================================================
29
30This release fixes some of the issues caused by the ``libmysqlclient`` rename to ``libperconaserverclient`` in |Percona Server| :rn:`5.5.36-34.0`. The old name was conflicting with the upstream ``libmysqlclient``.
31
32Except for packaging, ``libmysqlclient`` and ``libperconaserverclient`` of the same version do not have any differences. Users who previously compiled software against Percona-provided ``libmysqlclient`` will either need to install the corresponding package of their distribution, such as ``mysql-lib`` for *CentOS* and ``libmysqlclient18`` for *Ubuntu*/*Debian* or recompile against ``libperconaserverclient``. Another workaround option is to create a symlink from ``libperconaserverclient.so.18.0.0`` to ``libmysqlclient.so.18.0.0``.
033
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2014-03-07 10:28:20 +0000
+++ doc/source/release-notes/release-notes_index.rst 2014-03-17 16:02:52 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.5.36-34.1
9 Percona-Server-5.5.36-34.010 Percona-Server-5.5.36-34.0
10 Percona-Server-5.5.35-33.011 Percona-Server-5.5.35-33.0
11 Percona-Server-5.5.34-32.012 Percona-Server-5.5.34-32.0
1213
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2014-03-07 10:28:20 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-03-17 16:02:52 +0000
@@ -5,6 +5,18 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`71375` - Slave IO thread won't attempt auto reconnect to the master/error-code 1593|
9|:Launchpad bug: :bug:`1268735` |
10|:Upstream state: Verified (checked on 2014-03-17) |
11|:Fix Released: :rn:`5.5.36-34.1` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
15|:Launchpad bug: :bug:`1268729` |
16|:Upstream state: Verified (checked on 2014-03-17) |
17|:Fix Released: :rn:`5.5.36-34.1` |
18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`71089` - CMake warning when generating Makefile |20|:Upstream bug: :mysqlbug:`71089` - CMake warning when generating Makefile |
9|:Launchpad bug: :bug:`1274827` |21|:Launchpad bug: :bug:`1274827` |
10|:Upstream state: Closed |22|:Upstream state: Closed |
@@ -31,7 +43,7 @@
31+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |44|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
33|:Launchpad bug: :bug:`1196460` |45|:Launchpad bug: :bug:`1196460` |
34|:Upstream state: Open (checked on 2014-03-05) |46|:Upstream state: Open (checked on 2014-03-17) |
35|:Fix Released: :rn:`5.5.33-31.1` |47|:Fix Released: :rn:`5.5.33-31.1` |
36|:Upstream fix: N/A |48|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
@@ -43,7 +55,7 @@
43+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
44|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |56|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
45|:Launchpad bug: :bug:`1132194` |57|:Launchpad bug: :bug:`1132194` |
46|:Upstream state: Verified (checked on 2014-03-05) |58|:Upstream state: Verified (checked on 2014-03-17) |
47|:Fix Released: :rn:`5.5.32-31.0` |59|:Fix Released: :rn:`5.5.32-31.0` |
48|:Upstream fix: N/A |60|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
@@ -55,7 +67,7 @@
55+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |68|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
57|:Launchpad bug: :bug:`1169494` |69|:Launchpad bug: :bug:`1169494` |
58|:Upstream state: Verified (checked on 2014-03-05) |70|:Upstream state: Verified (checked on 2014-03-17) |
59|:Fix Released: :rn:`5.5.32-31.0` |71|:Fix Released: :rn:`5.5.32-31.0` |
60|:Upstream fix: N/A |72|:Upstream fix: N/A |
61+-------------------------------------------------------------------------------------------------------------+73+-------------------------------------------------------------------------------------------------------------+
@@ -67,7 +79,7 @@
67+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
68|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |80|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
69|:Launchpad bug: :bug:`1183610` |81|:Launchpad bug: :bug:`1183610` |
70|:Upstream state: No Feedback (checked on 2014-03-05) |82|:Upstream state: No Feedback (checked on 2014-03-17) |
71|:Fix Released: :rn:`5.5.31-30.3` |83|:Fix Released: :rn:`5.5.31-30.3` |
72|:Upstream fix: N/A |84|:Upstream fix: N/A |
73+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
@@ -79,7 +91,7 @@
79+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |92|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
81|:Launchpad bug: :bug:`1163439` |93|:Launchpad bug: :bug:`1163439` |
82|:Upstream state: Verified (checked on 2014-03-05) |94|:Upstream state: Verified (checked on 2014-03-17) |
83|:Fix Released: :rn:`5.5.30-30.2` |95|:Fix Released: :rn:`5.5.30-30.2` |
84|:Upstream fix: N/A |96|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
@@ -109,13 +121,13 @@
109+-------------------------------------------------------------------------------------------------------------+121+-------------------------------------------------------------------------------------------------------------+
110|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |122|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
111|:Launchpad bug: :bug:`1132350` |123|:Launchpad bug: :bug:`1132350` |
112|:Upstream state: Verified (checked on 2014-03-05) |124|:Upstream state: Verified (checked on 2014-03-17) |
113|:Fix Released: :rn:`5.5.30-30.1` |125|:Fix Released: :rn:`5.5.30-30.1` |
114|:Upstream fix: N/A |126|:Upstream fix: N/A |
115+-------------------------------------------------------------------------------------------------------------+127+-------------------------------------------------------------------------------------------------------------+
116|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|128|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
117|:Launchpad bug: :bug:`1100178` |129|:Launchpad bug: :bug:`1100178` |
118|:Upstream state: Verified (checked on 2014-03-05) |130|:Upstream state: Verified (checked on 2014-03-17) |
119|:Fix Released: :rn:`5.5.29-30.0` |131|:Fix Released: :rn:`5.5.29-30.0` |
120|:Upstream fix: N/A |132|:Upstream fix: N/A |
121+-------------------------------------------------------------------------------------------------------------+133+-------------------------------------------------------------------------------------------------------------+
@@ -217,7 +229,7 @@
217+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
218|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|230|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
219|:Launchpad bug: :bug:`1042517` |231|:Launchpad bug: :bug:`1042517` |
220|:Upstream state: Verified (checked on 2014-03-05) |232|:Upstream state: Verified (checked on 2014-03-17) |
221|:Fix Released: :rn:`5.5.27-29.0` |233|:Fix Released: :rn:`5.5.27-29.0` |
222|:Upstream fix: N/A |234|:Upstream fix: N/A |
223+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
@@ -229,7 +241,7 @@
229+-------------------------------------------------------------------------------------------------------------+241+-------------------------------------------------------------------------------------------------------------+
230|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 242|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
231|:Launchpad bug: :bug:`1013432` |243|:Launchpad bug: :bug:`1013432` |
232|:Upstream state: Verified (checked on 2014-03-05) |244|:Upstream state: Verified (checked on 2014-03-17) |
233|:Fix Released: :rn:`5.5.27-28.0` |245|:Fix Released: :rn:`5.5.27-28.0` |
234|:Upstream fix: N/A |246|:Upstream fix: N/A |
235+-------------------------------------------------------------------------------------------------------------+247+-------------------------------------------------------------------------------------------------------------+
@@ -277,7 +289,7 @@
277+-------------------------------------------------------------------------------------------------------------+289+-------------------------------------------------------------------------------------------------------------+
278|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |290|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
279|:Launchpad bug: :bug:`1262651` |291|:Launchpad bug: :bug:`1262651` |
280|:Upstream state: Verified (checked on 2014-03-05) |292|:Upstream state: Verified (checked on 2014-03-17) |
281|:Fix Released: :rn:`5.5.20-24.1` |293|:Fix Released: :rn:`5.5.20-24.1` |
282|:Upstream fix: N/A |294|:Upstream fix: N/A |
283+-------------------------------------------------------------------------------------------------------------+295+-------------------------------------------------------------------------------------------------------------+
@@ -301,13 +313,13 @@
301+-------------------------------------------------------------------------------------------------------------+313+-------------------------------------------------------------------------------------------------------------+
302|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |314|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
303|:Launchpad bug: :bug:`857590` |315|:Launchpad bug: :bug:`857590` |
304|:Upstream state: Verified (checked on 2014-03-05) |316|:Upstream state: Verified (checked on 2014-03-17) |
305|:Fix Released: :rn:`5.5.16-22.0` |317|:Fix Released: :rn:`5.5.16-22.0` |
306|:Upstream fix: N/A |318|:Upstream fix: N/A |
307+-------------------------------------------------------------------------------------------------------------+319+-------------------------------------------------------------------------------------------------------------+
308|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |320|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
309|:Launchpad bug: N/A |321|:Launchpad bug: N/A |
310|:Upstream state: Verified (checked on 2014-03-05) |322|:Upstream state: Verified (checked on 2014-03-17) |
311|:Fix Released: :rn:`5.5.15-21.0` |323|:Fix Released: :rn:`5.5.15-21.0` |
312|:Upstream fix: N/A |324|:Upstream fix: N/A |
313+-------------------------------------------------------------------------------------------------------------+325+-------------------------------------------------------------------------------------------------------------+
@@ -325,7 +337,7 @@
325+-------------------------------------------------------------------------------------------------------------+337+-------------------------------------------------------------------------------------------------------------+
326|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |338|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
327|:Launchpad bug: :bug:`800035` |339|:Launchpad bug: :bug:`800035` |
328|:Upstream state: Verified (checked on 2014-03-05) |340|:Upstream state: Verified (checked on 2014-03-17) |
329|:Fix Released: :rn:`5.5.13-20.4` |341|:Fix Released: :rn:`5.5.13-20.4` |
330|:Upstream fix: N/A |342|:Upstream fix: N/A |
331+-------------------------------------------------------------------------------------------------------------+343+-------------------------------------------------------------------------------------------------------------+
@@ -355,7 +367,7 @@
355+-------------------------------------------------------------------------------------------------------------+367+-------------------------------------------------------------------------------------------------------------+
356|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|368|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
357|:Launchpad bug: :bug:`1176496` |369|:Launchpad bug: :bug:`1176496` |
358|:Upstream state: Open (checked on 2014-03-05) |370|:Upstream state: Open (checked on 2014-03-17) |
359|:Fix Released: :rn:`5.5.8-20.0` |371|:Fix Released: :rn:`5.5.8-20.0` |
360|:Upstream fix: N/A |372|:Upstream fix: N/A |
361+-------------------------------------------------------------------------------------------------------------+373+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches