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
=== added file 'doc/source/ext/psdom.pyc'
0Binary 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 differ0Binary 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
=== modified file 'doc/source/release-notes/Percona-Server-5.5.15-21.0.rst'
--- doc/source/release-notes/Percona-Server-5.5.15-21.0.rst 2013-03-21 20:56:25 +0000
+++ doc/source/release-notes/Percona-Server-5.5.15-21.0.rst 2013-06-14 09:58:03 +0000
@@ -12,7 +12,7 @@
12New features12New features
13=============13=============
1414
15As 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.15As 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`.
1616
17To 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.17To 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.
18This implementation is based on the *Dynamic Row Format* (DFR) introduced by the mysql-heap-dynamic-rows patch.18This implementation is based on the *Dynamic Row Format* (DFR) introduced by the mysql-heap-dynamic-rows patch.
1919
=== modified file 'doc/source/upstream-bug-fixes.rst'
--- doc/source/upstream-bug-fixes.rst 2013-06-06 15:33:08 +0000
+++ doc/source/upstream-bug-fixes.rst 2013-06-14 09:58:03 +0000
@@ -77,6 +77,12 @@
77|:Fix Released: :rn:`5.5.29-29.4` |77|:Fix Released: :rn:`5.5.29-29.4` |
78|:Upstream fix: N/A |78|:Upstream fix: N/A |
79+-------------------------------------------------------------------------------------------------------------+79+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`69380` - Incomplete fix for security vulnerability CVE-2012-5611 |
81|:Launchpad bug: :bug:`1186748` |
82|:Upstream state: N/A |
83|:Fix Released: :rn:`5.5.28-29.3` |
84|:Upstream fix: N/A |
85+-------------------------------------------------------------------------------------------------------------+
80|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |86|:Upstream bug: :mysqlbug:`66550` - security vulnerability CVE-2012-4414 |
81|:Launchpad bug: :bug:`1049871` |87|:Launchpad bug: :bug:`1049871` |
82|:Upstream state: N/A |88|:Upstream state: N/A |
@@ -95,6 +101,12 @@
95|:Fix Released: :rn:`5.5.28-29.3` |101|:Fix Released: :rn:`5.5.28-29.3` |
96|:Upstream fix: N/A |102|:Upstream fix: N/A |
97+-------------------------------------------------------------------------------------------------------------+103+-------------------------------------------------------------------------------------------------------------+
104|:Upstream bug: :mysqlbug:`69124` - Incorrect truncation of long SET expression in LOAD DATA can cause SQL ...|
105|:Launchpad bug: :bug:`1175519` |
106|:Upstream state: N/A |
107|:Fix Released: :rn:`5.5.28-29.3` |
108|:Upstream fix: N/A |
109+-------------------------------------------------------------------------------------------------------------+
98|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |110|:Upstream bug: :mysqlbug:`67606` - MySQL crashes with segmentation fault when disk quota is reached |
99|:Launchpad bug: :bug:`1079596` |111|:Launchpad bug: :bug:`1079596` |
100|:Upstream state: Duplicate |112|:Upstream state: Duplicate |
@@ -209,12 +221,24 @@
209|:Fix Released: :rn:`5.5.16-22.0` |221|:Fix Released: :rn:`5.5.16-22.0` |
210|:Upstream fix: N/A |222|:Upstream fix: N/A |
211+-------------------------------------------------------------------------------------------------------------+223+-------------------------------------------------------------------------------------------------------------+
224|:Upstream bug: :mysqlbug:`25007` - memory tables with dynamic rows format |
225|:Launchpad bug: N/A |
226|:Upstream state: Verified (checked on 2013-06-14) |
227|:Fix Released: :rn:`5.5.15-21.0` |
228|:Upstream fix: N/A |
229+-------------------------------------------------------------------------------------------------------------+
212|:Upstream bug: :mysqlbug:`51196` - Slave SQL: Got an error writing communication packets, Error_code: 1160 |230|:Upstream bug: :mysqlbug:`51196` - Slave SQL: Got an error writing communication packets, Error_code: 1160 |
213|:Launchpad bug: :bug:`813587` |231|:Launchpad bug: :bug:`813587` |
214|:Upstream state: Closed |232|:Upstream state: Closed |
215|:Fix Released: :rn:`5.5.14-20.5` |233|:Fix Released: :rn:`5.5.14-20.5` |
216|:Upstream fix: 5.5.21 |234|:Upstream fix: 5.5.21 |
217+-------------------------------------------------------------------------------------------------------------+235+-------------------------------------------------------------------------------------------------------------+
236|:Upstream bug: :mysqlbug:`43593` - dump/backup/restore/upgrade tools fails because of utf8_general_ci |
237|:Launchpad bug: N/A |
238|:Upstream state: Closed |
239|:Fix Released: :rn:`5.5.14-20.5` |
240|:Upstream fix: 5.5.21 |
241+-------------------------------------------------------------------------------------------------------------+
218|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |242|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
219|:Launchpad bug: :bug:`800035` |243|:Launchpad bug: :bug:`800035` |
220|:Upstream state: Verified (checked on 2013-04-10) |244|:Upstream state: Verified (checked on 2013-04-10) |
@@ -239,3 +263,21 @@
239|:Fix Released: :rn:`5.5.10-20.1` |263|:Fix Released: :rn:`5.5.10-20.1` |
240|:Upstream fix: N/A |264|:Upstream fix: N/A |
241+-------------------------------------------------------------------------------------------------------------+265+-------------------------------------------------------------------------------------------------------------+
266|:Upstream bug: :mysqlbug:`20001` - Support for temp-tables in INFORMATION_SCHEMA |
267|:Launchpad bug: none |
268|:Upstream state: Closed |
269|:Fix Released: :rn:`5.5.8-20.0` |
270|:Upstream fix: N/A |
271+-------------------------------------------------------------------------------------------------------------+
272|:Upstream bug: :mysqlbug:`69146` - Optimization in buf_pool_get_oldest_modification if srv_buf_pool_instances|
273|:Launchpad bug: :bug:`1176496` |
274|:Upstream state: Open (checked on 2013-06-14) |
275|:Fix Released: :rn:`5.5.8-20.0` |
276|:Upstream fix: N/A |
277+-------------------------------------------------------------------------------------------------------------+
278|:Upstream bug: :mysqlbug:`54790` - Use of non-blocking mode for sockets limits performance |
279|:Launchpad bug: :bug:`606810` |
280|:Upstream state: Closed |
281|:Fix Released: :rn:`5.5.8-20.0` |
282|:Upstream fix: N/A |
283+-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches