Merge lp:~hrvojem/percona-server/rn-5.5.36-34.1-5.6 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 560
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.36-34.1-5.6
Merge into: lp:percona-server/5.6
Diff against target: 349 lines (+74/-35)
4 files modified
doc/source/conf.py (+1/-1)
doc/source/release-notes/Percona-Server-5.6.16-64.1.rst (+32/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+40/-34)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.36-34.1-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+211342@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

    - 1291628: "libperconaserverclient18.1 Debian/Ubuntu packages
      depended on multiarch-support, which is not available on all the
      supported distribution versions"
    - 1287098: "The InnoDB file system mutex was being locked
      incorrectly if (link to fio atomic writes) was enabled"

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 'doc/source/conf.py'
--- doc/source/conf.py 2014-03-10 15:05:00 +0000
+++ doc/source/conf.py 2014-03-17 16:18:21 +0000
@@ -54,7 +54,7 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.6'55version = '5.6'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57release = '5.6.16-64.0'57release = '5.6.16-64.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.6.16-64.1.rst'
--- doc/source/release-notes/Percona-Server-5.6.16-64.1.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.6.16-64.1.rst 2014-03-17 16:18:21 +0000
@@ -0,0 +1,32 @@
1.. rn:: 5.6.16-64.1
2
3==============================
4 |Percona Server| 5.6.16-64.1
5==============================
6
7Percona is glad to announce the release of |Percona Server| 5.6.16-64.1 on March 17th, 2014 (Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.16-64.1/>`_ and from the :doc:`Percona Software Repositories </installation>`).
8
9Based on `MySQL 5.6.16 <http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-16.html>`_, including all the bug fixes in it, |Percona Server| 5.6.16-64.1 is the current GA release in the |Percona Server| 5.6 series. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.6.16-64.1 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.6.16-64.1>`_.
10
11Bugs Fixed
12==========
13
14 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.6.11-60.3`. Bug fixed :bug:`1289599`
15
16 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`.
17
18 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`.
19
20 ``libperconaserverclient18.1`` *Debian*/*Ubuntu* packages depended on ``multiarch-support``, which is not available on all the supported distribution versions. Bug fixed :bug:`1291628`.
21
22 The |InnoDB| file system mutex was being locked incorrectly if :ref:`atomic_fio` was enabled. Bug fixed :bug:`1287098`.
23
24 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`).
25
26Renaming the ``libmysqlclient`` to ``libperconaserverclient``
27=============================================================
28
29This release fixes some of the issues caused by the ``libmysqlclient`` rename to ``libperconaserverclient`` in |Percona Server| :rn:`5.6.16-64.0`. The old name was conflicting with the upstream ``libmysqlclient``.
30
31Except 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``.
32
033
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2014-03-10 15:05:00 +0000
+++ doc/source/release-notes/release-notes_index.rst 2014-03-17 16:18:21 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.6.16-64.1
9 Percona-Server-5.6.16-64.010 Percona-Server-5.6.16-64.0
10 Percona-Server-5.6.16-64.0-tokudb11 Percona-Server-5.6.16-64.0-tokudb
11 Percona-Server-5.6.15-63.012 Percona-Server-5.6.15-63.0
1213
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2014-03-10 15:05:00 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-03-17 16:18:21 +0000
@@ -5,15 +5,21 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
9|:Launchpad bug: :bug:`1268729` |
10|:Upstream state: Verified (checked on 2014-03-17) |
11|:Fix Released: :rn:`5.6.16-64.1` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`71988` - page_cleaner: aggressive background flushing |14|:Upstream bug: :mysqlbug:`71988` - page_cleaner: aggressive background flushing |
9|:Launchpad bug: :bug:`1238039` |15|:Launchpad bug: :bug:`1238039` |
10|:Upstream state: Verified (checked on 2014-03-10) |16|:Upstream state: Verified (checked on 2014-03-17) |
11|:Fix Released: :rn:`5.6.16-64.0` |17|:Fix Released: :rn:`5.6.16-64.0` |
12|:Upstream fix: N/A |18|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+19+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`71624` - printf size_t results in a fatal warning in 32-bit debug builds |20|:Upstream bug: :mysqlbug:`71624` - printf size_t results in a fatal warning in 32-bit debug builds |
15|:Launchpad bug: :bug:`1277505` |21|:Launchpad bug: :bug:`1277505` |
16|:Upstream state: Can't repeat (checked on 2014-03-07) |22|:Upstream state: Can't repeat (checked on 2014-03-17) |
17|:Fix Released: :rn:`5.6.16-64.0` |23|:Fix Released: :rn:`5.6.16-64.0` |
18|:Upstream fix: N/A |24|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+25+-------------------------------------------------------------------------------------------------------------+
@@ -31,7 +37,7 @@
31+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`71708` - 70768 fix perf regression: high rate of RW lock creation and destruction |38|:Upstream bug: :mysqlbug:`71708` - 70768 fix perf regression: high rate of RW lock creation and destruction |
33|:Launchpad bug: :bug:`1279671` |39|:Launchpad bug: :bug:`1279671` |
34|:Upstream state: Verified (checked on 2014-03-07) |40|:Upstream state: Verified (checked on 2014-03-17) |
35|:Fix Released: :rn:`5.6.16-64.0` |41|:Fix Released: :rn:`5.6.16-64.0` |
36|:Upstream fix: N/A |42|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
@@ -55,13 +61,13 @@
55+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
56|:Upstream bug: :mysqlbug:`71270` - Failures to end bulk insert for partitioned tables handled incorrectly |62|:Upstream bug: :mysqlbug:`71270` - Failures to end bulk insert for partitioned tables handled incorrectly |
57|:Launchpad bug: :bug:`1204871` |63|:Launchpad bug: :bug:`1204871` |
58|:Upstream state: Verified (checked on 2014-03-07) |64|:Upstream state: Verified (checked on 2014-03-17) |
59|:Fix Released: :rn:`5.6.16-64.0` |65|:Fix Released: :rn:`5.6.16-64.0` |
60|:Upstream fix: N/A |66|:Upstream fix: N/A |
61+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |68|:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |
63|:Launchpad bug: :bug:`1159743` |69|:Launchpad bug: :bug:`1159743` |
64|:Upstream state: Open (checked on 2014-03-07) |70|:Upstream state: Open (checked on 2014-03-17) |
65|:Fix Released: :rn:`5.6.15-63.0` |71|:Fix Released: :rn:`5.6.15-63.0` |
66|:Upstream fix: N/A |72|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+73+-------------------------------------------------------------------------------------------------------------+
@@ -79,7 +85,7 @@
79+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|86|:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|
81|:Launchpad bug: :bug:`1231918` |87|:Launchpad bug: :bug:`1231918` |
82|:Upstream state: Verified (checked on 2014-03-07) |88|:Upstream state: Verified (checked on 2014-03-17) |
83|:Fix Released: :rn:`5.6.13-61.0` |89|:Fix Released: :rn:`5.6.13-61.0` |
84|:Upstream fix: N/A |90|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+91+-------------------------------------------------------------------------------------------------------------+
@@ -91,7 +97,7 @@
91+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |98|:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |
93|:Launchpad bug: :bug:`1205196` |99|:Launchpad bug: :bug:`1205196` |
94|:Upstream state: No Feedback (checked on 2014-03-07) |100|:Upstream state: No Feedback (checked on 2014-03-17) |
95|:Fix Released: :rn:`5.6.13-61.0` |101|:Fix Released: :rn:`5.6.13-61.0` |
96|:Upstream fix: N/A |102|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+103+-------------------------------------------------------------------------------------------------------------+
@@ -103,7 +109,7 @@
103+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
104|:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |110|:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |
105|:Launchpad bug: :bug:`1234562` |111|:Launchpad bug: :bug:`1234562` |
106|:Upstream state: Open (checked on 2014-03-07) |112|:Upstream state: Open (checked on 2014-03-17) |
107|:Fix Released: :rn:`5.6.13-61.0` |113|:Fix Released: :rn:`5.6.13-61.0` |
108|:Upstream fix: N/A |114|:Upstream fix: N/A |
109+-------------------------------------------------------------------------------------------------------------+115+-------------------------------------------------------------------------------------------------------------+
@@ -121,31 +127,31 @@
121+-------------------------------------------------------------------------------------------------------------+127+-------------------------------------------------------------------------------------------------------------+
122|:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |128|:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |
123|:Launchpad bug: :bug:`1232406` |129|:Launchpad bug: :bug:`1232406` |
124|:Upstream state: Verified (checked on 2014-03-07) |130|:Upstream state: Verified (checked on 2014-03-17) |
125|:Fix Released: :rn:`5.6.13-61.0` |131|:Fix Released: :rn:`5.6.13-61.0` |
126|:Upstream fix: N/A |132|:Upstream fix: N/A |
127+-------------------------------------------------------------------------------------------------------------+133+-------------------------------------------------------------------------------------------------------------+
128|:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |134|:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |
129|:Launchpad bug: :bug:`1232101` |135|:Launchpad bug: :bug:`1232101` |
130|:Upstream state: Verified (checked on 2014-03-07) |136|:Upstream state: Verified (checked on 2014-03-17) |
131|:Fix Released: :rn:`5.6.13-61.0` |137|:Fix Released: :rn:`5.6.13-61.0` |
132|:Upstream fix: N/A |138|:Upstream fix: N/A |
133+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
134|:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |140|:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |
135|:Launchpad bug: :bug:`1231918` |141|:Launchpad bug: :bug:`1231918` |
136|:Upstream state: Verified (checked on 2014-03-07) |142|:Upstream state: Verified (checked on 2014-03-17) |
137|:Fix Released: :rn:`5.6.13-61.0` |143|:Fix Released: :rn:`5.6.13-61.0` |
138|:Upstream fix: N/A |144|:Upstream fix: N/A |
139+-------------------------------------------------------------------------------------------------------------+145+-------------------------------------------------------------------------------------------------------------+
140|:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |146|:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |
141|:Launchpad bug: :bug:`1236884` |147|:Launchpad bug: :bug:`1236884` |
142|:Upstream state: Verified (checked on 2014-03-07) |148|:Upstream state: Verified (checked on 2014-03-17) |
143|:Fix Released: :rn:`5.6.13-61.0` |149|:Fix Released: :rn:`5.6.13-61.0` |
144|:Upstream fix: N/A |150|:Upstream fix: N/A |
145+-------------------------------------------------------------------------------------------------------------+151+-------------------------------------------------------------------------------------------------------------+
146|:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|152|:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|
147|:Launchpad bug: :bug:`1220544` |153|:Launchpad bug: :bug:`1220544` |
148|:Upstream state: Verified (checked on 2014-03-07) |154|:Upstream state: Verified (checked on 2014-03-17) |
149|:Fix Released: :rn:`5.6.13-60.6` |155|:Fix Released: :rn:`5.6.13-60.6` |
150|:Upstream fix: N/A |156|:Upstream fix: N/A |
151+-------------------------------------------------------------------------------------------------------------+157+-------------------------------------------------------------------------------------------------------------+
@@ -163,13 +169,13 @@
163+-------------------------------------------------------------------------------------------------------------+169+-------------------------------------------------------------------------------------------------------------+
164|:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |170|:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |
165|:Launchpad bug: :bug:`1218347` |171|:Launchpad bug: :bug:`1218347` |
166|:Upstream state: Verified (checked on 2014-03-07) |172|:Upstream state: Verified (checked on 2014-03-17) |
167|:Fix Released: :rn:`5.6.13-60.6` |173|:Fix Released: :rn:`5.6.13-60.6` |
168|:Upstream fix: N/A |174|:Upstream fix: N/A |
169+-------------------------------------------------------------------------------------------------------------+175+-------------------------------------------------------------------------------------------------------------+
170|:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |176|:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |
171|:Launchpad bug: :bug:`1216804` |177|:Launchpad bug: :bug:`1216804` |
172|:Upstream state: Verified (checked on 2014-03-07) |178|:Upstream state: Verified (checked on 2014-03-17) |
173|:Fix Released: :rn:`5.6.13-60.6` |179|:Fix Released: :rn:`5.6.13-60.6` |
174|:Upstream fix: N/A |180|:Upstream fix: N/A |
175+-------------------------------------------------------------------------------------------------------------+181+-------------------------------------------------------------------------------------------------------------+
@@ -187,13 +193,13 @@
187+-------------------------------------------------------------------------------------------------------------+193+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |194|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
189|:Launchpad bug: :bug:`1132194` |195|:Launchpad bug: :bug:`1132194` |
190|:Upstream state: Verified (checked on 2014-03-07) |196|:Upstream state: Verified (checked on 2014-03-17) |
191|:Fix Released: :rn:`5.6.13-60.5` |197|:Fix Released: :rn:`5.6.13-60.5` |
192|:Upstream fix: N/A |198|:Upstream fix: N/A |
193+-------------------------------------------------------------------------------------------------------------+199+-------------------------------------------------------------------------------------------------------------+
194|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |200|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
195|:Launchpad bug: :bug:`1196460` |201|:Launchpad bug: :bug:`1196460` |
196|:Upstream state: Open (checked on 2014-03-07) |202|:Upstream state: Open (checked on 2014-03-17) |
197|:Fix Released: :rn:`5.6.13-60.5` |203|:Fix Released: :rn:`5.6.13-60.5` |
198|:Upstream fix: N/A |204|:Upstream fix: N/A |
199+-------------------------------------------------------------------------------------------------------------+205+-------------------------------------------------------------------------------------------------------------+
@@ -211,7 +217,7 @@
211+-------------------------------------------------------------------------------------------------------------+217+-------------------------------------------------------------------------------------------------------------+
212|:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |218|:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |
213|:Launchpad bug: :bug:`1179359` |219|:Launchpad bug: :bug:`1179359` |
214|:Upstream state: Verified (checked on 2014-03-07) |220|:Upstream state: Verified (checked on 2014-03-17) |
215|:Fix Released: :rn:`5.6.12-60.4` |221|:Fix Released: :rn:`5.6.12-60.4` |
216|:Upstream fix: N/A |222|:Upstream fix: N/A |
217+-------------------------------------------------------------------------------------------------------------+223+-------------------------------------------------------------------------------------------------------------+
@@ -223,7 +229,7 @@
223+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
224|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |230|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
225|:Launchpad bug: :bug:`1262651` |231|:Launchpad bug: :bug:`1262651` |
226|:Upstream state: Verified (checked on 2014-03-07) |232|:Upstream state: Verified (checked on 2014-03-17) |
227|:Fix Released: :rn:`5.6.11-60.3` |233|:Fix Released: :rn:`5.6.11-60.3` |
228|:Upstream fix: N/A |234|:Upstream fix: N/A |
229+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
@@ -241,9 +247,9 @@
241+-------------------------------------------------------------------------------------------------------------+247+-------------------------------------------------------------------------------------------------------------+
242|:Upstream bug: :mysqlbug:`69252` - All the parts.partition_max* tests are broken with MTR --parallel |248|:Upstream bug: :mysqlbug:`69252` - All the parts.partition_max* tests are broken with MTR --parallel |
243|:Launchpad bug: :bug:`1180481` |249|:Launchpad bug: :bug:`1180481` |
244|:Upstream state: Verified (checked on 2014-03-07) |250|:Upstream state: Closed |
245|:Fix Released: :rn:`5.6.11-60.3` |251|:Fix Released: :rn:`5.6.11-60.3` |
246|:Upstream fix: N/A |252|:Upstream fix: 5.6.15 |
247+-------------------------------------------------------------------------------------------------------------+253+-------------------------------------------------------------------------------------------------------------+
248|:Upstream bug: :mysqlbug:`69265` - -DBUILD_CONFIG=mysql_release -DWITH_DEBUG=ON fails 4 and skips 27 MTR ... |254|:Upstream bug: :mysqlbug:`69265` - -DBUILD_CONFIG=mysql_release -DWITH_DEBUG=ON fails 4 and skips 27 MTR ... |
249|:Launchpad bug: :bug:`1163135` |255|:Launchpad bug: :bug:`1163135` |
@@ -253,7 +259,7 @@
253+-------------------------------------------------------------------------------------------------------------+259+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |260|:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |
255|:Launchpad bug: :bug:`1157078` |261|:Launchpad bug: :bug:`1157078` |
256|:Upstream state: Verified (checked on 2014-03-07) |262|:Upstream state: Verified (checked on 2014-03-17) |
257|:Fix Released: :rn:`5.6.11-60.3` |263|:Fix Released: :rn:`5.6.11-60.3` |
258|:Upstream fix: N/A |264|:Upstream fix: N/A |
259+-------------------------------------------------------------------------------------------------------------+265+-------------------------------------------------------------------------------------------------------------+
@@ -277,13 +283,13 @@
277+-------------------------------------------------------------------------------------------------------------+283+-------------------------------------------------------------------------------------------------------------+
278|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |284|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
279|:Launchpad bug: :bug:`1169494` |285|:Launchpad bug: :bug:`1169494` |
280|:Upstream state: Verified (checked on 2014-03-07) |286|:Upstream state: Verified (checked on 2014-03-17) |
281|:Fix Released: :rn:`5.6.11-60.3` |287|:Fix Released: :rn:`5.6.11-60.3` |
282|:Upstream fix: N/A |288|:Upstream fix: N/A |
283+-------------------------------------------------------------------------------------------------------------+289+-------------------------------------------------------------------------------------------------------------+
284|:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |290|:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |
285|:Launchpad bug: :bug:`1157037` |291|:Launchpad bug: :bug:`1157037` |
286|:Upstream state: Verified (checked on 2014-03-07) |292|:Upstream state: Verified (checked on 2014-03-17) |
287|:Fix Released: :rn:`5.6.11-60.3` |293|:Fix Released: :rn:`5.6.11-60.3` |
288|:Upstream fix: N/A |294|:Upstream fix: N/A |
289+-------------------------------------------------------------------------------------------------------------+295+-------------------------------------------------------------------------------------------------------------+
@@ -295,13 +301,13 @@
295+-------------------------------------------------------------------------------------------------------------+301+-------------------------------------------------------------------------------------------------------------+
296|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |302|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
297|:Launchpad bug: :bug:`1183610` |303|:Launchpad bug: :bug:`1183610` |
298|:Upstream state: No Feedback (checked on 2014-03-07) |304|:Upstream state: No Feedback (checked on 2014-03-17) |
299|:Fix Released: :rn:`5.6.11-60.3` |305|:Fix Released: :rn:`5.6.11-60.3` |
300|:Upstream fix: N/A |306|:Upstream fix: N/A |
301+-------------------------------------------------------------------------------------------------------------+307+-------------------------------------------------------------------------------------------------------------+
302|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |308|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
303|:Launchpad bug: :bug:`1163439` |309|:Launchpad bug: :bug:`1163439` |
304|:Upstream state: Verified (checked on 2014-03-07) |310|:Upstream state: Verified (checked on 2014-03-17) |
305|:Fix Released: :rn:`5.6.11-60.3` |311|:Fix Released: :rn:`5.6.11-60.3` |
306|:Upstream fix: N/A |312|:Upstream fix: N/A |
307+-------------------------------------------------------------------------------------------------------------+313+-------------------------------------------------------------------------------------------------------------+
@@ -331,7 +337,7 @@
331+-------------------------------------------------------------------------------------------------------------+337+-------------------------------------------------------------------------------------------------------------+
332|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |338|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
333|:Launchpad bug: :bug:`1132350` |339|:Launchpad bug: :bug:`1132350` |
334|:Upstream state: Verified (checked on 2014-03-07) |340|:Upstream state: Verified (checked on 2014-03-17) |
335|:Fix Released: :rn:`5.6.11-60.3` |341|:Fix Released: :rn:`5.6.11-60.3` |
336|:Upstream fix: N/A |342|:Upstream fix: N/A |
337+-------------------------------------------------------------------------------------------------------------+343+-------------------------------------------------------------------------------------------------------------+
@@ -391,7 +397,7 @@
391+-------------------------------------------------------------------------------------------------------------+397+-------------------------------------------------------------------------------------------------------------+
392|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|398|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
393|:Launchpad bug: :bug:`1042517` |399|:Launchpad bug: :bug:`1042517` |
394|:Upstream state: Verified (checked on 2014-03-07) |400|:Upstream state: Verified (checked on 2014-03-17) |
395|:Fix Released: :rn:`5.6.11-60.3` |401|:Fix Released: :rn:`5.6.11-60.3` |
396|:Upstream fix: N/A |402|:Upstream fix: N/A |
397+-------------------------------------------------------------------------------------------------------------+403+-------------------------------------------------------------------------------------------------------------+
@@ -403,7 +409,7 @@
403+-------------------------------------------------------------------------------------------------------------+409+-------------------------------------------------------------------------------------------------------------+
404|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 410|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
405|:Launchpad bug: :bug:`1013432` |411|:Launchpad bug: :bug:`1013432` |
406|:Upstream state: Verified (checked on 2014-03-07) |412|:Upstream state: Verified (checked on 2014-03-17) |
407|:Fix Released: :rn:`5.6.11-60.3` |413|:Fix Released: :rn:`5.6.11-60.3` |
408|:Upstream fix: N/A |414|:Upstream fix: N/A |
409+-------------------------------------------------------------------------------------------------------------+415+-------------------------------------------------------------------------------------------------------------+
@@ -433,13 +439,13 @@
433+-------------------------------------------------------------------------------------------------------------+439+-------------------------------------------------------------------------------------------------------------+
434|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |440|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
435|:Launchpad bug: N/A |441|:Launchpad bug: N/A |
436|:Upstream state: Verified (checked on 2014-03-07) |442|:Upstream state: Verified (checked on 2014-03-17) |
437|:Fix Released: :rn:`5.6.11-60.3` |443|:Fix Released: :rn:`5.6.11-60.3` |
438|:Upstream fix: N/A |444|:Upstream fix: N/A |
439+-------------------------------------------------------------------------------------------------------------+445+-------------------------------------------------------------------------------------------------------------+
440|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |446|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
441|:Launchpad bug: :bug:`800035` |447|:Launchpad bug: :bug:`800035` |
442|:Upstream state: Verified (checked on 2014-03-07) |448|:Upstream state: Verified (checked on 2014-03-17) |
443|:Fix Released: :rn:`5.6.11-60.3` |449|:Fix Released: :rn:`5.6.11-60.3` |
444|:Upstream fix: N/A |450|:Upstream fix: N/A |
445+-------------------------------------------------------------------------------------------------------------+451+-------------------------------------------------------------------------------------------------------------+
@@ -451,7 +457,7 @@
451+-------------------------------------------------------------------------------------------------------------+457+-------------------------------------------------------------------------------------------------------------+
452|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|458|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
453|:Launchpad bug: :bug:`1100178` |459|:Launchpad bug: :bug:`1100178` |
454|:Upstream state: Verified (checked on 2014-03-07) |460|:Upstream state: Verified (checked on 2014-03-17) |
455|:Fix Released: :rn:`5.6.10-60.2` |461|:Fix Released: :rn:`5.6.10-60.2` |
456|:Upstream fix: N/A |462|:Upstream fix: N/A |
457+-------------------------------------------------------------------------------------------------------------+463+-------------------------------------------------------------------------------------------------------------+
@@ -463,13 +469,13 @@
463+-------------------------------------------------------------------------------------------------------------+469+-------------------------------------------------------------------------------------------------------------+
464|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |470|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
465|:Launchpad bug: N/A |471|:Launchpad bug: N/A |
466|:Upstream state: Verified (checked on 2014-03-07) |472|:Upstream state: Verified (checked on 2014-03-17) |
467|:Fix Released: :rn:`5.6.5-60.0` |473|:Fix Released: :rn:`5.6.5-60.0` |
468|:Upstream fix: N/A |474|:Upstream fix: N/A |
469+-------------------------------------------------------------------------------------------------------------+475+-------------------------------------------------------------------------------------------------------------+
470|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|476|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
471|:Launchpad bug: :bug:`1176496` |477|:Launchpad bug: :bug:`1176496` |
472|:Upstream state: Open (checked on 2014-03-07) |478|:Upstream state: Open (checked on 2014-03-17) |
473|:Fix Released: :rn:`5.6.5-60.0` |479|:Fix Released: :rn:`5.6.5-60.0` |
474|:Upstream fix: N/A |480|:Upstream fix: N/A |
475+-------------------------------------------------------------------------------------------------------------+481+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches