Merge lp:~hrvojem/percona-server/rn-5.1.70-14.8-5.1-gca into lp:percona-server/5.1

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 580
Proposed branch: lp:~hrvojem/percona-server/rn-5.1.70-14.8-5.1-gca
Merge into: lp:percona-server/5.1
Diff against target: 205 lines (+45/-26)
5 files modified
doc/source/conf.py (+4/-4)
doc/source/installation/apt_repo.rst (+3/-5)
doc/source/release-notes/Percona-Server-5.1.70-14.8.rst (+20/-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.1.70-14.8-5.1-gca
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+172765@code.launchpad.net
To post a comment you must log in.
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-06-06 15:50:46 +0000
3+++ doc/source/conf.py 2013-07-03 09:46:29 +0000
4@@ -52,9 +52,9 @@
5 # built documents.
6 #
7 # The short X.Y version.
8-version = '5.1.69'
9+version = '5.1.70'
10 # The full version, including alpha/beta/rc tags.
11-release = '5.1.69-14.7'
12+release = '5.1.70-14.8'
13
14 # The language for content autogenerated by Sphinx. Refer to documentation
15 # for a list of supported languages.
16@@ -267,6 +267,6 @@
17 # Example configuration for intersphinx: refer to the Python standard library.
18 intersphinx_mapping = {
19 'ps55' : ('http://www.percona.com/doc/percona-server/5.5/', None),
20- 'xtrabackup' : ('http://www.percona.com/doc/percona-xtrabackup/2.1/', None),
21- 'ptoolkit' : ('http://www.percona.com/doc/percona-toolkit/2.2/', None)
22+ 'xtrabackup' : ('http://www.percona.com/doc/percona-xtrabackup/2.1', None),
23+ 'ptoolkit' : ('http://www.percona.com/doc/percona-toolkit/2.1/', None)
24 }
25
26=== modified file 'doc/source/installation/apt_repo.rst'
27--- doc/source/installation/apt_repo.rst 2013-01-09 13:33:56 +0000
28+++ doc/source/installation/apt_repo.rst 2013-07-03 09:46:29 +0000
29@@ -6,11 +6,7 @@
30
31 *Debian* and *Ubuntu* packages from *Percona* are signed with a key. Before using the repository, you should add the key to :program:`apt`. To do that, run the following commands: ::
32
33- $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
34- ... [some output removed] ...
35- gpg: imported: 1
36-
37- $ gpg -a --export CD2EFD2A | sudo apt-key add -
38+ $ apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
39
40 Add this to :file:`/etc/apt/sources.list`, replacing ``VERSION`` with the name of your distribution: ::
41
42@@ -34,6 +30,7 @@
43 ------
44
45 * 6.0 (squeeze)
46+ * 7.0 (wheezy)
47
48 Ubuntu
49 ------
50@@ -41,6 +38,7 @@
51 * 10.04LTS (lucid)
52 * 12.04LTS (precise)
53 * 12.10 (quantal)
54+ * 13.04 (raring)
55
56 Percona `apt` Experimental repository
57 =====================================
58
59=== added file 'doc/source/release-notes/Percona-Server-5.1.70-14.8.rst'
60--- doc/source/release-notes/Percona-Server-5.1.70-14.8.rst 1970-01-01 00:00:00 +0000
61+++ doc/source/release-notes/Percona-Server-5.1.70-14.8.rst 2013-07-03 09:46:29 +0000
62@@ -0,0 +1,20 @@
63+.. rn:: 5.1.70-14.8
64+
65+==============================
66+ |Percona Server| 5.1.70-14.8
67+==============================
68+
69+Percona is glad to announce the release of |Percona Server| 5.1.70-14.8 on July 3rd, 2013 (Downloads are available from `Percona Server 5.1.70-14.8 downloads <http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.70-14.8/>`_ and from the `Percona Software Repositories <http://www.percona.com/doc/percona-server/5.1/installation.html>`_).
70+
71+Based on `MySQL 5.1.70 <http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-70.html>`_, this release will include all the bug fixes in it. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.1.70-14.8 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.1.70-14.8>`_.
72+
73+Bugs Fixed
74+==========
75+
76+ Prevented a race condition that could lead to a server crash when querying the :table:`INFORMATION_SCHEMA.INNODB_BUFFER_PAGE` table. Bug fixed :bug:`1072573`.
77+
78+ When an upgrade was performed between major versions (e.g. by uninstalling a 5.1 RPM and then installing a 5.5 one), ``mysql_install_db`` was still called on the existing data directory which lead to re-creation of the ``test`` database. Bug fixed :bug:`1169522`.
79+
80+ Fixed the upstream bug :mysqlbug:`68354` that could cause server to crash when performing update or join on ``Federated`` and ``MyISAM`` tables with one row, due to a bug in the ``Federated`` storage engine. Bug fixed :bug:`1182572`.
81+
82+Other bug fixes: bug fixed :bug:`1191395`.
83
84=== modified file 'doc/source/release-notes/release-notes_index.rst'
85--- doc/source/release-notes/release-notes_index.rst 2013-06-06 15:50:46 +0000
86+++ doc/source/release-notes/release-notes_index.rst 2013-07-03 09:46:29 +0000
87@@ -7,6 +7,7 @@
88 :maxdepth: 1
89 :glob:
90
91+ Percona-Server-5.1.70-14.8
92 Percona-Server-5.1.69-14.7
93 Percona-Server-5.1.68-14.6
94 Percona-Server-5.1.68-14.5
95
96=== modified file 'doc/source/upstream-bug-fixes.rst'
97--- doc/source/upstream-bug-fixes.rst 2013-06-06 15:24:22 +0000
98+++ doc/source/upstream-bug-fixes.rst 2013-07-03 09:46:29 +0000
99@@ -5,15 +5,21 @@
100 =============================================================
101
102 +-------------------------------------------------------------------------------------------------------------+
103+|:Upstream bug: :mysqlbug:`68354` - Server crashes on update/join FEDERATED + local table when only 1 local...|
104+|:Launchpad bug: :bug:`1182572` |
105+|:Upstream state: N/A |
106+|:Fix Released: :rn:`5.1.70-14.8` |
107+|:Upstream fix: N/A |
108++-------------------------------------------------------------------------------------------------------------+
109 |:Upstream bug: :mysqlbug:`69379` - MySQL clients return bogus errno for host-not-found errors on Ubuntu 13.04|
110 |:Launchpad bug: :bug:`1186690` |
111-|:Upstream state: Verified (checked on 2013-06-06) |
112+|:Upstream state: Verified (checked on 2013-07-03) |
113 |:Fix Released: :rn:`5.1.69-14.7` |
114 |:Upstream fix: N/A |
115 +-------------------------------------------------------------------------------------------------------------+
116 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
117 |:Launchpad bug: :bug:`1100178` |
118-|:Upstream state: Analyzing (checked on 2013-06-06) |
119+|:Upstream state: Analyzing (checked on 2013-07-03) |
120 |:Fix Released: :rn:`5.1.67-14.4` |
121 |:Upstream fix: N/A |
122 +-------------------------------------------------------------------------------------------------------------+
123@@ -31,7 +37,7 @@
124 +-------------------------------------------------------------------------------------------------------------+
125 |:Upstream bug: :mysqlbug:`66237` - Temporary files created by binary log cache are not purged after transa...|
126 |:Launchpad bug: :bug:`1070856` |
127-|:Upstream state: Verified (checked on 2013-06-06) |
128+|:Upstream state: Verified (checked on 2013-07-03) |
129 |:Fix Released: :rn:`5.1.66-14.2` |
130 |:Upstream fix: N/A |
131 +-------------------------------------------------------------------------------------------------------------+
132@@ -61,19 +67,13 @@
133 +-------------------------------------------------------------------------------------------------------------+
134 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char ... |
135 |:Launchpad bug: :bug:`1042517` |
136-|:Upstream state: Verified (checked on 2013-06-06) |
137-|:Fix Released: :rn:`5.1.66-14.1` |
138-|:Upstream fix: N/A |
139-+-------------------------------------------------------------------------------------------------------------+
140-|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on... |
141-|:Launchpad bug: :bug:`1042517` |
142-|:Upstream state: Closed |
143+|:Upstream state: Verified (checked on 2013-07-03) |
144 |:Fix Released: :rn:`5.1.66-14.1` |
145 |:Upstream fix: N/A |
146 +-------------------------------------------------------------------------------------------------------------+
147 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
148 |:Launchpad bug: :bug:`1042517` |
149-|:Upstream state: Verified (checked on 2013-06-06) |
150+|:Upstream state: Verified (checked on 2013-07-03) |
151 |:Fix Released: :rn:`5.1.66-14.1` |
152 |:Upstream fix: N/A |
153 +-------------------------------------------------------------------------------------------------------------+
154@@ -97,7 +97,7 @@
155 +-------------------------------------------------------------------------------------------------------------+
156 |:Upstream bug: :mysqlbug:`61509` - mysqld (5.1.57) segfaults with gcc 4.6 |
157 |:Launchpad bug: :bug:`902471` |
158-|:Upstream state: Verified (checked on 2013-06-06) |
159+|:Upstream state: Verified (checked on 2013-07-03) |
160 |:Fix Released: :rn:`5.1.66-14.1` |
161 |:Upstream fix: N/A |
162 +-------------------------------------------------------------------------------------------------------------+
163@@ -127,7 +127,7 @@
164 +-------------------------------------------------------------------------------------------------------------+
165 |:Upstream bug: :mysqlbug:`64127` - MTR --warnings option misses some of InnoDB errors and warnings |
166 |:Launchpad bug: :bug:`937859` |
167-|:Upstream state: Verified (checked on 2013-06-06) |
168+|:Upstream state: Verified (checked on 2013-07-03) |
169 |:Fix Released: :rn:`5.1.62-13.3` |
170 |:Upstream fix: N/A |
171 +-------------------------------------------------------------------------------------------------------------+
172@@ -151,7 +151,7 @@
173 +-------------------------------------------------------------------------------------------------------------+
174 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
175 |:Launchpad bug: :bug:`857590` |
176-|:Upstream state: Verified (checked on 2013-06-06) |
177+|:Upstream state: Verified (checked on 2013-07-03) |
178 |:Fix Released: :rn:`5.1.59-13.0` |
179 |:Upstream fix: N/A |
180 +-------------------------------------------------------------------------------------------------------------+
181@@ -199,13 +199,13 @@
182 +-------------------------------------------------------------------------------------------------------------+
183 |:Upstream bug: :mysqlbug:`54814` - make BUF_READ_AHEAD_AREA a constant |
184 |:Launchpad bug: :bug:`609027` |
185-|:Upstream state: Verified (checked on 2013-06-06) |
186+|:Upstream state: Verified (checked on 2013-07-03) |
187 |:Fix Released: :rn:`5.1.49-rel12.0` |
188 |:Upstream fix: N/A |
189 +-------------------------------------------------------------------------------------------------------------+
190 |:Upstream bug: :mysqlbug:`55032` - Query cache sometime insert queries to cache, but doesn't find ... |
191 |:Launchpad bug: none |
192-|:Upstream state: Verified (checked on 2013-06-06) |
193+|:Upstream state: Verified (checked on 2013-07-03) |
194 |:Fix Released: :rn:`5.1.47-rel11.2` |
195 |:Upstream fix: N/A |
196 +-------------------------------------------------------------------------------------------------------------+
197@@ -265,7 +265,7 @@
198 +-------------------------------------------------------------------------------------------------------------+
199 |:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
200 |:Launchpad bug: none |
201-|:Upstream state: Verified (checked on 2013-06-06) |
202+|:Upstream state: Verified (checked on 2013-07-03) |
203 |:Fix Released: :rn:`1.0.3-7` |
204 |:Upstream fix: N/A |
205 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches