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
=== modified file 'doc/source/changed_in_56.rst'
--- doc/source/changed_in_56.rst 2014-06-06 07:22:14 +0000
+++ doc/source/changed_in_56.rst 2014-06-27 10:32:13 +0000
@@ -11,7 +11,6 @@
1111
12Some features that were present in |Percona Server| 5.5 have been removed in |Percona Server| 5.6. These are:12Some features that were present in |Percona Server| 5.5 have been removed in |Percona Server| 5.6. These are:
1313
14 * `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)
15 * ``SHOW [GLOBAL] TEMPORARY TABLES`` functionality is now only available via the ``INFORMATION_SCHEMA`` tables :table:`TEMPORARY_TABLES` and :table:`GLOBAL_TEMPORARY_TABLES`.14 * ``SHOW [GLOBAL] TEMPORARY TABLES`` functionality is now only available via the ``INFORMATION_SCHEMA`` tables :table:`TEMPORARY_TABLES` and :table:`GLOBAL_TEMPORARY_TABLES`.
16 * `InnoDB timer-based Concurrency Throttling <http://www.percona.com/doc/percona-server/5.5/performance/innodb_thread_concurrency_timer_based.html>`_15 * `InnoDB timer-based Concurrency Throttling <http://www.percona.com/doc/percona-server/5.5/performance/innodb_thread_concurrency_timer_based.html>`_
17 * `InnoDB Recovery Stats <http://www.percona.com/doc/percona-server/5.5/management/innodb_recovery_patches.html>`_16 * `InnoDB Recovery Stats <http://www.percona.com/doc/percona-server/5.5/management/innodb_recovery_patches.html>`_
@@ -87,6 +86,7 @@
87 :ref:`buff_read_ahead_area` :rn:`5.6.13-60.5`86 :ref:`buff_read_ahead_area` :rn:`5.6.13-60.5`
88 :ref:`innodb_split_buf_pool_mutex` :rn:`5.6.13-60.6`87 :ref:`innodb_split_buf_pool_mutex` :rn:`5.6.13-60.6`
89 :ref:`innodb_adaptive_hash_index_partitions_page` :rn:`5.6.13-60.6`88 :ref:`innodb_adaptive_hash_index_partitions_page` :rn:`5.6.13-60.6`
89 :ref:`handlersocket_page` :rn:`5.6.17-66.0`
90 ================================================= ===================90 ================================================= ===================
9191
92List of status variables that are no longer available in |Percona Server| 5.692List of status variables that are no longer available in |Percona Server| 5.6
@@ -186,7 +186,7 @@
186 * - :variable:`innodb_page_size` 186 * - :variable:`innodb_page_size`
187 - replaced by `innodb_page_size <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_page_size>`_187 - replaced by `innodb_page_size <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_page_size>`_
188 * - :variable:`innodb_read_ahead` 188 * - :variable:`innodb_read_ahead`
189 - 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>`_189 - 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>`_
190 * - :variable:`innodb_recovery_stats` 190 * - :variable:`innodb_recovery_stats`
191 - :ref:`InnoDB Recovery Stats <ps55:innodb_recovery_patches>` feature containing this variable has not been ported to |Percona Server| 5.6191 - :ref:`InnoDB Recovery Stats <ps55:innodb_recovery_patches>` feature containing this variable has not been ported to |Percona Server| 5.6
192 * - :variable:`innodb_recovery_update_relay_log` 192 * - :variable:`innodb_recovery_update_relay_log`
193193
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2014-06-09 16:19:09 +0000
+++ doc/source/conf.py 2014-06-27 10:32:13 +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.17-66.0'57release = '5.6.19-67.0'
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
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2014-06-09 16:19:09 +0000
+++ doc/source/index.rst 2014-06-27 10:32:13 +0000
@@ -59,6 +59,7 @@
59 scalability/innodb_split_buf_pool_mutex59 scalability/innodb_split_buf_pool_mutex
60 scalability/innodb_io60 scalability/innodb_io
61 scalability/innodb_adaptive_hash_index_partitions61 scalability/innodb_adaptive_hash_index_partitions
62 scalability/multiple_user_level_locks
6263
63Performance Improvements64Performance Improvements
64========================65========================
6566
=== added file 'doc/source/release-notes/Percona-Server-5.6.19-67.0.rst'
--- doc/source/release-notes/Percona-Server-5.6.19-67.0.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.6.19-67.0.rst 2014-06-27 10:32:13 +0000
@@ -0,0 +1,33 @@
1.. rn:: 5.6.19-67.0
2
3==============================
4 |Percona Server| 5.6.19-67.0
5==============================
6
7Percona 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>`).
8
9Based 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>`_.
10
11**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.
12
13New Features
14============
15
16 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`.
17
18 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.
19
20 |Percona Server| now supports the MTR :option:`--valgrind` option for a server that is either statically or dynamically linked with ``jemalloc``.
21
22Bugs Fixed
23==========
24
25 The ``libperconaserverclient18.1`` package was missing the library files. Bug fixed :bug:`1329911`.
26
27 |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`.
28
29 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`).
30
31Other bugs fixed: :bug:`1326348` and :bug:`1167486`.
32
33
034
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2014-06-09 16:19:09 +0000
+++ doc/source/release-notes/release-notes_index.rst 2014-06-27 10:32:13 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.6.19-67.0
9 Percona-Server-5.6.17-66.010 Percona-Server-5.6.17-66.0
10 Percona-Server-5.6.17-65.011 Percona-Server-5.6.17-65.0
11 Percona-Server-5.6.16-64.2-tokudb12 Percona-Server-5.6.16-64.2-tokudb
1213
=== added file 'doc/source/scalability/multiple_user_level_locks.rst'
--- doc/source/scalability/multiple_user_level_locks.rst 1970-01-01 00:00:00 +0000
+++ doc/source/scalability/multiple_user_level_locks.rst 2014-06-27 10:32:13 +0000
@@ -0,0 +1,23 @@
1.. _multiple_user_level_locks:
2
3==========================================
4 Multiple user level locks per connection
5==========================================
6
7|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.
8
9The 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.
10
11Version Specific Information
12============================
13 * :rn:`5.6.19-67.0` - Feature implemented in |Percona Server| 5.6
14
15Other Information
16=================
17
18 * Author / Origin:
19 Kostja Osipov
20
21Other Reading
22=============
23* `MySQL: multiple user level locks per connection <http://kostja-osipov.livejournal.com/46410.html>`_
024
=== modified file 'doc/source/tokudb/tokudb_installation.rst'
--- doc/source/tokudb/tokudb_installation.rst 2014-06-11 06:54:08 +0000
+++ doc/source/tokudb/tokudb_installation.rst 2014-06-27 10:32:13 +0000
@@ -4,10 +4,6 @@
4 TokuDB Installation4 TokuDB Installation
5=====================5=====================
66
7.. note::
8
9 This feature is considered **RELEASE CANDIDATE** quality and it isn't recommended for production use.
10
11|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.7|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.
128
13`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.9`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.
1410
=== modified file 'doc/source/tokudb/tokudb_intro.rst'
--- doc/source/tokudb/tokudb_intro.rst 2014-06-09 16:19:09 +0000
+++ doc/source/tokudb/tokudb_intro.rst 2014-06-27 10:32:13 +0000
@@ -4,10 +4,6 @@
4 TokuDB Introduction4 TokuDB Introduction
5=====================5=====================
66
7.. note::
8
9 This feature is considered **RELEASE CANDIDATE** quality and it isn't recommended for production use.
10
11|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. 7|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.
128
13TokuDB 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.9TokuDB 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.
1410
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2014-06-11 13:45:54 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-06-27 10:32:13 +0000
@@ -5,21 +5,33 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`67806` - Multiple user level lock per connection |
9|:Launchpad bug: N/A ` |
10|:Upstream state: Verified (checked on 2014-06-27) |
11|:Fix Released: :rn:`5.6.19-67.0` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`1118` - Allow multiple concurrent locks with GET_LOCK() |
15|:Launchpad bug: N/A |
16|:Upstream state: Verified (checked on 2014-06-27) |
17|:Fix Released: :rn:`5.6.19-67.0` |
18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`72615` - MTR --mysqld=--default-storage-engine=foo incompatible w/ dynamically... |20|:Upstream bug: :mysqlbug:`72615` - MTR --mysqld=--default-storage-engine=foo incompatible w/ dynamically... |
9|:Launchpad bug: :bug:`1318537` |21|:Launchpad bug: :bug:`1318537` |
10|:Upstream state: Verified (checked on 2014-06-09) |22|:Upstream state: Verified (checked on 2014-06-27) |
11|:Fix Released: :rn:`5.6.17-66.0` |23|:Fix Released: :rn:`5.6.17-66.0` |
12|:Upstream fix: N/A |24|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+25+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`72163` - Rev 5774 broke rpl_plugin_load |26|:Upstream bug: :mysqlbug:`72163` - Rev 5774 broke rpl_plugin_load |
15|:Launchpad bug: :bug:`1299688` |27|:Launchpad bug: :bug:`1299688` |
16|:Upstream state: Verified (checked on 2014-06-09) |28|:Upstream state: Verified (checked on 2014-06-27) |
17|:Fix Released: :rn:`5.6.17-65.0` |29|:Fix Released: :rn:`5.6.17-65.0` |
18|:Upstream fix: N/A |30|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+31+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`60782` - Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general...|32|:Upstream bug: :mysqlbug:`60782` - Audit plugin API: no MYSQL_AUDIT_GENERAL_LOG notifications with general...|
21|:Launchpad bug: :bug:`1182535` |33|:Launchpad bug: :bug:`1182535` |
22|:Upstream state: Verified (checked on 2014-06-09) |34|:Upstream state: Verified (checked on 2014-06-27) |
23|:Fix Released: :rn:`5.6.17-65.0` |35|:Fix Released: :rn:`5.6.17-65.0` |
24|:Upstream fix: N/A |36|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
@@ -31,19 +43,19 @@
31+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
32|:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|44|:Upstream bug: :mysqlbug:`71374` - Slave IO thread won't attempt auto reconnect to the master/error-code 1159|
33|:Launchpad bug: :bug:`1268729` |45|:Launchpad bug: :bug:`1268729` |
34|:Upstream state: Verified (checked on 2014-06-09) |46|:Upstream state: Verified (checked on 2014-06-27) |
35|:Fix Released: :rn:`5.6.16-64.1` |47|:Fix Released: :rn:`5.6.16-64.1` |
36|:Upstream fix: N/A |48|:Upstream fix: N/A |
37+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`71988` - page_cleaner: aggressive background flushing |50|:Upstream bug: :mysqlbug:`71988` - page_cleaner: aggressive background flushing |
39|:Launchpad bug: :bug:`1238039` |51|:Launchpad bug: :bug:`1238039` |
40|:Upstream state: Verified (checked on 2014-06-09) |52|:Upstream state: Verified (checked on 2014-06-27) |
41|:Fix Released: :rn:`5.6.16-64.0` |53|:Fix Released: :rn:`5.6.16-64.0` |
42|:Upstream fix: N/A |54|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
44|:Upstream bug: :mysqlbug:`71624` - printf size_t results in a fatal warning in 32-bit debug builds |56|:Upstream bug: :mysqlbug:`71624` - printf size_t results in a fatal warning in 32-bit debug builds |
45|:Launchpad bug: :bug:`1277505` |57|:Launchpad bug: :bug:`1277505` |
46|:Upstream state: Can't repeat (checked on 2014-06-09) |58|:Upstream state: Can't repeat (checked on 2014-06-27) |
47|:Fix Released: :rn:`5.6.16-64.0` |59|:Fix Released: :rn:`5.6.16-64.0` |
48|:Upstream fix: N/A |60|:Upstream fix: N/A |
49+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
@@ -85,13 +97,13 @@
85+-------------------------------------------------------------------------------------------------------------+97+-------------------------------------------------------------------------------------------------------------+
86|:Upstream bug: :mysqlbug:`71270` - Failures to end bulk insert for partitioned tables handled incorrectly |98|:Upstream bug: :mysqlbug:`71270` - Failures to end bulk insert for partitioned tables handled incorrectly |
87|:Launchpad bug: :bug:`1204871` |99|:Launchpad bug: :bug:`1204871` |
88|:Upstream state: Verified (checked on 2014-06-09) |100|:Upstream state: Verified (checked on 2014-06-27) |
89|:Fix Released: :rn:`5.6.16-64.0` |101|:Fix Released: :rn:`5.6.16-64.0` |
90|:Upstream fix: N/A |102|:Upstream fix: N/A |
91+-------------------------------------------------------------------------------------------------------------+103+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |104|:Upstream bug: :mysqlbug:`71217` - Threadpool - add thd_wait_begin/thd_wait_end to the network IO functions |
93|:Launchpad bug: :bug:`1159743` |105|:Launchpad bug: :bug:`1159743` |
94|:Upstream state: Open (checked on 2014-06-09) |106|:Upstream state: Open (checked on 2014-06-27) |
95|:Fix Released: :rn:`5.6.15-63.0` |107|:Fix Released: :rn:`5.6.15-63.0` |
96|:Upstream fix: N/A |108|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
@@ -109,7 +121,7 @@
109+-------------------------------------------------------------------------------------------------------------+121+-------------------------------------------------------------------------------------------------------------+
110|:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|122|:Upstream bug: :mysqlbug:`71411` - buf_flush_LRU() does not return correct number in case of compressed pages|
111|:Launchpad bug: :bug:`1231918` |123|:Launchpad bug: :bug:`1231918` |
112|:Upstream state: Verified (checked on 2014-06-09) |124|:Upstream state: Verified (checked on 2014-06-27) |
113|:Fix Released: :rn:`5.6.13-61.0` |125|:Fix Released: :rn:`5.6.13-61.0` |
114|:Upstream fix: N/A |126|:Upstream fix: N/A |
115+-------------------------------------------------------------------------------------------------------------+127+-------------------------------------------------------------------------------------------------------------+
@@ -121,7 +133,7 @@
121+-------------------------------------------------------------------------------------------------------------+133+-------------------------------------------------------------------------------------------------------------+
122|:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |134|:Upstream bug: :mysqlbug:`70490` - Suppression is too strict on some systems |
123|:Launchpad bug: :bug:`1205196` |135|:Launchpad bug: :bug:`1205196` |
124|:Upstream state: No Feedback (checked on 2014-06-09) |136|:Upstream state: No Feedback (checked on 2014-06-27) |
125|:Fix Released: :rn:`5.6.13-61.0` |137|:Fix Released: :rn:`5.6.13-61.0` |
126|:Upstream fix: N/A |138|:Upstream fix: N/A |
127+-------------------------------------------------------------------------------------------------------------+139+-------------------------------------------------------------------------------------------------------------+
@@ -133,7 +145,7 @@
133+-------------------------------------------------------------------------------------------------------------+145+-------------------------------------------------------------------------------------------------------------+
134|:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |146|:Upstream bug: :mysqlbug:`70500` - Page cleaner should perform LRU flushing regardless of server activity |
135|:Launchpad bug: :bug:`1234562` |147|:Launchpad bug: :bug:`1234562` |
136|:Upstream state: Open (checked on 2014-06-09) |148|:Upstream state: Open (checked on 2014-06-27) |
137|:Fix Released: :rn:`5.6.13-61.0` |149|:Fix Released: :rn:`5.6.13-61.0` |
138|:Upstream fix: N/A |150|:Upstream fix: N/A |
139+-------------------------------------------------------------------------------------------------------------+151+-------------------------------------------------------------------------------------------------------------+
@@ -151,31 +163,31 @@
151+-------------------------------------------------------------------------------------------------------------+163+-------------------------------------------------------------------------------------------------------------+
152|:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |164|:Upstream bug: :mysqlbug:`68481` - InnoDB LRU flushing for MySQL 5.6 needs work |
153|:Launchpad bug: :bug:`1232406` |165|:Launchpad bug: :bug:`1232406` |
154|:Upstream state: Verified (checked on 2014-06-09) |166|:Upstream state: Verified (checked on 2014-06-27) |
155|:Fix Released: :rn:`5.6.13-61.0` |167|:Fix Released: :rn:`5.6.13-61.0` |
156|:Upstream fix: N/A |168|:Upstream fix: N/A |
157+-------------------------------------------------------------------------------------------------------------+169+-------------------------------------------------------------------------------------------------------------+
158|:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |170|:Upstream bug: :mysqlbug:`70453` - Add hard timeouts to page cleaner flushes |
159|:Launchpad bug: :bug:`1232101` |171|:Launchpad bug: :bug:`1232101` |
160|:Upstream state: Verified (checked on 2014-06-09) |172|:Upstream state: Verified (checked on 2014-06-27) |
161|:Fix Released: :rn:`5.6.13-61.0` |173|:Fix Released: :rn:`5.6.13-61.0` |
162|:Upstream fix: N/A |174|:Upstream fix: N/A |
163+-------------------------------------------------------------------------------------------------------------+175+-------------------------------------------------------------------------------------------------------------+
164|:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |176|:Upstream bug: :mysqlbug:`69170` - buf_flush_LRU is lazy |
165|:Launchpad bug: :bug:`1231918` |177|:Launchpad bug: :bug:`1231918` |
166|:Upstream state: Verified (checked on 2014-06-09) |178|:Upstream state: Verified (checked on 2014-06-27) |
167|:Fix Released: :rn:`5.6.13-61.0` |179|:Fix Released: :rn:`5.6.13-61.0` |
168|:Upstream fix: N/A |180|:Upstream fix: N/A |
169+-------------------------------------------------------------------------------------------------------------+181+-------------------------------------------------------------------------------------------------------------+
170|:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |182|:Upstream bug: :mysqlbug:`68555` - thread convoys from log_checkpoint_margin with innodb_buffer_pool_inst... |
171|:Launchpad bug: :bug:`1236884` |183|:Launchpad bug: :bug:`1236884` |
172|:Upstream state: Verified (checked on 2014-06-09) |184|:Upstream state: Verified (checked on 2014-06-27) |
173|:Fix Released: :rn:`5.6.13-61.0` |185|:Fix Released: :rn:`5.6.13-61.0` |
174|:Upstream fix: N/A |186|:Upstream fix: N/A |
175+-------------------------------------------------------------------------------------------------------------+187+-------------------------------------------------------------------------------------------------------------+
176|:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|188|:Upstream bug: :mysqlbug:`70228` - Is buf_LRU_free_page() really supposed to make non-zip block sticky at ...|
177|:Launchpad bug: :bug:`1220544` |189|:Launchpad bug: :bug:`1220544` |
178|:Upstream state: Verified (checked on 2014-06-09) |190|:Upstream state: Verified (checked on 2014-06-27) |
179|:Fix Released: :rn:`5.6.13-60.6` |191|:Fix Released: :rn:`5.6.13-60.6` |
180|:Upstream fix: N/A |192|:Upstream fix: N/A |
181+-------------------------------------------------------------------------------------------------------------+193+-------------------------------------------------------------------------------------------------------------+
@@ -193,13 +205,13 @@
193+-------------------------------------------------------------------------------------------------------------+205+-------------------------------------------------------------------------------------------------------------+
194|:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |206|:Upstream bug: :mysqlbug:`70216` - Unnecessary overhead from persistent adaptive hash index latches |
195|:Launchpad bug: :bug:`1218347` |207|:Launchpad bug: :bug:`1218347` |
196|:Upstream state: Verified (checked on 2014-06-09) |208|:Upstream state: Verified (checked on 2014-06-27) |
197|:Fix Released: :rn:`5.6.13-60.6` |209|:Fix Released: :rn:`5.6.13-60.6` |
198|:Upstream fix: N/A |210|:Upstream fix: N/A |
199+-------------------------------------------------------------------------------------------------------------+211+-------------------------------------------------------------------------------------------------------------+
200|:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |212|:Upstream bug: :mysqlbug:`62018` - innodb adaptive hash index mutex contention |
201|:Launchpad bug: :bug:`1216804` |213|:Launchpad bug: :bug:`1216804` |
202|:Upstream state: Verified (checked on 2014-06-09) |214|:Upstream state: Verified (checked on 2014-06-27) |
203|:Fix Released: :rn:`5.6.13-60.6` |215|:Fix Released: :rn:`5.6.13-60.6` |
204|:Upstream fix: N/A |216|:Upstream fix: N/A |
205+-------------------------------------------------------------------------------------------------------------+217+-------------------------------------------------------------------------------------------------------------+
@@ -217,13 +229,13 @@
217+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
218|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |230|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
219|:Launchpad bug: :bug:`1132194` |231|:Launchpad bug: :bug:`1132194` |
220|:Upstream state: Verified (checked on 2014-06-09) |232|:Upstream state: Verified (checked on 2014-06-27) |
221|:Fix Released: :rn:`5.6.13-60.5` |233|:Fix Released: :rn:`5.6.13-60.5` |
222|:Upstream fix: N/A |234|:Upstream fix: N/A |
223+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
224|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |236|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
225|:Launchpad bug: :bug:`1196460` |237|:Launchpad bug: :bug:`1196460` |
226|:Upstream state: Open (checked on 2014-06-09) |238|:Upstream state: Open (checked on 2014-06-27) |
227|:Fix Released: :rn:`5.6.13-60.5` |239|:Fix Released: :rn:`5.6.13-60.5` |
228|:Upstream fix: N/A |240|:Upstream fix: N/A |
229+-------------------------------------------------------------------------------------------------------------+241+-------------------------------------------------------------------------------------------------------------+
@@ -241,7 +253,7 @@
241+-------------------------------------------------------------------------------------------------------------+253+-------------------------------------------------------------------------------------------------------------+
242|:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |254|:Upstream bug: :mysqlbug:`69856` - mysql_install_db does not function properly in 5.6 for debug builds |
243|:Launchpad bug: :bug:`1179359` |255|:Launchpad bug: :bug:`1179359` |
244|:Upstream state: Verified (checked on 2014-06-09) |256|:Upstream state: Verified (checked on 2014-06-27) |
245|:Fix Released: :rn:`5.6.12-60.4` |257|:Fix Released: :rn:`5.6.12-60.4` |
246|:Upstream fix: N/A |258|:Upstream fix: N/A |
247+-------------------------------------------------------------------------------------------------------------+259+-------------------------------------------------------------------------------------------------------------+
@@ -253,7 +265,7 @@
253+-------------------------------------------------------------------------------------------------------------+265+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |266|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
255|:Launchpad bug: :bug:`1262651` |267|:Launchpad bug: :bug:`1262651` |
256|:Upstream state: Verified (checked on 2014-06-09) |268|:Upstream state: Verified (checked on 2014-06-27) |
257|:Fix Released: :rn:`5.6.11-60.3` |269|:Fix Released: :rn:`5.6.11-60.3` |
258|:Upstream fix: N/A |270|:Upstream fix: N/A |
259+-------------------------------------------------------------------------------------------------------------+271+-------------------------------------------------------------------------------------------------------------+
@@ -283,7 +295,7 @@
283+-------------------------------------------------------------------------------------------------------------+295+-------------------------------------------------------------------------------------------------------------+
284|:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |296|:Upstream bug: :mysqlbug:`68714` - Remove literal statement digest values from perfschema tests |
285|:Launchpad bug: :bug:`1157078` |297|:Launchpad bug: :bug:`1157078` |
286|:Upstream state: Verified (checked on 2014-06-09) |298|:Upstream state: Verified (checked on 2014-06-27) |
287|:Fix Released: :rn:`5.6.11-60.3` |299|:Fix Released: :rn:`5.6.11-60.3` |
288|:Upstream fix: N/A |300|:Upstream fix: N/A |
289+-------------------------------------------------------------------------------------------------------------+301+-------------------------------------------------------------------------------------------------------------+
@@ -307,13 +319,13 @@
307+-------------------------------------------------------------------------------------------------------------+319+-------------------------------------------------------------------------------------------------------------+
308|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |320|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
309|:Launchpad bug: :bug:`1169494` |321|:Launchpad bug: :bug:`1169494` |
310|:Upstream state: Verified (checked on 2014-06-09) |322|:Upstream state: Verified (checked on 2014-06-27) |
311|:Fix Released: :rn:`5.6.11-60.3` |323|:Fix Released: :rn:`5.6.11-60.3` |
312|:Upstream fix: N/A |324|:Upstream fix: N/A |
313+-------------------------------------------------------------------------------------------------------------+325+-------------------------------------------------------------------------------------------------------------+
314|:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |326|:Upstream bug: :mysqlbug:`68713` - create_duplicate_weedout_tmp_table() leaves key_part_flag uninitialized |
315|:Launchpad bug: :bug:`1157037` |327|:Launchpad bug: :bug:`1157037` |
316|:Upstream state: Verified (checked on 2014-06-09) |328|:Upstream state: Verified (checked on 2014-06-27) |
317|:Fix Released: :rn:`5.6.11-60.3` |329|:Fix Released: :rn:`5.6.11-60.3` |
318|:Upstream fix: N/A |330|:Upstream fix: N/A |
319+-------------------------------------------------------------------------------------------------------------+331+-------------------------------------------------------------------------------------------------------------+
@@ -325,13 +337,13 @@
325+-------------------------------------------------------------------------------------------------------------+337+-------------------------------------------------------------------------------------------------------------+
326|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |338|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
327|:Launchpad bug: :bug:`1183610` |339|:Launchpad bug: :bug:`1183610` |
328|:Upstream state: No Feedback (checked on 2014-06-09) |340|:Upstream state: No Feedback (checked on 2014-06-27) |
329|:Fix Released: :rn:`5.6.11-60.3` |341|:Fix Released: :rn:`5.6.11-60.3` |
330|:Upstream fix: N/A |342|:Upstream fix: N/A |
331+-------------------------------------------------------------------------------------------------------------+343+-------------------------------------------------------------------------------------------------------------+
332|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |344|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
333|:Launchpad bug: :bug:`1163439` |345|:Launchpad bug: :bug:`1163439` |
334|:Upstream state: Verified (checked on 2014-06-09) |346|:Upstream state: Verified (checked on 2014-06-27) |
335|:Fix Released: :rn:`5.6.11-60.3` |347|:Fix Released: :rn:`5.6.11-60.3` |
336|:Upstream fix: N/A |348|:Upstream fix: N/A |
337+-------------------------------------------------------------------------------------------------------------+349+-------------------------------------------------------------------------------------------------------------+
@@ -361,7 +373,7 @@
361+-------------------------------------------------------------------------------------------------------------+373+-------------------------------------------------------------------------------------------------------------+
362|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |374|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
363|:Launchpad bug: :bug:`1132350` |375|:Launchpad bug: :bug:`1132350` |
364|:Upstream state: Verified (checked on 2014-06-09) |376|:Upstream state: Verified (checked on 2014-06-27) |
365|:Fix Released: :rn:`5.6.11-60.3` |377|:Fix Released: :rn:`5.6.11-60.3` |
366|:Upstream fix: N/A |378|:Upstream fix: N/A |
367+-------------------------------------------------------------------------------------------------------------+379+-------------------------------------------------------------------------------------------------------------+
@@ -421,7 +433,7 @@
421+-------------------------------------------------------------------------------------------------------------+433+-------------------------------------------------------------------------------------------------------------+
422|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|434|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
423|:Launchpad bug: :bug:`1042517` |435|:Launchpad bug: :bug:`1042517` |
424|:Upstream state: Verified (checked on 2014-06-09) |436|:Upstream state: Verified (checked on 2014-06-27) |
425|:Fix Released: :rn:`5.6.11-60.3` |437|:Fix Released: :rn:`5.6.11-60.3` |
426|:Upstream fix: N/A |438|:Upstream fix: N/A |
427+-------------------------------------------------------------------------------------------------------------+439+-------------------------------------------------------------------------------------------------------------+
@@ -433,7 +445,7 @@
433+-------------------------------------------------------------------------------------------------------------+445+-------------------------------------------------------------------------------------------------------------+
434|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 446|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
435|:Launchpad bug: :bug:`1013432` |447|:Launchpad bug: :bug:`1013432` |
436|:Upstream state: Verified (checked on 2014-06-09) |448|:Upstream state: Verified (checked on 2014-06-27) |
437|:Fix Released: :rn:`5.6.11-60.3` |449|:Fix Released: :rn:`5.6.11-60.3` |
438|:Upstream fix: N/A |450|:Upstream fix: N/A |
439+-------------------------------------------------------------------------------------------------------------+451+-------------------------------------------------------------------------------------------------------------+
@@ -463,13 +475,13 @@
463+-------------------------------------------------------------------------------------------------------------+475+-------------------------------------------------------------------------------------------------------------+
464|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |476|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
465|:Launchpad bug: N/A |477|:Launchpad bug: N/A |
466|:Upstream state: Verified (checked on 2014-06-09) |478|:Upstream state: Verified (checked on 2014-06-27) |
467|:Fix Released: :rn:`5.6.11-60.3` |479|:Fix Released: :rn:`5.6.11-60.3` |
468|:Upstream fix: N/A |480|:Upstream fix: N/A |
469+-------------------------------------------------------------------------------------------------------------+481+-------------------------------------------------------------------------------------------------------------+
470|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |482|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
471|:Launchpad bug: :bug:`800035` |483|:Launchpad bug: :bug:`800035` |
472|:Upstream state: Verified (checked on 2014-06-09) |484|:Upstream state: Verified (checked on 2014-06-27) |
473|:Fix Released: :rn:`5.6.11-60.3` |485|:Fix Released: :rn:`5.6.11-60.3` |
474|:Upstream fix: N/A |486|:Upstream fix: N/A |
475+-------------------------------------------------------------------------------------------------------------+487+-------------------------------------------------------------------------------------------------------------+
@@ -481,7 +493,7 @@
481+-------------------------------------------------------------------------------------------------------------+493+-------------------------------------------------------------------------------------------------------------+
482|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|494|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
483|:Launchpad bug: :bug:`1100178` |495|:Launchpad bug: :bug:`1100178` |
484|:Upstream state: Verified (checked on 2014-06-09) |496|:Upstream state: Verified (checked on 2014-06-27) |
485|:Fix Released: :rn:`5.6.10-60.2` |497|:Fix Released: :rn:`5.6.10-60.2` |
486|:Upstream fix: N/A |498|:Upstream fix: N/A |
487+-------------------------------------------------------------------------------------------------------------+499+-------------------------------------------------------------------------------------------------------------+
@@ -493,13 +505,13 @@
493+-------------------------------------------------------------------------------------------------------------+505+-------------------------------------------------------------------------------------------------------------+
494|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |506|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
495|:Launchpad bug: N/A |507|:Launchpad bug: N/A |
496|:Upstream state: Verified (checked on 2014-06-09) |508|:Upstream state: Verified (checked on 2014-06-27) |
497|:Fix Released: :rn:`5.6.5-60.0` |509|:Fix Released: :rn:`5.6.5-60.0` |
498|:Upstream fix: N/A |510|:Upstream fix: N/A |
499+-------------------------------------------------------------------------------------------------------------+511+-------------------------------------------------------------------------------------------------------------+
500|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|512|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
501|:Launchpad bug: :bug:`1176496` |513|:Launchpad bug: :bug:`1176496` |
502|:Upstream state: Verified (checked on 2014-06-09) |514|:Upstream state: Verified (checked on 2014-06-27) |
503|:Fix Released: :rn:`5.6.5-60.0` |515|:Fix Released: :rn:`5.6.5-60.0` |
504|:Upstream fix: N/A |516|:Upstream fix: N/A |
505+-------------------------------------------------------------------------------------------------------------+517+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches