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
1=== modified file 'doc/source/conf.py'
2--- doc/source/conf.py 2014-02-14 07:44:36 +0000
3+++ doc/source/conf.py 2014-03-07 10:33:28 +0000
4@@ -45,7 +45,7 @@
5
6 # General information about the project.
7 project = u'Percona Server'
8-copyright = u'Percona LLC and/or its affiliates 2009-2013'
9+copyright = u'Percona LLC and/or its affiliates 2009-2014'
10
11 # The version info for the project you're documenting, acts as replacement for
12 # |version| and |release|, also used in various other places throughout the
13@@ -54,7 +54,7 @@
14 # The short X.Y version.
15 version = '5.5'
16 # The full version, including alpha/beta/rc tags.
17-release = '5.5.35-33.0'
18+release = '5.5.36-34.0'
19
20 # The language for content autogenerated by Sphinx. Refer to documentation
21 # for a list of supported languages.
22@@ -225,7 +225,7 @@
23 # (source start file, target name, title, author, documentclass [howto/manual]).
24 latex_documents = [
25 ('index', 'PerconaServer-5.5.tex', u'Percona Server Documentation',
26- u'Percona LLC and/or its affiliates 2009-2013', 'manual'),
27+ u'Percona LLC and/or its affiliates 2009-2014', 'manual'),
28 ]
29
30 # The name of an image file (relative to this directory) to place at the top of
31@@ -258,7 +258,7 @@
32 # (source start file, name, description, authors, manual section).
33 man_pages = [
34 ('index', 'perconaserver55', u'Percona Server 5.5 Documentation',
35- [u'Percona LLC and/or its affiliates 2009-2013'], 1)
36+ [u'Percona LLC and/or its affiliates 2009-2014'], 1)
37 ]
38
39
40
41=== added file 'doc/source/flexibility/mysqlbinlog_change_db.rst'
42--- doc/source/flexibility/mysqlbinlog_change_db.rst 1970-01-01 00:00:00 +0000
43+++ doc/source/flexibility/mysqlbinlog_change_db.rst 2014-03-07 10:33:28 +0000
44@@ -0,0 +1,89 @@
45+.. _mysqlbinlog_change_db:
46+
47+==========================================
48+Ability to change database for mysqlbinlog
49+==========================================
50+
51+Sometimes there is a need to take a binary log and apply it to a database with
52+a different name than the original name of the database on binlog producer.
53+
54+New 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.
55+
56+Option :option:`rewrite-db` of **mysqlbinlog** utility allows to setup rewriting rule "from->"to".
57+
58+Example
59+=======
60+
61+**mysqlbinlog** output before rewrite-db ::
62+
63+ $ mysqlbinlog mysql-bin.000005
64+ ...
65+ # at 175
66+ #120517 13:10:00 server id 2 end_log_pos 203 Intvar
67+ SET INSERT_ID=4083/*!*/;
68+ # at 203
69+ #120517 13:10:00 server id 2 end_log_pos 367 Query thread_id=88 exec_time=0 error_code=0
70+ use world/*!*/;
71+ SET TIMESTAMP=1337253000/*!*/;
72+ insert into City (Name, CountryCode, District, Population) values ("New City", "ZMB", "TEX", 111000)
73+ /*!*/;
74+ # at 367
75+ #120517 13:10:00 server id 2 end_log_pos 394 Xid = 1414
76+ COMMIT/*!*/;
77+ DELIMITER ;
78+
79+**mysqlbinlog** output when the new variable is used: ::
80+
81+ $ mysqlbinlog --rewrite-db='world->new_world' mysql-bin.000005
82+ ...
83+ # at 106
84+ use new_world/*!*/;
85+ #120517 13:10:00 server id 2 end_log_pos 175 Query thread_id=88 exec_time=0 error_code=0
86+ SET TIMESTAMP=1337253000/*!*/;
87+ SET @@session.pseudo_thread_id=88/*!*/;
88+ SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1, @@session.autocommit=1/*!*/;
89+ SET @@session.sql_mode=0/*!*/;
90+ SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=1/*!*/;
91+ /*!\C latin1 *//*!*/;
92+ SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
93+ SET @@session.lc_time_names=0/*!*/;
94+ SET @@session.collation_database=DEFAULT/*!*/;
95+ BEGIN
96+ /*!*/;
97+ # at 175
98+ #120517 13:10:00 server id 2 end_log_pos 203 Intvar
99+ SET INSERT_ID=4083/*!*/;
100+ # at 203
101+ #120517 13:10:00 server id 2 end_log_pos 367 Query thread_id=88 exec_time=0 error_code=0
102+ SET TIMESTAMP=1337253000/*!*/;
103+ insert into City (Name, CountryCode, District, Population) values ("New City", "ZMB", "TEX", 111000)
104+ /*!*/;
105+ # at 367
106+ #120517 13:10:00 server id 2 end_log_pos 394 Xid = 1414
107+ COMMIT/*!*/;
108+
109+
110+Version Specific Information
111+============================
112+
113+ * :rn:`5.6.16-64.0`
114+ Full functionality.
115+
116+Client Command Line Parameter
117+=============================
118+
119+.. option:: rewrite-db
120+
121+ :cli: Yes
122+ :conf: Yes
123+ :scope: Global
124+ :dyn: No
125+ :vartype: String
126+ :default: Off
127+
128+
129+Related Reading
130+===============
131+
132+ * `WL #36 <http://askmonty.org/worklog/Server-Sprint/?tid=36>`_
133+
134
135=== added file 'doc/source/flexibility/slowlog_rotation.rst'
136--- doc/source/flexibility/slowlog_rotation.rst 1970-01-01 00:00:00 +0000
137+++ doc/source/flexibility/slowlog_rotation.rst 2014-03-07 10:33:28 +0000
138@@ -0,0 +1,53 @@
139+.. _slowlog_rotation:
140+
141+========================================
142+ Slow Query Log Rotation and Expiration
143+========================================
144+
145+.. note::
146+
147+ This feature is currently considered BETA quality.
148+
149+Percona 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.
150+
151+.. warning::
152+
153+ 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.
154+
155+Version Specific Information
156+============================
157+
158+ * :rn:`5.5.36-34.0`:
159+ Variable :variable:`max_slowlog_size` introduced.
160+
161+ * :rn:`5.5.36-34.0`:
162+ Variable :variable:`max_slowlog_files` introduced.
163+
164+System Variables
165+================
166+
167+.. variable:: max_slowlog_size
168+
169+ :version 5.5.36-34.0: Introduced.
170+ :cli: Yes
171+ :conf: Yes
172+ :scope: Global
173+ :dyn: Yes
174+ :vartype: numeric
175+ :default: 0 (unlimited)
176+ :range: 4096 - 1073741824
177+
178+Slow 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.
179+
180+.. variable:: max_slowlog_files
181+
182+ :version 5.5.36-34.0: Introduced.
183+ :cli: Yes
184+ :conf: Yes
185+ :scope: Global
186+ :dyn: Yes
187+ :vartype: numeric
188+ :default: 0 (unlimited)
189+ :range: 0 - 102400
190+
191+Maximum 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.
192
193=== modified file 'doc/source/index.rst'
194--- doc/source/index.rst 2014-02-05 14:34:33 +0000
195+++ doc/source/index.rst 2014-03-07 10:33:28 +0000
196@@ -98,6 +98,8 @@
197 flexibility/mysqldump_ignore_create_error
198 flexibility/extended_select_into_outfile
199 flexibility/extended_mysqlbinlog
200+ flexibility/mysqlbinlog_change_db
201+ flexibility/slowlog_rotation
202
203 Reliability Improvements
204 ========================
205
206=== modified file 'doc/source/installation.rst'
207--- doc/source/installation.rst 2014-01-14 04:11:39 +0000
208+++ doc/source/installation.rst 2014-03-07 10:33:28 +0000
209@@ -151,7 +151,8 @@
210
211 Next, follow the instructions in :ref:`compile_from_source` below.
212
213-.. _source-from-bzr
214+.. _source-from-bzr:
215+
216 =========================================================
217 Installing |Percona Server| from the Bazaar Source Tree
218 =========================================================
219
220=== modified file 'doc/source/ps-versions-comparison.rst'
221--- doc/source/ps-versions-comparison.rst 2013-12-19 12:22:20 +0000
222+++ doc/source/ps-versions-comparison.rst 2014-03-07 10:33:28 +0000
223@@ -45,7 +45,7 @@
224 - Replaced by the upstream implementation [#n-4]_
225 * - :ref:`Reduced Buffer Pool Mutex Contention <ps51:innodb_opt_lru_count>`
226 - :ref:`Reduced Buffer Pool Mutex Contention <ps55:innodb_opt_lru_count>`
227- - :ref:`Reduced Buffer Pool Mutex Contention <ps56:innodb_opt_lru_count>`
228+ - Feature not implemented
229 * - :ref:`InnoDB timer-based Concurrency Throttling <ps51:innodb_thread_concurrency_timer_based_page>`
230 - :ref:`InnoDB timer-based Concurrency Throttling <ps55:innodb_thread_concurrency_timer_based_page>`
231 - Replaced by the upstream implementation [#n-5]_
232
233=== added file 'doc/source/release-notes/Percona-Server-5.5.36-34.0.rst'
234--- doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 1970-01-01 00:00:00 +0000
235+++ doc/source/release-notes/Percona-Server-5.5.36-34.0.rst 2014-03-07 10:33:28 +0000
236@@ -0,0 +1,48 @@
237+.. rn:: 5.5.36-34.0
238+
239+==============================
240+ |Percona Server| 5.5.36-34.0
241+==============================
242+
243+Percona 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>`.
244+
245+Based 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>`_.
246+
247+New Features
248+============
249+
250+ *Debian* and *Ubuntu* packaging has been reworked to meet the packaging standards.
251+
252+ :ref:`mysqlbinlog_change_db` has been ported from |Percona Server| 5.1.
253+
254+ |Percona Server| has implemented :ref:`slowlog_rotation` feature to provide users with better control of slow query log disk space usage.
255+
256+ 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/>`_.
257+
258+Bugs Fixed
259+==========
260+
261+ The |XtraDB| version number in ``univ.i`` was incorrect. Bug fixed :bug:`1277383`.
262+
263+ :ref:`udf_percona_toolkit` were only shipped with RPM packages. Bug fixed :bug:`1159625`.
264+
265+ Server could crash if it was signaled with ``SIGHUP`` early in the server startup. Bug fixed :bug:`1249193` (upstream :mysqlbug:`62311`).
266+
267+ 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`.
268+
269+ 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`.
270+
271+ Binary RPM packages couldn't be built from source tarballs on *Fedora* 19. Bug fixed :bug:`1229598`.
272+
273+ |Percona Server| that was compiled from source package had different server version string from that of binary packages. Bug fixed :bug:`1244178`.
274+
275+ |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*).
276+
277+ Fixed the ``CMake`` warnings that were happening when ``Makefile`` was generated. Bugs fixed :bug:`1274827` (upstream :mysqlbug:`71089`).
278+
279+ |Percona Server| source tree has been reorganized to match the |MySQL| source tree layout closer. Bug fixed :bug:`1014477`.
280+
281+ On *Ubuntu* Precise multiple architecture versions of ``libmysqlclient18`` couldn't be installed side by side. Bug fixed :bug:`1052636`.
282+
283+
284+Other bugs fixed: :bug:`1005787`.
285
286=== modified file 'doc/source/release-notes/release-notes_index.rst'
287--- doc/source/release-notes/release-notes_index.rst 2014-02-14 07:44:36 +0000
288+++ doc/source/release-notes/release-notes_index.rst 2014-03-07 10:33:28 +0000
289@@ -6,6 +6,7 @@
290 :maxdepth: 1
291 :glob:
292
293+ Percona-Server-5.5.36-34.0
294 Percona-Server-5.5.35-33.0
295 Percona-Server-5.5.34-32.0
296 Percona-Server-5.5.33-31.1
297
298=== modified file 'doc/source/upstream-bug-fixes.rst'
299--- doc/source/upstream-bug-fixes.rst 2014-02-14 07:44:36 +0000
300+++ doc/source/upstream-bug-fixes.rst 2014-03-07 10:33:28 +0000
301@@ -5,6 +5,24 @@
302 =============================================================
303
304 +-------------------------------------------------------------------------------------------------------------+
305+|:Upstream bug: :mysqlbug:`71089` - CMake warning when generating Makefile |
306+|:Launchpad bug: :bug:`1274827` |
307+|:Upstream state: Closed |
308+|:Fix Released: :rn:`5.5.36-34.0` |
309+|:Upstream fix: N/A |
310++-------------------------------------------------------------------------------------------------------------+
311+|:Upstream bug: :mysqlbug:`54430` - innodb should retry partial reads/writes where errno was 0 |
312+|:Launchpad bug: :bug:`1262500` |
313+|:Upstream state: Closed |
314+|:Fix Released: :rn:`5.5.36-34.0` |
315+|:Upstream fix: N/A |
316++-------------------------------------------------------------------------------------------------------------+
317+|:Upstream bug: :mysqlbug:`62311` - segfault in mysqld during early SIGHUP handling |
318+|:Launchpad bug: :bug:`1249193` |
319+|:Upstream state: Closed |
320+|:Fix Released: :rn:`5.5.36-34.0` |
321+|:Upstream fix: N/A |
322++-------------------------------------------------------------------------------------------------------------+
323 |:Upstream bug: :mysqlbug:`41975` - Support for SSL options not included in mysqlbinlog |
324 |:Launchpad bug: :bug:`1197524` |
325 |:Upstream state: Closed |
326@@ -13,7 +31,7 @@
327 +-------------------------------------------------------------------------------------------------------------+
328 |:Upstream bug: :mysqlbug:`69639` - mysql failed to build with dtrace Sun D 1.11 |
329 |:Launchpad bug: :bug:`1196460` |
330-|:Upstream state: Open (checked on 2014-02-05) |
331+|:Upstream state: Open (checked on 2014-03-05) |
332 |:Fix Released: :rn:`5.5.33-31.1` |
333 |:Upstream fix: N/A |
334 +-------------------------------------------------------------------------------------------------------------+
335@@ -25,7 +43,7 @@
336 +-------------------------------------------------------------------------------------------------------------+
337 |:Upstream bug: :mysqlbug:`42415` - UPDATE/DELETE with LIMIT clause unsafe for SBL even with ORDER BY PK ... |
338 |:Launchpad bug: :bug:`1132194` |
339-|:Upstream state: Verified (checked on 2014-02-05) |
340+|:Upstream state: Verified (checked on 2014-03-05) |
341 |:Fix Released: :rn:`5.5.32-31.0` |
342 |:Upstream fix: N/A |
343 +-------------------------------------------------------------------------------------------------------------+
344@@ -37,7 +55,7 @@
345 +-------------------------------------------------------------------------------------------------------------+
346 |:Upstream bug: :mysqlbug:`68970` - fsp_reserve_free_extents switches from small to big tblspace handling ... |
347 |:Launchpad bug: :bug:`1169494` |
348-|:Upstream state: Verified (checked on 2014-02-05) |
349+|:Upstream state: Verified (checked on 2014-03-05) |
350 |:Fix Released: :rn:`5.5.32-31.0` |
351 |:Upstream fix: N/A |
352 +-------------------------------------------------------------------------------------------------------------+
353@@ -49,7 +67,7 @@
354 +-------------------------------------------------------------------------------------------------------------+
355 |:Upstream bug: :mysqlbug:`68999` - SSL_OP_NO_COMPRESSION not defined |
356 |:Launchpad bug: :bug:`1183610` |
357-|:Upstream state: No Feedback (checked on 2014-02-05) |
358+|:Upstream state: No Feedback (checked on 2014-03-05) |
359 |:Fix Released: :rn:`5.5.31-30.3` |
360 |:Upstream fix: N/A |
361 +-------------------------------------------------------------------------------------------------------------+
362@@ -61,7 +79,7 @@
363 +-------------------------------------------------------------------------------------------------------------+
364 |:Upstream bug: :mysqlbug:`68845` - Unnecessary log_sys->mutex reacquisition in mtr_log_reserve_and_write() |
365 |:Launchpad bug: :bug:`1163439` |
366-|:Upstream state: Verified (checked on 2014-02-05) |
367+|:Upstream state: Verified (checked on 2014-03-05) |
368 |:Fix Released: :rn:`5.5.30-30.2` |
369 |:Upstream fix: N/A |
370 +-------------------------------------------------------------------------------------------------------------+
371@@ -91,13 +109,13 @@
372 +-------------------------------------------------------------------------------------------------------------+
373 |:Upstream bug: :mysqlbug:`68476` - Suboptimal code in my_strnxfrm_simple() |
374 |:Launchpad bug: :bug:`1132350` |
375-|:Upstream state: Verified (checked on 2014-02-05) |
376+|:Upstream state: Verified (checked on 2014-03-05) |
377 |:Fix Released: :rn:`5.5.30-30.1` |
378 |:Upstream fix: N/A |
379 +-------------------------------------------------------------------------------------------------------------+
380 |:Upstream bug: :mysqlbug:`68116` - InnoDB monitor may hit an assertion error in buf_page_get_gen in debug ...|
381 |:Launchpad bug: :bug:`1100178` |
382-|:Upstream state: Verified (checked on 2014-02-05) |
383+|:Upstream state: Verified (checked on 2014-03-05) |
384 |:Fix Released: :rn:`5.5.29-30.0` |
385 |:Upstream fix: N/A |
386 +-------------------------------------------------------------------------------------------------------------+
387@@ -161,6 +179,12 @@
388 |:Fix Released: :rn:`5.5.28-29.3` |
389 |:Upstream fix: N/A |
390 +-------------------------------------------------------------------------------------------------------------+
391+|:Upstream bug: :mysqlbug:`71603` - file name is not escaped in binlog for LOAD DATA INFILE statement |
392+|:Launchpad bug: :bug:`1277351` |
393+|:Upstream state: N/A |
394+|:Fix Released: :rn:`5.5.28-29.3` |
395+|:Upstream fix: N/A |
396++-------------------------------------------------------------------------------------------------------------+
397 |:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
398 |:Launchpad bug: :bug:`1079596` |
399 |:Upstream state: Duplicate |
400@@ -187,13 +211,13 @@
401 +-------------------------------------------------------------------------------------------------------------+
402 |:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
403 |:Launchpad bug: :bug:`1042517` |
404-|:Upstream state: Verified (checked on 2014-02-05) |
405+|:Upstream state: Closed |
406 |:Fix Released: :rn:`5.5.27-29.0` |
407 |:Upstream fix: N/A |
408 +-------------------------------------------------------------------------------------------------------------+
409 |:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
410 |:Launchpad bug: :bug:`1042517` |
411-|:Upstream state: Verified (checked on 2014-02-05) |
412+|:Upstream state: Verified (checked on 2014-03-05) |
413 |:Fix Released: :rn:`5.5.27-29.0` |
414 |:Upstream fix: N/A |
415 +-------------------------------------------------------------------------------------------------------------+
416@@ -205,7 +229,7 @@
417 +-------------------------------------------------------------------------------------------------------------+
418 |:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
419 |:Launchpad bug: :bug:`1013432` |
420-|:Upstream state: Verified (checked on 2014-02-05) |
421+|:Upstream state: Verified (checked on 2014-03-05) |
422 |:Fix Released: :rn:`5.5.27-28.0` |
423 |:Upstream fix: N/A |
424 +-------------------------------------------------------------------------------------------------------------+
425@@ -253,7 +277,7 @@
426 +-------------------------------------------------------------------------------------------------------------+
427 |:Upstream bug: :mysqlbug:`71183` - os_file_fsync() should handle fsync() returning EINTR |
428 |:Launchpad bug: :bug:`1262651` |
429-|:Upstream state: Verified (checked on 2014-02-05) |
430+|:Upstream state: Verified (checked on 2014-03-05) |
431 |:Fix Released: :rn:`5.5.20-24.1` |
432 |:Upstream fix: N/A |
433 +-------------------------------------------------------------------------------------------------------------+
434@@ -277,13 +301,13 @@
435 +-------------------------------------------------------------------------------------------------------------+
436 |:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
437 |:Launchpad bug: :bug:`857590` |
438-|:Upstream state: Verified (checked on 2014-02-05) |
439+|:Upstream state: Verified (checked on 2014-03-05) |
440 |:Fix Released: :rn:`5.5.16-22.0` |
441 |:Upstream fix: N/A |
442 +-------------------------------------------------------------------------------------------------------------+
443 |:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
444 |:Launchpad bug: N/A |
445-|:Upstream state: Verified (checked on 2014-02-05) |
446+|:Upstream state: Verified (checked on 2014-03-05) |
447 |:Fix Released: :rn:`5.5.15-21.0` |
448 |:Upstream fix: N/A |
449 +-------------------------------------------------------------------------------------------------------------+
450@@ -301,7 +325,7 @@
451 +-------------------------------------------------------------------------------------------------------------+
452 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
453 |:Launchpad bug: :bug:`800035` |
454-|:Upstream state: Verified (checked on 2014-02-05) |
455+|:Upstream state: Verified (checked on 2014-03-05) |
456 |:Fix Released: :rn:`5.5.13-20.4` |
457 |:Upstream fix: N/A |
458 +-------------------------------------------------------------------------------------------------------------+
459@@ -331,7 +355,7 @@
460 +-------------------------------------------------------------------------------------------------------------+
461 |:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
462 |:Launchpad bug: :bug:`1176496` |
463-|:Upstream state: Open (checked on 2014-02-05) |
464+|:Upstream state: Open (checked on 2014-03-05) |
465 |:Fix Released: :rn:`5.5.8-20.0` |
466 |:Upstream fix: N/A |
467 +-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches