Merge lp:~hrvojem/percona-server/bug1186755-5.5-trunk 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: 538
Proposed branch: lp:~hrvojem/percona-server/bug1186755-5.5-trunk
Merge into: lp:percona-server/5.5
Diff against target: 91 lines (+43/-1)
2 files modified
doc/source/release-notes/Percona-Server-5.5.15-21.0.rst (+1/-1)
doc/source/upstream-bug-fixes.rst (+42/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1186755-5.5-trunk
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+169375@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

This MP added doc/source/ext/psdom.pyc, which probably was not intended (we don't have other .pyc files in the doc/ or anywhere else in the source tree), bug 1194486.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'doc/source/ext/psdom.pyc'
2Binary files doc/source/ext/psdom.pyc 1970-01-01 00:00:00 +0000 and doc/source/ext/psdom.pyc 2013-06-14 09:58:03 +0000 differ
3=== modified file 'doc/source/release-notes/Percona-Server-5.5.15-21.0.rst'
4--- doc/source/release-notes/Percona-Server-5.5.15-21.0.rst 2013-03-21 20:56:25 +0000
5+++ doc/source/release-notes/Percona-Server-5.5.15-21.0.rst 2013-06-14 09:58:03 +0000
6@@ -12,7 +12,7 @@
7 New features
8 =============
9
10-As of MySQL 5.5.15, a *Fixed Row Format* (FRF) is still being used in the ``MEMORY`` storage engine. The fixed row format imposes restrictions on the type of columns as it assigns on advance a limited amount of memory per row. This renders a ``VARCHAR`` field in a ``CHAR`` field in practice, making impossible to have a TEXT or BLOB field with that engine implementation.
11+As of MySQL 5.5.15, a *Fixed Row Format* (FRF) is still being used in the ``MEMORY`` storage engine. The fixed row format imposes restrictions on the type of columns as it assigns on advance a limited amount of memory per row. This renders a ``VARCHAR`` field in a ``CHAR`` field in practice, making impossible to have a TEXT or BLOB field with that engine implementation. This feature also fixed the upstream :mysqlbug:`25007`.
12
13 To overcome this limitation, the :ref:`improved_memory_engine` is introduced in this release for supporting true ``VARCHAR``, ``VARBINARY``, ``TEXT`` and ``BLOB`` fields in ``MEMORY`` tables.
14 This implementation is based on the *Dynamic Row Format* (DFR) introduced by the mysql-heap-dynamic-rows patch.
15
16=== modified file 'doc/source/upstream-bug-fixes.rst'
17--- doc/source/upstream-bug-fixes.rst 2013-06-06 15:33:08 +0000
18+++ doc/source/upstream-bug-fixes.rst 2013-06-14 09:58:03 +0000
19@@ -77,6 +77,12 @@
20 |:Fix Released: :rn:`5.5.29-29.4` |
21 |:Upstream fix: N/A |
22 +-------------------------------------------------------------------------------------------------------------+
23+|:Upstream bug: :mysqlbug:`69380` - Incomplete fix for security vulnerability CVE-2012-5611 |
24+|:Launchpad bug: :bug:`1186748` |
25+|:Upstream state: N/A |
26+|:Fix Released: :rn:`5.5.28-29.3` |
27+|:Upstream fix: N/A |
28++-------------------------------------------------------------------------------------------------------------+
29 |:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
30 |:Launchpad bug: :bug:`1049871` |
31 |:Upstream state: N/A |
32@@ -95,6 +101,12 @@
33 |:Fix Released: :rn:`5.5.28-29.3` |
34 |:Upstream fix: N/A |
35 +-------------------------------------------------------------------------------------------------------------+
36+|:Upstream bug: :mysqlbug:`69124` - Incorrect truncation of long SET expression in LOAD DATA can cause SQL ...|
37+|:Launchpad bug: :bug:`1175519` |
38+|:Upstream state: N/A |
39+|:Fix Released: :rn:`5.5.28-29.3` |
40+|:Upstream fix: N/A |
41++-------------------------------------------------------------------------------------------------------------+
42 |:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
43 |:Launchpad bug: :bug:`1079596` |
44 |:Upstream state: Duplicate |
45@@ -209,12 +221,24 @@
46 |:Fix Released: :rn:`5.5.16-22.0` |
47 |:Upstream fix: N/A |
48 +-------------------------------------------------------------------------------------------------------------+
49+|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
50+|:Launchpad bug: N/A |
51+|:Upstream state: Verified (checked on 2013-06-14) |
52+|:Fix Released: :rn:`5.5.15-21.0` |
53+|:Upstream fix: N/A |
54++-------------------------------------------------------------------------------------------------------------+
55 |:Upstream bug: :mysqlbug:`51196` - Slave SQL: Got an error writing communication packets, Error_code: 1160 |
56 |:Launchpad bug: :bug:`813587` |
57 |:Upstream state: Closed |
58 |:Fix Released: :rn:`5.5.14-20.5` |
59 |:Upstream fix: 5.5.21 |
60 +-------------------------------------------------------------------------------------------------------------+
61+|:Upstream bug: :mysqlbug:`43593` - dump/backup/restore/upgrade tools fails because of utf8_general_ci |
62+|:Launchpad bug: N/A |
63+|:Upstream state: Closed |
64+|:Fix Released: :rn:`5.5.14-20.5` |
65+|:Upstream fix: 5.5.21 |
66++-------------------------------------------------------------------------------------------------------------+
67 |:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
68 |:Launchpad bug: :bug:`800035` |
69 |:Upstream state: Verified (checked on 2013-04-10) |
70@@ -239,3 +263,21 @@
71 |:Fix Released: :rn:`5.5.10-20.1` |
72 |:Upstream fix: N/A |
73 +-------------------------------------------------------------------------------------------------------------+
74+|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
75+|:Launchpad bug: none |
76+|:Upstream state: Closed |
77+|:Fix Released: :rn:`5.5.8-20.0` |
78+|:Upstream fix: N/A |
79++-------------------------------------------------------------------------------------------------------------+
80+|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
81+|:Launchpad bug: :bug:`1176496` |
82+|:Upstream state: Open (checked on 2013-06-14) |
83+|:Fix Released: :rn:`5.5.8-20.0` |
84+|:Upstream fix: N/A |
85++-------------------------------------------------------------------------------------------------------------+
86+|:Upstream bug: :mysqlbug:`54790` - Use of non-blocking mode for sockets limits performance |
87+|:Launchpad bug: :bug:`606810` |
88+|:Upstream state: Closed |
89+|:Fix Released: :rn:`5.5.8-20.0` |
90+|:Upstream fix: N/A |
91++-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches