Merge lp:~hrvojem/percona-server/rn-5.5.36-34.0-5.5 into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 634
Proposed branch: lp:~hrvojem/percona-server/rn-5.5.36-34.0-5.5
Merge into: lp:percona-server/5.5
Diff against target: 467 lines (+239/-21)
9 files modified
doc/source/conf.py (+4/-4)
doc/source/flexibility/mysqlbinlog_change_db.rst (+89/-0)
doc/source/flexibility/slowlog_rotation.rst (+53/-0)
doc/source/index.rst (+2/-0)
doc/source/installation.rst (+2/-1)
doc/source/ps-versions-comparison.rst (+1/-1)
doc/source/release-notes/Percona-Server-5.5.36-34.0.rst (+48/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+39/-15)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.5.36-34.0-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+209409@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

   - For 5.1 and 5.5 too: I am not sure why --rewrite-db is called a
     "variable". It's an option.
   - 173: s/the/its
   - max_slowlog_files needs a description what happens when the
     number is exceeded (the oldest one is deleted?)
   - 1277383: the XtraDB version number in univ.i was incorrect.
   - 1159625: missing word "packages" after the link?
   - 1249193: server could crash if it was signalled with SIGHUP early
     in the server startup.
   - 758788/1250018: server could crash if XtraDB innodb_dict_size
     option was set due to incorrect attempts to remove indexes in use
     from the dictionary cache.
   - 1269352: ...a combination of write workload and tablespace drop
     could crash the server if InnoDB compression was used.
   - 1229598: where does Scientific Linux 6.2 come from?
   - 1244178: Percona Server that was compiled from source package had
     differrent server version string from binary packages.
   - 1005787: let's piggyback to 1014477.

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

Partial review till 256:

    - 156: add "The slow query log files will be named using (link
      slow_query_log_file) as a stem, to which a dot and a sequence
      number will be appended."
    - 194: "When this number is reached server will use the oldest
      slow query log file instead of starting a new one." - it sounds
      as if the oldest log file will be reopened for further writing
      while keeping its sequence number, but I guess it will be
      deleted and a new file with a current sequence number will
      started?
    - 249: In order to comply with Linux distribution packaging
      standards |Percona|'s version of ``libmysqlclient`` has been
      renamed to ``libperconaserver``. The old name was conflicting
      with the upstream libmysqlclient. Except for packaging,
      ``libmysqlclient`` and ``libperconaserverclient`` of the same
      version do not have any differences. Users wishing to continue
      using ``libmysqlclient`` will have to install the corresponding
      package of their distribution, such as ``mysql-lib``
      for *CentOS* and ``libmysqlclient18`` for *Ubuntu*/*Debian*.
      Users wishing to build software against
      ``libperconaserverclient`` should install
      ``libperconaserverclient-dev`` package. An old version of
      Percona-built ``libmysqlclient`` will be available for download
      at ...
   - 1159625: missing word "packages" after the link?
   - 256: were or was, depending on produced output

review: Needs Fixing
Revision history for this message
Hrvoje Matijakovic (hrvojem) wrote :

> Partial review till 256:
>
> - 156: add "The slow query log files will be named using (link
> slow_query_log_file) as a stem, to which a dot and a sequence
> number will be appended."
> - 194: "When this number is reached server will use the oldest
> slow query log file instead of starting a new one." - it sounds
> as if the oldest log file will be reopened for further writing
> while keeping its sequence number, but I guess it will be
> deleted and a new file with a current sequence number will
> started?
> - 249: In order to comply with Linux distribution packaging
> standards |Percona|'s version of ``libmysqlclient`` has been
> renamed to ``libperconaserver``. The old name was conflicting
> with the upstream libmysqlclient. Except for packaging,
> ``libmysqlclient`` and ``libperconaserverclient`` of the same
> version do not have any differences. Users wishing to continue
> using ``libmysqlclient`` will have to install the corresponding
> package of their distribution, such as ``mysql-lib``
> for *CentOS* and ``libmysqlclient18`` for *Ubuntu*/*Debian*.
> Users wishing to build software against
> ``libperconaserverclient`` should install
> ``libperconaserverclient-dev`` package. An old version of
> Percona-built ``libmysqlclient`` will be available for download
> at ...

Fixed and pushed.

> - 1159625: missing word "packages" after the link?
> - 256: were or was, depending on produced output

Description of that bug looks like this:

Percona Toolkit UDFs were only shipped with RPM packages. Bug fixed #1159625.

I'm not sure that word "packages" is needed.

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

    - 156: remove the parentheses? (I wrote them in my previous
      review to indicate "link goes here" only).
    - 266: "from that of binary packages"
    - 1014477 duplicated in "other bugs"

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-02-14 07:44:36 +0000
+++ doc/source/conf.py 2014-03-07 10:33:28 +0000
@@ -45,7 +45,7 @@
4545
46# General information about the project.46# General information about the project.
47project = u'Percona Server'47project = u'Percona Server'
48copyright = u'Percona LLC and/or its affiliates 2009-2013'48copyright = u'Percona LLC and/or its affiliates 2009-2014'
4949
50# The version info for the project you're documenting, acts as replacement for50# The version info for the project you're documenting, acts as replacement for
51# |version| and |release|, also used in various other places throughout the51# |version| and |release|, also used in various other places throughout the
@@ -54,7 +54,7 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.5'55version = '5.5'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57release = '5.5.35-33.0'57release = '5.5.36-34.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.
@@ -225,7 +225,7 @@
225# (source start file, target name, title, author, documentclass [howto/manual]).225# (source start file, target name, title, author, documentclass [howto/manual]).
226latex_documents = [226latex_documents = [
227 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',227 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',
228 u'Percona LLC and/or its affiliates 2009-2013', 'manual'),228 u'Percona LLC and/or its affiliates 2009-2014', 'manual'),
229]229]
230230
231# The name of an image file (relative to this directory) to place at the top of231# The name of an image file (relative to this directory) to place at the top of
@@ -258,7 +258,7 @@
258# (source start file, name, description, authors, manual section).258# (source start file, name, description, authors, manual section).
259man_pages = [259man_pages = [
260 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',260 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',
261 [u'Percona LLC and/or its affiliates 2009-2013'], 1)261 [u'Percona LLC and/or its affiliates 2009-2014'], 1)
262]262]
263263
264264
265265
=== added file 'doc/source/flexibility/mysqlbinlog_change_db.rst'
--- doc/source/flexibility/mysqlbinlog_change_db.rst 1970-01-01 00:00:00 +0000
+++ doc/source/flexibility/mysqlbinlog_change_db.rst 2014-03-07 10:33:28 +0000
@@ -0,0 +1,89 @@
1.. _mysqlbinlog_change_db:
2
3==========================================
4Ability to change database for mysqlbinlog
5==========================================
6
7Sometimes there is a need to take a binary log and apply it to a database with
8a different name than the original name of the database on binlog producer.
9
10New option rewrite-db has been added to the mysqlbinlog utility that allows the changing names of the used databases in both Row-Based and Statement-Based replication. This was possible before by using tools like grep, awk and sed but only for SBR, because with RBR database name is encoded within the BINLOG ‘....’ statement.
11
12Option :option:`rewrite-db` of **mysqlbinlog** utility allows to setup rewriting rule "from->"to".
13
14Example
15=======
16
17**mysqlbinlog** output before rewrite-db ::
18
19 $ mysqlbinlog mysql-bin.000005
20 ...
21 # at 175
22 #120517 13:10:00 server id 2 end_log_pos 203 Intvar
23 SET INSERT_ID=4083/*!*/;
24 # at 203
25 #120517 13:10:00 server id 2 end_log_pos 367 Query thread_id=88 exec_time=0 error_code=0
26 use world/*!*/;
27 SET TIMESTAMP=1337253000/*!*/;
28 insert into City (Name, CountryCode, District, Population) values ("New City", "ZMB", "TEX", 111000)
29 /*!*/;
30 # at 367
31 #120517 13:10:00 server id 2 end_log_pos 394 Xid = 1414
32 COMMIT/*!*/;
33 DELIMITER ;
34
35**mysqlbinlog** output when the new variable is used: ::
36
37 $ mysqlbinlog --rewrite-db='world->new_world' mysql-bin.000005
38 ...
39 # at 106
40 use new_world/*!*/;
41 #120517 13:10:00 server id 2 end_log_pos 175 Query thread_id=88 exec_time=0 error_code=0
42 SET TIMESTAMP=1337253000/*!*/;
43 SET @@session.pseudo_thread_id=88/*!*/;
44 SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1, @@session.autocommit=1/*!*/;
45 SET @@session.sql_mode=0/*!*/;
46 SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=1/*!*/;
47 /*!\C latin1 *//*!*/;
48 SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
49 SET @@session.lc_time_names=0/*!*/;
50 SET @@session.collation_database=DEFAULT/*!*/;
51 BEGIN
52 /*!*/;
53 # at 175
54 #120517 13:10:00 server id 2 end_log_pos 203 Intvar
55 SET INSERT_ID=4083/*!*/;
56 # at 203
57 #120517 13:10:00 server id 2 end_log_pos 367 Query thread_id=88 exec_time=0 error_code=0
58 SET TIMESTAMP=1337253000/*!*/;
59 insert into City (Name, CountryCode, District, Population) values ("New City", "ZMB", "TEX", 111000)
60 /*!*/;
61 # at 367
62 #120517 13:10:00 server id 2 end_log_pos 394 Xid = 1414
63 COMMIT/*!*/;
64
65
66Version Specific Information
67============================
68
69 * :rn:`5.6.16-64.0`
70 Full functionality.
71
72Client Command Line Parameter
73=============================
74
75.. option:: rewrite-db
76
77 :cli: Yes
78 :conf: Yes
79 :scope: Global
80 :dyn: No
81 :vartype: String
82 :default: Off
83
84
85Related Reading
86===============
87
88 * `WL #36 <http://askmonty.org/worklog/Server-Sprint/?tid=36>`_
89
090
=== added file 'doc/source/flexibility/slowlog_rotation.rst'
--- doc/source/flexibility/slowlog_rotation.rst 1970-01-01 00:00:00 +0000
+++ doc/source/flexibility/slowlog_rotation.rst 2014-03-07 10:33:28 +0000
@@ -0,0 +1,53 @@
1.. _slowlog_rotation:
2
3========================================
4 Slow Query Log Rotation and Expiration
5========================================
6
7.. note::
8
9 This feature is currently considered BETA quality.
10
11Percona has implemented two new variables, :variable:`max_slowlog_size` and :variable:`max_slowlog_files` to provide users with ability to control the slow query log disk usage. These variables have the same behavior as upstream variable `max_binlog_size <https://dev.mysql.com/doc/refman/5.5/en/replication-options-binary-log.html#sysvar_max_binlog_size>`_ and :variable:`max_binlog_files` variable used for controlling the binary log.
12
13.. warning::
14
15 For this feature to work variable :variable:`slow_query_log_file` needs to be set up manually and without the ``.log`` sufix. The slow query log files will be named using :variable:`slow_query_log_file` as a stem, to which a dot and a sequence number will be appended.
16
17Version Specific Information
18============================
19
20 * :rn:`5.5.36-34.0`:
21 Variable :variable:`max_slowlog_size` introduced.
22
23 * :rn:`5.5.36-34.0`:
24 Variable :variable:`max_slowlog_files` introduced.
25
26System Variables
27================
28
29.. variable:: max_slowlog_size
30
31 :version 5.5.36-34.0: Introduced.
32 :cli: Yes
33 :conf: Yes
34 :scope: Global
35 :dyn: Yes
36 :vartype: numeric
37 :default: 0 (unlimited)
38 :range: 4096 - 1073741824
39
40Slow query log will be rotated automatically when its size exceeds this value. The default is ``0``, don't limit the size. When this feature is enabled slow query log file will be renamed to :variable:`slow_query_log_file`.000001.
41
42.. variable:: max_slowlog_files
43
44 :version 5.5.36-34.0: Introduced.
45 :cli: Yes
46 :conf: Yes
47 :scope: Global
48 :dyn: Yes
49 :vartype: numeric
50 :default: 0 (unlimited)
51 :range: 0 - 102400
52
53Maximum number of slow query log files. Used with :variable:`max_slowlog_size` this can be used to limit the total amount of slow query log files. When this number is reached server will create a new slow query log file with increased sequence number. Log file with the lowest sequence number will be deleted.
054
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2014-02-05 14:34:33 +0000
+++ doc/source/index.rst 2014-03-07 10:33:28 +0000
@@ -98,6 +98,8 @@
98 flexibility/mysqldump_ignore_create_error98 flexibility/mysqldump_ignore_create_error
99 flexibility/extended_select_into_outfile99 flexibility/extended_select_into_outfile
100 flexibility/extended_mysqlbinlog100 flexibility/extended_mysqlbinlog
101 flexibility/mysqlbinlog_change_db
102 flexibility/slowlog_rotation
101103
102Reliability Improvements104Reliability Improvements
103========================105========================
104106
=== modified file 'doc/source/installation.rst'
--- doc/source/installation.rst 2014-01-14 04:11:39 +0000
+++ doc/source/installation.rst 2014-03-07 10:33:28 +0000
@@ -151,7 +151,8 @@
151151
152Next, follow the instructions in :ref:`compile_from_source` below.152Next, follow the instructions in :ref:`compile_from_source` below.
153153
154.. _source-from-bzr154.. _source-from-bzr:
155
155=========================================================156=========================================================
156 Installing |Percona Server| from the Bazaar Source Tree157 Installing |Percona Server| from the Bazaar Source Tree
157=========================================================158=========================================================
158159
=== modified file 'doc/source/ps-versions-comparison.rst'
--- doc/source/ps-versions-comparison.rst 2013-12-19 12:22:20 +0000
+++ doc/source/ps-versions-comparison.rst 2014-03-07 10:33:28 +0000
@@ -45,7 +45,7 @@
45 - Replaced by the upstream implementation [#n-4]_45 - Replaced by the upstream implementation [#n-4]_
46 * - :ref:`Reduced Buffer Pool Mutex Contention <ps51:innodb_opt_lru_count>`46 * - :ref:`Reduced Buffer Pool Mutex Contention <ps51:innodb_opt_lru_count>`
47 - :ref:`Reduced Buffer Pool Mutex Contention <ps55:innodb_opt_lru_count>`47 - :ref:`Reduced Buffer Pool Mutex Contention <ps55:innodb_opt_lru_count>`
48 - :ref:`Reduced Buffer Pool Mutex Contention <ps56:innodb_opt_lru_count>`48 - Feature not implemented
49 * - :ref:`InnoDB timer-based Concurrency Throttling <ps51:innodb_thread_concurrency_timer_based_page>`49 * - :ref:`InnoDB timer-based Concurrency Throttling <ps51:innodb_thread_concurrency_timer_based_page>`
50 - :ref:`InnoDB timer-based Concurrency Throttling <ps55:innodb_thread_concurrency_timer_based_page>`50 - :ref:`InnoDB timer-based Concurrency Throttling <ps55:innodb_thread_concurrency_timer_based_page>`
51 - Replaced by the upstream implementation [#n-5]_51 - Replaced by the upstream implementation [#n-5]_
5252
=== added file 'doc/source/release-notes/Percona-Server-5.5.36-34.0.rst'
--- doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 2014-03-07 10:33:28 +0000
@@ -0,0 +1,48 @@
1.. rn:: 5.5.36-34.0
2
3==============================
4 |Percona Server| 5.5.36-34.0
5==============================
6
7Percona is glad to announce the release of |Percona Server| 5.5.36-34.0 on March 10th, 2014. Downloads are available `here <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.36-34.0/>`_ and from the :doc:`Percona Software Repositories </installation>`.
8
9Based on `MySQL 5.5.36 <http://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-36.html>`_, including all the bug fixes in it, |Percona Server| 5.5.36-34.0 is now the current stable release in the 5.5 series. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.5.36-34.0 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.5.36-34.0>`_.
10
11New Features
12============
13
14 *Debian* and *Ubuntu* packaging has been reworked to meet the packaging standards.
15
16 :ref:`mysqlbinlog_change_db` has been ported from |Percona Server| 5.1.
17
18 |Percona Server| has implemented :ref:`slowlog_rotation` feature to provide users with better control of slow query log disk space usage.
19
20 In order to comply with Linux distribution packaging standards |Percona|'s version of ``libmysqlclient`` has been renamed to ``libperconaserver``. The old name was conflicting with the upstream ``libmysqlclient``. Except for packaging, ``libmysqlclient`` and ``libperconaserverclient`` of the same version do not have any differences. Users wishing to continue using ``libmysqlclient`` will have to install the corresponding package of their distribution, such as ``mysql-lib`` for *CentOS* and ``libmysqlclient18`` for *Ubuntu*/*Debian*. Users wishing to build software against ``libperconaserverclient`` should install ``libperconaserverclient-dev`` package. An old version of Percona-built ``libmysqlclient`` will be available for `download <http://www.percona.com/downloads/Percona-Server-5.5/Percona-Server-5.5.35-rel33.0/deb/>`_.
21
22Bugs Fixed
23==========
24
25 The |XtraDB| version number in ``univ.i`` was incorrect. Bug fixed :bug:`1277383`.
26
27 :ref:`udf_percona_toolkit` were only shipped with RPM packages. Bug fixed :bug:`1159625`.
28
29 Server could crash if it was signaled with ``SIGHUP`` early in the server startup. Bug fixed :bug:`1249193` (upstream :mysqlbug:`62311`).
30
31 Server could crash if |XtraDB| :variable:`innodb_dict_size` option was set due to incorrect attempts to remove indexes in use from the dictionary cache. Bugs fixed :bug:`1250018` and :bug:`758788`.
32
33 Fix for bug :bug:`1227581`, a buffer pool mutex split regression, was not complete, thus a combination of write workload and tablespace drop could crash the server if |InnoDB| compression was used. Bug fixed :bug:`1269352`.
34
35 Binary RPM packages couldn't be built from source tarballs on *Fedora* 19. Bug fixed :bug:`1229598`.
36
37 |Percona Server| that was compiled from source package had different server version string from that of binary packages. Bug fixed :bug:`1244178`.
38
39 |InnoDB| did not handle the cases of asynchronous and synchronous I/O requests completing partially or being interrupted. Bugs fixed :bug:`1262500` (upstream :mysqlbug:`54430`), and :bug:`1263087` (*Andrew Gaul*).
40
41 Fixed the ``CMake`` warnings that were happening when ``Makefile`` was generated. Bugs fixed :bug:`1274827` (upstream :mysqlbug:`71089`).
42
43 |Percona Server| source tree has been reorganized to match the |MySQL| source tree layout closer. Bug fixed :bug:`1014477`.
44
45 On *Ubuntu* Precise multiple architecture versions of ``libmysqlclient18`` couldn't be installed side by side. Bug fixed :bug:`1052636`.
46
47
48Other bugs fixed: :bug:`1005787`.
049
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2014-02-14 07:44:36 +0000
+++ doc/source/release-notes/release-notes_index.rst 2014-03-07 10:33:28 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.5.36-34.0
9 Percona-Server-5.5.35-33.010 Percona-Server-5.5.35-33.0
10 Percona-Server-5.5.34-32.011 Percona-Server-5.5.34-32.0
11 Percona-Server-5.5.33-31.112 Percona-Server-5.5.33-31.1
1213
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2014-02-14 07:44:36 +0000
+++ doc/source/upstream-bug-fixes.rst 2014-03-07 10:33:28 +0000
@@ -5,6 +5,24 @@
5=============================================================5=============================================================
66
7+-------------------------------------------------------------------------------------------------------------+7+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`71089` - CMake warning when generating Makefile |
9|:Launchpad bug: :bug:`1274827` |
10|:Upstream state: Closed |
11|:Fix Released: :rn:`5.5.36-34.0` |
12|:Upstream fix: N/A |
13+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`54430` - innodb should retry partial reads/writes where errno was 0 |
15|:Launchpad bug: :bug:`1262500` |
16|:Upstream state: Closed |
17|:Fix Released: :rn:`5.5.36-34.0` |
18|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+
20|:Upstream bug: :mysqlbug:`62311` - segfault in mysqld during early SIGHUP handling |
21|:Launchpad bug: :bug:`1249193` |
22|:Upstream state: Closed |
23|:Fix Released: :rn:`5.5.36-34.0` |
24|:Upstream fix: N/A |
25+-------------------------------------------------------------------------------------------------------------+
8|:Upstream bug: :mysqlbug:`41975` - Support for SSL options not included in mysqlbinlog |26|:Upstream bug: :mysqlbug:`41975` - Support for SSL options not included in mysqlbinlog |
9|:Launchpad bug: :bug:`1197524` |27|:Launchpad bug: :bug:`1197524` |
10|:Upstream state: Closed |28|:Upstream state: Closed |
@@ -13,7 +31,7 @@
13+-------------------------------------------------------------------------------------------------------------+31+-------------------------------------------------------------------------------------------------------------+
14|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |32|:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
15|:Launchpad bug: :bug:`1196460` |33|:Launchpad bug: :bug:`1196460` |
16|:Upstream state: Open (checked on 2014-02-05) |34|:Upstream state: Open (checked on 2014-03-05) |
17|:Fix Released: :rn:`5.5.33-31.1` |35|:Fix Released: :rn:`5.5.33-31.1` |
18|:Upstream fix: N/A |36|:Upstream fix: N/A |
19+-------------------------------------------------------------------------------------------------------------+37+-------------------------------------------------------------------------------------------------------------+
@@ -25,7 +43,7 @@
25+-------------------------------------------------------------------------------------------------------------+43+-------------------------------------------------------------------------------------------------------------+
26|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |44|:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
27|:Launchpad bug: :bug:`1132194` |45|:Launchpad bug: :bug:`1132194` |
28|:Upstream state: Verified (checked on 2014-02-05) |46|:Upstream state: Verified (checked on 2014-03-05) |
29|:Fix Released: :rn:`5.5.32-31.0` |47|:Fix Released: :rn:`5.5.32-31.0` |
30|:Upstream fix: N/A |48|:Upstream fix: N/A |
31+-------------------------------------------------------------------------------------------------------------+49+-------------------------------------------------------------------------------------------------------------+
@@ -37,7 +55,7 @@
37+-------------------------------------------------------------------------------------------------------------+55+-------------------------------------------------------------------------------------------------------------+
38|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |56|:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
39|:Launchpad bug: :bug:`1169494` |57|:Launchpad bug: :bug:`1169494` |
40|:Upstream state: Verified (checked on 2014-02-05) |58|:Upstream state: Verified (checked on 2014-03-05) |
41|:Fix Released: :rn:`5.5.32-31.0` |59|:Fix Released: :rn:`5.5.32-31.0` |
42|:Upstream fix: N/A |60|:Upstream fix: N/A |
43+-------------------------------------------------------------------------------------------------------------+61+-------------------------------------------------------------------------------------------------------------+
@@ -49,7 +67,7 @@
49+-------------------------------------------------------------------------------------------------------------+67+-------------------------------------------------------------------------------------------------------------+
50|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |68|:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
51|:Launchpad bug: :bug:`1183610` |69|:Launchpad bug: :bug:`1183610` |
52|:Upstream state: No Feedback (checked on 2014-02-05) |70|:Upstream state: No Feedback (checked on 2014-03-05) |
53|:Fix Released: :rn:`5.5.31-30.3` |71|:Fix Released: :rn:`5.5.31-30.3` |
54|:Upstream fix: N/A |72|:Upstream fix: N/A |
55+-------------------------------------------------------------------------------------------------------------+73+-------------------------------------------------------------------------------------------------------------+
@@ -61,7 +79,7 @@
61+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
62|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |80|:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
63|:Launchpad bug: :bug:`1163439` |81|:Launchpad bug: :bug:`1163439` |
64|:Upstream state: Verified (checked on 2014-02-05) |82|:Upstream state: Verified (checked on 2014-03-05) |
65|:Fix Released: :rn:`5.5.30-30.2` |83|:Fix Released: :rn:`5.5.30-30.2` |
66|:Upstream fix: N/A |84|:Upstream fix: N/A |
67+-------------------------------------------------------------------------------------------------------------+85+-------------------------------------------------------------------------------------------------------------+
@@ -91,13 +109,13 @@
91+-------------------------------------------------------------------------------------------------------------+109+-------------------------------------------------------------------------------------------------------------+
92|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |110|:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
93|:Launchpad bug: :bug:`1132350` |111|:Launchpad bug: :bug:`1132350` |
94|:Upstream state: Verified (checked on 2014-02-05) |112|:Upstream state: Verified (checked on 2014-03-05) |
95|:Fix Released: :rn:`5.5.30-30.1` |113|:Fix Released: :rn:`5.5.30-30.1` |
96|:Upstream fix: N/A |114|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+115+-------------------------------------------------------------------------------------------------------------+
98|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|116|:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
99|:Launchpad bug: :bug:`1100178` |117|:Launchpad bug: :bug:`1100178` |
100|:Upstream state: Verified (checked on 2014-02-05) |118|:Upstream state: Verified (checked on 2014-03-05) |
101|:Fix Released: :rn:`5.5.29-30.0` |119|:Fix Released: :rn:`5.5.29-30.0` |
102|:Upstream fix: N/A |120|:Upstream fix: N/A |
103+-------------------------------------------------------------------------------------------------------------+121+-------------------------------------------------------------------------------------------------------------+
@@ -161,6 +179,12 @@
161|:Fix Released: :rn:`5.5.28-29.3` |179|:Fix Released: :rn:`5.5.28-29.3` |
162|:Upstream fix: N/A |180|:Upstream fix: N/A |
163+-------------------------------------------------------------------------------------------------------------+181+-------------------------------------------------------------------------------------------------------------+
182|:Upstream bug: :mysqlbug:`71603` - file name is not escaped in binlog for LOAD DATA INFILE statement |
183|:Launchpad bug: :bug:`1277351` |
184|:Upstream state: N/A |
185|:Fix Released: :rn:`5.5.28-29.3` |
186|:Upstream fix: N/A |
187+-------------------------------------------------------------------------------------------------------------+
164|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |188|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
165|:Launchpad bug: :bug:`1079596` |189|:Launchpad bug: :bug:`1079596` |
166|:Upstream state: Duplicate |190|:Upstream state: Duplicate |
@@ -187,13 +211,13 @@
187+-------------------------------------------------------------------------------------------------------------+211+-------------------------------------------------------------------------------------------------------------+
188|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |212|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
189|:Launchpad bug: :bug:`1042517` |213|:Launchpad bug: :bug:`1042517` |
190|:Upstream state: Verified (checked on 2014-02-05) |214|:Upstream state: Closed |
191|:Fix Released: :rn:`5.5.27-29.0` |215|:Fix Released: :rn:`5.5.27-29.0` |
192|:Upstream fix: N/A |216|:Upstream fix: N/A |
193+-------------------------------------------------------------------------------------------------------------+217+-------------------------------------------------------------------------------------------------------------+
194|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|218|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
195|:Launchpad bug: :bug:`1042517` |219|:Launchpad bug: :bug:`1042517` |
196|:Upstream state: Verified (checked on 2014-02-05) |220|:Upstream state: Verified (checked on 2014-03-05) |
197|:Fix Released: :rn:`5.5.27-29.0` |221|:Fix Released: :rn:`5.5.27-29.0` |
198|:Upstream fix: N/A |222|:Upstream fix: N/A |
199+-------------------------------------------------------------------------------------------------------------+223+-------------------------------------------------------------------------------------------------------------+
@@ -205,7 +229,7 @@
205+-------------------------------------------------------------------------------------------------------------+229+-------------------------------------------------------------------------------------------------------------+
206|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. | 230|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
207|:Launchpad bug: :bug:`1013432` |231|:Launchpad bug: :bug:`1013432` |
208|:Upstream state: Verified (checked on 2014-02-05) |232|:Upstream state: Verified (checked on 2014-03-05) |
209|:Fix Released: :rn:`5.5.27-28.0` |233|:Fix Released: :rn:`5.5.27-28.0` |
210|:Upstream fix: N/A |234|:Upstream fix: N/A |
211+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
@@ -253,7 +277,7 @@
253+-------------------------------------------------------------------------------------------------------------+277+-------------------------------------------------------------------------------------------------------------+
254|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |278|:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
255|:Launchpad bug: :bug:`1262651` |279|:Launchpad bug: :bug:`1262651` |
256|:Upstream state: Verified (checked on 2014-02-05) |280|:Upstream state: Verified (checked on 2014-03-05) |
257|:Fix Released: :rn:`5.5.20-24.1` |281|:Fix Released: :rn:`5.5.20-24.1` |
258|:Upstream fix: N/A |282|:Upstream fix: N/A |
259+-------------------------------------------------------------------------------------------------------------+283+-------------------------------------------------------------------------------------------------------------+
@@ -277,13 +301,13 @@
277+-------------------------------------------------------------------------------------------------------------+301+-------------------------------------------------------------------------------------------------------------+
278|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |302|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
279|:Launchpad bug: :bug:`857590` |303|:Launchpad bug: :bug:`857590` |
280|:Upstream state: Verified (checked on 2014-02-05) |304|:Upstream state: Verified (checked on 2014-03-05) |
281|:Fix Released: :rn:`5.5.16-22.0` |305|:Fix Released: :rn:`5.5.16-22.0` |
282|:Upstream fix: N/A |306|:Upstream fix: N/A |
283+-------------------------------------------------------------------------------------------------------------+307+-------------------------------------------------------------------------------------------------------------+
284|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |308|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
285|:Launchpad bug: N/A |309|:Launchpad bug: N/A |
286|:Upstream state: Verified (checked on 2014-02-05) |310|:Upstream state: Verified (checked on 2014-03-05) |
287|:Fix Released: :rn:`5.5.15-21.0` |311|:Fix Released: :rn:`5.5.15-21.0` |
288|:Upstream fix: N/A |312|:Upstream fix: N/A |
289+-------------------------------------------------------------------------------------------------------------+313+-------------------------------------------------------------------------------------------------------------+
@@ -301,7 +325,7 @@
301+-------------------------------------------------------------------------------------------------------------+325+-------------------------------------------------------------------------------------------------------------+
302|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |326|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
303|:Launchpad bug: :bug:`800035` |327|:Launchpad bug: :bug:`800035` |
304|:Upstream state: Verified (checked on 2014-02-05) |328|:Upstream state: Verified (checked on 2014-03-05) |
305|:Fix Released: :rn:`5.5.13-20.4` |329|:Fix Released: :rn:`5.5.13-20.4` |
306|:Upstream fix: N/A |330|:Upstream fix: N/A |
307+-------------------------------------------------------------------------------------------------------------+331+-------------------------------------------------------------------------------------------------------------+
@@ -331,7 +355,7 @@
331+-------------------------------------------------------------------------------------------------------------+355+-------------------------------------------------------------------------------------------------------------+
332|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|356|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
333|:Launchpad bug: :bug:`1176496` |357|:Launchpad bug: :bug:`1176496` |
334|:Upstream state: Open (checked on 2014-02-05) |358|:Upstream state: Open (checked on 2014-03-05) |
335|:Fix Released: :rn:`5.5.8-20.0` |359|:Fix Released: :rn:`5.5.8-20.0` |
336|:Upstream fix: N/A |360|:Upstream fix: N/A |
337+-------------------------------------------------------------------------------------------------------------+361+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches