Merge lp:~hrvojem/percona-server/rn-5.6.19-67.0-5.6 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 616
Proposed branch: lp:~hrvojem/percona-server/rn-5.6.19-67.0-5.6
Merge into: lp:percona-server/5.6
Diff against target: 464 lines (+108/-46)
9 files modified
doc/source/changed_in_56.rst (+2/-2)
doc/source/conf.py (+1/-1)
doc/source/index.rst (+1/-0)
doc/source/release-notes/Percona-Server-5.6.19-67.0.rst (+33/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/scalability/multiple_user_level_locks.rst (+23/-0)
doc/source/tokudb/tokudb_installation.rst (+0/-4)
doc/source/tokudb/tokudb_intro.rst (+0/-4)
doc/source/upstream-bug-fixes.rst (+47/-35)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.6.19-67.0-5.6
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+224693@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/changed_in_56.rst'
2--- doc/source/changed_in_56.rst 2014-06-06 07:22:14 +0000
3+++ doc/source/changed_in_56.rst 2014-06-27 10:32:13 +0000
4@@ -11,7 +11,6 @@
5
6 Some features that were present in |Percona Server| 5.5 have been removed in |Percona Server| 5.6. These are:
7
8- * `HandlerSocket <http://www.percona.com/doc/percona-server/5.5/performance/handlersocket.html>`_ (This feature will be ported in one of the future |Percona Server| 5.6 releases)
9 * ``SHOW [GLOBAL] TEMPORARY TABLES`` functionality is now only available via the ``INFORMATION_SCHEMA`` tables :table:`TEMPORARY_TABLES` and :table:`GLOBAL_TEMPORARY_TABLES`.
10 * `InnoDB timer-based Concurrency Throttling <http://www.percona.com/doc/percona-server/5.5/performance/innodb_thread_concurrency_timer_based.html>`_
11 * `InnoDB Recovery Stats <http://www.percona.com/doc/percona-server/5.5/management/innodb_recovery_patches.html>`_
12@@ -87,6 +86,7 @@
13 :ref:`buff_read_ahead_area` :rn:`5.6.13-60.5`
14 :ref:`innodb_split_buf_pool_mutex` :rn:`5.6.13-60.6`
15 :ref:`innodb_adaptive_hash_index_partitions_page` :rn:`5.6.13-60.6`
16+ :ref:`handlersocket_page` :rn:`5.6.17-66.0`
17 ================================================= ===================
18
19 List of status variables that are no longer available in |Percona Server| 5.6
20@@ -186,7 +186,7 @@
21 * - :variable:`innodb_page_size`
22 - replaced by `innodb_page_size <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_page_size>`_
23 * - :variable:`innodb_read_ahead`
24- - replaced by MySQL `Read-Ahead Algorithm <http://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-performance-read_ahead>`_ implementation, `innodb_random_read_ahead <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_andom_read_ahead>`_
25+ - replaced by MySQL `Read-Ahead Algorithm <http://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-performance-read_ahead>`_ implementation, `innodb_random_read_ahead <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_random_read_ahead>`_
26 * - :variable:`innodb_recovery_stats`
27 - :ref:`InnoDB Recovery Stats <ps55:innodb_recovery_patches>` feature containing this variable has not been ported to |Percona Server| 5.6
28 * - :variable:`innodb_recovery_update_relay_log`
29
30=== modified file 'doc/source/conf.py'
31--- doc/source/conf.py 2014-06-09 16:19:09 +0000
32+++ doc/source/conf.py 2014-06-27 10:32:13 +0000
33@@ -54,7 +54,7 @@
34 # The short X.Y version.
35 version = '5.6'
36 # The full version, including alpha/beta/rc tags.
37-release = '5.6.17-66.0'
38+release = '5.6.19-67.0'
39
40 # The language for content autogenerated by Sphinx. Refer to documentation
41 # for a list of supported languages.
42
43=== modified file 'doc/source/index.rst'
44--- doc/source/index.rst 2014-06-09 16:19:09 +0000
45+++ doc/source/index.rst 2014-06-27 10:32:13 +0000
46@@ -59,6 +59,7 @@
47 scalability/innodb_split_buf_pool_mutex
48 scalability/innodb_io
49 scalability/innodb_adaptive_hash_index_partitions
50+ scalability/multiple_user_level_locks
51
52 Performance Improvements
53 ========================
54
55=== added file 'doc/source/release-notes/Percona-Server-5.6.19-67.0.rst'
56--- doc/source/release-notes/Percona-Server-5.6.19-67.0.rst 1970-01-01 00:00:00 +0000
57+++ doc/source/release-notes/Percona-Server-5.6.19-67.0.rst 2014-06-27 10:32:13 +0000
58@@ -0,0 +1,33 @@
59+.. rn:: 5.6.19-67.0
60+
61+==============================
62+ |Percona Server| 5.6.19-67.0
63+==============================
64+
65+Percona is glad to announce the release of |Percona Server| 5.6.19-67.0 on June 30th, 2014 (Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.19-67.0/>`_ and from the :doc:`Percona Software Repositories </installation>`).
66+
67+Based on `MySQL 5.6.19 <http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-19.html>`_, including all the bug fixes in it, |Percona Server| 5.6.19-67.0 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.19-67.0 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.6.19-67.0>`_.
68+
69+**NOTE**: There was no |Percona Server| 5.6.18 release because there was no |MySQL| Community Server 5.6.18 release. That version number was used for |MySQL| Enterprise Edition release to address the OpenSSL "Heartbleed" issue.
70+
71+New Features
72+============
73+
74+ Percona has merged a contributed patch by Kostja Osipov implementing the :ref:`multiple_user_level_locks` feature. This feature fixes the upstream bugs: :mysqlbug:`1118` and :mysqlbug:`67806`.
75+
76+ TokuDB Storage engine, which is available as a separate package that can be :ref:`installed <tokudb_installation>` along with the |Percona Server| 5.6.19-67.0, is now considered GA quality.
77+
78+ |Percona Server| now supports the MTR :option:`--valgrind` option for a server that is either statically or dynamically linked with ``jemalloc``.
79+
80+Bugs Fixed
81+==========
82+
83+ The ``libperconaserverclient18.1`` package was missing the library files. Bug fixed :bug:`1329911`.
84+
85+ |Percona Server| introduced a regression in :rn:`5.6.17-66.0` when support for TokuDB storage engine was implemented. This regression caused spurious "wrong table structure" errors for ``PERFORMANCE_SCHEMA`` tables. Bug fixed :bug:`1329772`.
86+
87+ Race condition in group commit code could lead to a race condition in PFS instrumentation code resulting in a server crash. Bug fixed :bug:`1309026` (upstream :mysqlbug:`72681`).
88+
89+Other bugs fixed: :bug:`1326348` and :bug:`1167486`.
90+
91+
92
93=== modified file 'doc/source/release-notes/release-notes_index.rst'
94--- doc/source/release-notes/release-notes_index.rst 2014-06-09 16:19:09 +0000
95+++ doc/source/release-notes/release-notes_index.rst 2014-06-27 10:32:13 +0000
96@@ -6,6 +6,7 @@
97 :maxdepth: 1
98 :glob:
99
100+ Percona-Server-5.6.19-67.0
101 Percona-Server-5.6.17-66.0
102 Percona-Server-5.6.17-65.0
103 Percona-Server-5.6.16-64.2-tokudb
104
105=== added file 'doc/source/scalability/multiple_user_level_locks.rst'
106--- doc/source/scalability/multiple_user_level_locks.rst 1970-01-01 00:00:00 +0000
107+++ doc/source/scalability/multiple_user_level_locks.rst 2014-06-27 10:32:13 +0000
108@@ -0,0 +1,23 @@
109+.. _multiple_user_level_locks:
110+
111+==========================================
112+ Multiple user level locks per connection
113+==========================================
114+
115+|Percona Server| supports multiple user level locks per connection as of version :rn:`5.6.19-67.0`. The ``GET_LOCK()`` function in upstream |MySQL| allows a connection to hold at most one user level lock. Taking a new lock automatically releases the old lock, if any.
116+
117+The limit of one lock per session existed since early versions of |MySQL| didn't have a deadlock detector for SQL locks. `Metadata Locking <http://dev.mysql.com/doc/refman/5.5/en/metadata-locking.html>`_ introduced in |MySQL| 5.5 added a deadlock detector, so starting from 5.5 it became possible to take multiple locks in any order. Deadlock would be detected when occurred, and an error would returned to the client which closed the wait chain.
118+
119+Version Specific Information
120+============================
121+ * :rn:`5.6.19-67.0` - Feature implemented in |Percona Server| 5.6
122+
123+Other Information
124+=================
125+
126+ * Author / Origin:
127+ Kostja Osipov
128+
129+Other Reading
130+=============
131+* `MySQL: multiple user level locks per connection <http://kostja-osipov.livejournal.com/46410.html>`_
132
133=== modified file 'doc/source/tokudb/tokudb_installation.rst'
134--- doc/source/tokudb/tokudb_installation.rst 2014-06-11 06:54:08 +0000
135+++ doc/source/tokudb/tokudb_installation.rst 2014-06-27 10:32:13 +0000
136@@ -4,10 +4,6 @@
137 TokuDB Installation
138 =====================
139
140-.. note::
141-
142- This feature is considered **RELEASE CANDIDATE** quality and it isn't recommended for production use.
143-
144 |Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release, and TokuDB storage engine is available as a separate package from :rn:`5.6.17-66.0` release.
145
146 `TokuDB <http://www.tokutek.com/products/tokudb-for-mysql/>`_ is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
147
148=== modified file 'doc/source/tokudb/tokudb_intro.rst'
149--- doc/source/tokudb/tokudb_intro.rst 2014-06-09 16:19:09 +0000
150+++ doc/source/tokudb/tokudb_intro.rst 2014-06-27 10:32:13 +0000
151@@ -4,10 +4,6 @@
152 TokuDB Introduction
153 =====================
154
155-.. note::
156-
157- This feature is considered **RELEASE CANDIDATE** quality and it isn't recommended for production use.
158-
159 |Percona Server| provides the separate TokuDB storage engine package since :rn:`5.6.17-66.0`. This package can be :ref:`installed <tokudb_installation>` along side with |Percona Server| 5.6 releases. Before the separate package implementation |Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release and TokuDB engine was only available in special |Percona Server| with TokuDB storage engine releases.
160
161 TokuDB is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
162
163=== modified file 'doc/source/upstream-bug-fixes.rst'
164--- doc/source/upstream-bug-fixes.rst 2014-06-11 13:45:54 +0000
165+++ doc/source/upstream-bug-fixes.rst 2014-06-27 10:32:13 +0000
166@@ -5,21 +5,33 @@
167 =============================================================
168
169 +-------------------------------------------------------------------------------------------------------------+
170+|:Upstream bug: :mysqlbug:`67806` - Multiple user level lock per connection |
171+|:Launchpad bug: N/A ` |
172+|:Upstream state: Verified (checked on 2014-06-27) |
173+|:Fix Released: :rn:`5.6.19-67.0` |
174+|:Upstream fix: N/A |
175++-------------------------------------------------------------------------------------------------------------+
176+|:Upstream bug: :mysqlbug:`1118` - Allow multiple concurrent locks with GET_LOCK() |
177+|:Launchpad bug: N/A |
178+|:Upstream state: Verified (checked on 2014-06-27) |
179+|:Fix Released: :rn:`5.6.19-67.0` |
180+|:Upstream fix: N/A |
181++-------------------------------------------------------------------------------------------------------------+
182 |:Upstream bug: :mysqlbug:`72615` - MTR --mysqld=--default-storage-engine=foo incompatible w/ dynamically... |
183 |:Launchpad bug: :bug:`1318537` |
184-|:Upstream state: Verified (checked on 2014-06-09) |
185+|:Upstream state: Verified (checked on 2014-06-27) |
186 |:Fix Released: :rn:`5.6.17-66.0` |
187 |:Upstream fix: N/A |
188 +-------------------------------------------------------------------------------------------------------------+
189 |:Upstream bug: :mysqlbug:`72163` - Rev 5774 broke rpl_plugin_load |
190 |:Launchpad bug: :bug:`1299688` |
191-|:Upstream state: Verified (checked on 2014-06-09) |
192+|:Upstream state: Verified (checked on 2014-06-27) |
193 |:Fix Released: :rn:`5.6.17-65.0` |
194 |:Upstream fix: N/A |
195 +-------------------------------------------------------------------------------------------------------------+
196 |:Upstream bug: :mysqlbug:`60782` - Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general...|
197 |:Launchpad bug: :bug:`1182535` |
198-|:Upstream state: Verified (checked on 2014-06-09) |
199+|:Upstream state: Verified (checked on 2014-06-27) |
200 |:Fix Released: :rn:`5.6.17-65.0` |
201 |:Upstream fix: N/A |
202 +-------------------------------------------------------------------------------------------------------------+
203@@ -31,19 +43,19 @@
204 +-------------------------------------------------------------------------------------------------------------+
205 |:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
206 |:Launchpad bug: :bug:`1268729` |
207-|:Upstream state: Verified (checked on 2014-06-09) |
208+|:Upstream state: Verified (checked on 2014-06-27) |
209 |:Fix Released: :rn:`5.6.16-64.1` |
210 |:Upstream fix: N/A |
211 +-------------------------------------------------------------------------------------------------------------+
212 |:Upstream bug: :mysqlbug:`71988` - page_cleaner: aggressive background flushing |
213 |:Launchpad bug: :bug:`1238039` |
214-|:Upstream state: Verified (checked on 2014-06-09) |
215+|:Upstream state: Verified (checked on 2014-06-27) |
216 |:Fix Released: :rn:`5.6.16-64.0` |
217 |:Upstream fix: N/A |
218 +-------------------------------------------------------------------------------------------------------------+
219 |:Upstream bug: :mysqlbug:`71624` - printf size_t results in a fatal warning in 32-bit debug builds |
220 |:Launchpad bug: :bug:`1277505` |
221-|:Upstream state: Can't repeat (checked on 2014-06-09) |
222+|:Upstream state: Can't repeat (checked on 2014-06-27) |
223 |:Fix Released: :rn:`5.6.16-64.0` |
224 |:Upstream fix: N/A |
225 +-------------------------------------------------------------------------------------------------------------+
226@@ -85,13 +97,13 @@
227 +-------------------------------------------------------------------------------------------------------------+
228 |:Upstream bug: :mysqlbug:`71270` - Failures to end bulk insert for partitioned tables handled incorrectly |
229 |:Launchpad bug: :bug:`1204871` |
230-|:Upstream state: Verified (checked on 2014-06-09) |
231+|:Upstream state: Verified (checked on 2014-06-27) |
232 |:Fix Released: :rn:`5.6.16-64.0` |
233 |:Upstream fix: N/A |
234 +-------------------------------------------------------------------------------------------------------------+
235 |:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |
236 |:Launchpad bug: :bug:`1159743` |
237-|:Upstream state: Open (checked on 2014-06-09) |
238+|:Upstream state: Open (checked on 2014-06-27) |
239 |:Fix Released: :rn:`5.6.15-63.0` |
240 |:Upstream fix: N/A |
241 +-------------------------------------------------------------------------------------------------------------+
242@@ -109,7 +121,7 @@
243 +-------------------------------------------------------------------------------------------------------------+
244 |:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|
245 |:Launchpad bug: :bug:`1231918` |
246-|:Upstream state: Verified (checked on 2014-06-09) |
247+|:Upstream state: Verified (checked on 2014-06-27) |
248 |:Fix Released: :rn:`5.6.13-61.0` |
249 |:Upstream fix: N/A |
250 +-------------------------------------------------------------------------------------------------------------+
251@@ -121,7 +133,7 @@
252 +-------------------------------------------------------------------------------------------------------------+
253 |:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |
254 |:Launchpad bug: :bug:`1205196` |
255-|:Upstream state: No Feedback (checked on 2014-06-09) |
256+|:Upstream state: No Feedback (checked on 2014-06-27) |
257 |:Fix Released: :rn:`5.6.13-61.0` |
258 |:Upstream fix: N/A |
259 +-------------------------------------------------------------------------------------------------------------+
260@@ -133,7 +145,7 @@
261 +-------------------------------------------------------------------------------------------------------------+
262 |:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |
263 |:Launchpad bug: :bug:`1234562` |
264-|:Upstream state: Open (checked on 2014-06-09) |
265+|:Upstream state: Open (checked on 2014-06-27) |
266 |:Fix Released: :rn:`5.6.13-61.0` |
267 |:Upstream fix: N/A |
268 +-------------------------------------------------------------------------------------------------------------+
269@@ -151,31 +163,31 @@
270 +-------------------------------------------------------------------------------------------------------------+
271 |:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |
272 |:Launchpad bug: :bug:`1232406` |
273-|:Upstream state: Verified (checked on 2014-06-09) |
274+|:Upstream state: Verified (checked on 2014-06-27) |
275 |:Fix Released: :rn:`5.6.13-61.0` |
276 |:Upstream fix: N/A |
277 +-------------------------------------------------------------------------------------------------------------+
278 |:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |
279 |:Launchpad bug: :bug:`1232101` |
280-|:Upstream state: Verified (checked on 2014-06-09) |
281+|:Upstream state: Verified (checked on 2014-06-27) |
282 |:Fix Released: :rn:`5.6.13-61.0` |
283 |:Upstream fix: N/A |
284 +-------------------------------------------------------------------------------------------------------------+
285 |:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |
286 |:Launchpad bug: :bug:`1231918` |
287-|:Upstream state: Verified (checked on 2014-06-09) |
288+|:Upstream state: Verified (checked on 2014-06-27) |
289 |:Fix Released: :rn:`5.6.13-61.0` |
290 |:Upstream fix: N/A |
291 +-------------------------------------------------------------------------------------------------------------+
292 |:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |
293 |:Launchpad bug: :bug:`1236884` |
294-|:Upstream state: Verified (checked on 2014-06-09) |
295+|:Upstream state: Verified (checked on 2014-06-27) |
296 |:Fix Released: :rn:`5.6.13-61.0` |
297 |:Upstream fix: N/A |
298 +-------------------------------------------------------------------------------------------------------------+
299 |:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|
300 |:Launchpad bug: :bug:`1220544` |
301-|:Upstream state: Verified (checked on 2014-06-09) |
302+|:Upstream state: Verified (checked on 2014-06-27) |
303 |:Fix Released: :rn:`5.6.13-60.6` |
304 |:Upstream fix: N/A |
305 +-------------------------------------------------------------------------------------------------------------+
306@@ -193,13 +205,13 @@
307 +-------------------------------------------------------------------------------------------------------------+
308 |:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |
309 |:Launchpad bug: :bug:`1218347` |
310-|:Upstream state: Verified (checked on 2014-06-09) |
311+|:Upstream state: Verified (checked on 2014-06-27) |
312 |:Fix Released: :rn:`5.6.13-60.6` |
313 |:Upstream fix: N/A |
314 +-------------------------------------------------------------------------------------------------------------+
315 |:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |
316 |:Launchpad bug: :bug:`1216804` |
317-|:Upstream state: Verified (checked on 2014-06-09) |
318+|:Upstream state: Verified (checked on 2014-06-27) |
319 |:Fix Released: :rn:`5.6.13-60.6` |
320 |:Upstream fix: N/A |
321 +-------------------------------------------------------------------------------------------------------------+
322@@ -217,13 +229,13 @@
323 +-------------------------------------------------------------------------------------------------------------+
324 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
325 |:Launchpad bug: :bug:`1132194` |
326-|:Upstream state: Verified (checked on 2014-06-09) |
327+|:Upstream state: Verified (checked on 2014-06-27) |
328 |:Fix Released: :rn:`5.6.13-60.5` |
329 |:Upstream fix: N/A |
330 +-------------------------------------------------------------------------------------------------------------+
331 |:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
332 |:Launchpad bug: :bug:`1196460` |
333-|:Upstream state: Open (checked on 2014-06-09) |
334+|:Upstream state: Open (checked on 2014-06-27) |
335 |:Fix Released: :rn:`5.6.13-60.5` |
336 |:Upstream fix: N/A |
337 +-------------------------------------------------------------------------------------------------------------+
338@@ -241,7 +253,7 @@
339 +-------------------------------------------------------------------------------------------------------------+
340 |:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |
341 |:Launchpad bug: :bug:`1179359` |
342-|:Upstream state: Verified (checked on 2014-06-09) |
343+|:Upstream state: Verified (checked on 2014-06-27) |
344 |:Fix Released: :rn:`5.6.12-60.4` |
345 |:Upstream fix: N/A |
346 +-------------------------------------------------------------------------------------------------------------+
347@@ -253,7 +265,7 @@
348 +-------------------------------------------------------------------------------------------------------------+
349 |:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
350 |:Launchpad bug: :bug:`1262651` |
351-|:Upstream state: Verified (checked on 2014-06-09) |
352+|:Upstream state: Verified (checked on 2014-06-27) |
353 |:Fix Released: :rn:`5.6.11-60.3` |
354 |:Upstream fix: N/A |
355 +-------------------------------------------------------------------------------------------------------------+
356@@ -283,7 +295,7 @@
357 +-------------------------------------------------------------------------------------------------------------+
358 |:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |
359 |:Launchpad bug: :bug:`1157078` |
360-|:Upstream state: Verified (checked on 2014-06-09) |
361+|:Upstream state: Verified (checked on 2014-06-27) |
362 |:Fix Released: :rn:`5.6.11-60.3` |
363 |:Upstream fix: N/A |
364 +-------------------------------------------------------------------------------------------------------------+
365@@ -307,13 +319,13 @@
366 +-------------------------------------------------------------------------------------------------------------+
367 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
368 |:Launchpad bug: :bug:`1169494` |
369-|:Upstream state: Verified (checked on 2014-06-09) |
370+|:Upstream state: Verified (checked on 2014-06-27) |
371 |:Fix Released: :rn:`5.6.11-60.3` |
372 |:Upstream fix: N/A |
373 +-------------------------------------------------------------------------------------------------------------+
374 |:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |
375 |:Launchpad bug: :bug:`1157037` |
376-|:Upstream state: Verified (checked on 2014-06-09) |
377+|:Upstream state: Verified (checked on 2014-06-27) |
378 |:Fix Released: :rn:`5.6.11-60.3` |
379 |:Upstream fix: N/A |
380 +-------------------------------------------------------------------------------------------------------------+
381@@ -325,13 +337,13 @@
382 +-------------------------------------------------------------------------------------------------------------+
383 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
384 |:Launchpad bug: :bug:`1183610` |
385-|:Upstream state: No Feedback (checked on 2014-06-09) |
386+|:Upstream state: No Feedback (checked on 2014-06-27) |
387 |:Fix Released: :rn:`5.6.11-60.3` |
388 |:Upstream fix: N/A |
389 +-------------------------------------------------------------------------------------------------------------+
390 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
391 |:Launchpad bug: :bug:`1163439` |
392-|:Upstream state: Verified (checked on 2014-06-09) |
393+|:Upstream state: Verified (checked on 2014-06-27) |
394 |:Fix Released: :rn:`5.6.11-60.3` |
395 |:Upstream fix: N/A |
396 +-------------------------------------------------------------------------------------------------------------+
397@@ -361,7 +373,7 @@
398 +-------------------------------------------------------------------------------------------------------------+
399 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
400 |:Launchpad bug: :bug:`1132350` |
401-|:Upstream state: Verified (checked on 2014-06-09) |
402+|:Upstream state: Verified (checked on 2014-06-27) |
403 |:Fix Released: :rn:`5.6.11-60.3` |
404 |:Upstream fix: N/A |
405 +-------------------------------------------------------------------------------------------------------------+
406@@ -421,7 +433,7 @@
407 +-------------------------------------------------------------------------------------------------------------+
408 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
409 |:Launchpad bug: :bug:`1042517` |
410-|:Upstream state: Verified (checked on 2014-06-09) |
411+|:Upstream state: Verified (checked on 2014-06-27) |
412 |:Fix Released: :rn:`5.6.11-60.3` |
413 |:Upstream fix: N/A |
414 +-------------------------------------------------------------------------------------------------------------+
415@@ -433,7 +445,7 @@
416 +-------------------------------------------------------------------------------------------------------------+
417 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
418 |:Launchpad bug: :bug:`1013432` |
419-|:Upstream state: Verified (checked on 2014-06-09) |
420+|:Upstream state: Verified (checked on 2014-06-27) |
421 |:Fix Released: :rn:`5.6.11-60.3` |
422 |:Upstream fix: N/A |
423 +-------------------------------------------------------------------------------------------------------------+
424@@ -463,13 +475,13 @@
425 +-------------------------------------------------------------------------------------------------------------+
426 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
427 |:Launchpad bug: N/A |
428-|:Upstream state: Verified (checked on 2014-06-09) |
429+|:Upstream state: Verified (checked on 2014-06-27) |
430 |:Fix Released: :rn:`5.6.11-60.3` |
431 |:Upstream fix: N/A |
432 +-------------------------------------------------------------------------------------------------------------+
433 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
434 |:Launchpad bug: :bug:`800035` |
435-|:Upstream state: Verified (checked on 2014-06-09) |
436+|:Upstream state: Verified (checked on 2014-06-27) |
437 |:Fix Released: :rn:`5.6.11-60.3` |
438 |:Upstream fix: N/A |
439 +-------------------------------------------------------------------------------------------------------------+
440@@ -481,7 +493,7 @@
441 +-------------------------------------------------------------------------------------------------------------+
442 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
443 |:Launchpad bug: :bug:`1100178` |
444-|:Upstream state: Verified (checked on 2014-06-09) |
445+|:Upstream state: Verified (checked on 2014-06-27) |
446 |:Fix Released: :rn:`5.6.10-60.2` |
447 |:Upstream fix: N/A |
448 +-------------------------------------------------------------------------------------------------------------+
449@@ -493,13 +505,13 @@
450 +-------------------------------------------------------------------------------------------------------------+
451 |:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
452 |:Launchpad bug: N/A |
453-|:Upstream state: Verified (checked on 2014-06-09) |
454+|:Upstream state: Verified (checked on 2014-06-27) |
455 |:Fix Released: :rn:`5.6.5-60.0` |
456 |:Upstream fix: N/A |
457 +-------------------------------------------------------------------------------------------------------------+
458 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
459 |:Launchpad bug: :bug:`1176496` |
460-|:Upstream state: Verified (checked on 2014-06-09) |
461+|:Upstream state: Verified (checked on 2014-06-27) |
462 |:Fix Released: :rn:`5.6.5-60.0` |
463 |:Upstream fix: N/A |
464 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches