Merge lp:~hrvojem/percona-server/bug1056658-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: 344
Proposed branch: lp:~hrvojem/percona-server/bug1056658-5.5
Merge into: lp:percona-server/5.5
Diff against target: 149 lines (+134/-0)
2 files modified
doc/source/index.rst (+1/-0)
doc/source/upstream-bug-fixes.rst (+133/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1056658-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Alexey Kopytov (community) Needs Fixing
Review via email: mp+131459@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Hrvoje,

please add the following two bugs:

- MySQL bug #62516 (LP bug #857590) (fixed with improved fast index creation enabled)
- MySQL bug #60788 (LP bug #764395)

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/index.rst'
2--- doc/source/index.rst 2012-10-24 21:45:26 +0000
3+++ doc/source/index.rst 2012-10-31 16:50:29 +0000
4@@ -168,6 +168,7 @@
5
6 development
7 trademark-policy
8+ upstream-bug-fixes
9 faq
10 compatibility
11 release-notes/release-notes_index
12
13=== added file 'doc/source/upstream-bug-fixes.rst'
14--- doc/source/upstream-bug-fixes.rst 1970-01-01 00:00:00 +0000
15+++ doc/source/upstream-bug-fixes.rst 2012-10-31 16:50:29 +0000
16@@ -0,0 +1,133 @@
17+.. _upstream_bug_fixes:
18+
19+=============================================================
20+ List of upstream |MySQL| bugs fixed in |Percona Server| 5.5
21+=============================================================
22+
23++-------------------------------------------------------------------------------------------------------------+
24+|:Upstream bug: :mysqlbug:`62856` - Check for "stack overrun" doesn't work with gcc-4.6, server crashes |
25+|:Launchpad bug: :bug:`1042517` |
26+|:Upstream state: Verified (checked on 2012-10-31) |
27+|:Fix Released: :rn:`5.5.28-29.1` |
28+|:Upstream fix: N/A |
29++-------------------------------------------------------------------------------------------------------------+
30+|:Upstream bug: :mysqlbug:`61180` - korr/store macros in my_global.h assume the argument to be a char pointer |
31+|:Launchpad bug: :bug:`1042517` |
32+|:Upstream state: Verified (checked on 2012-10-31) |
33+|:Fix Released: :rn:`5.5.27-29.0` |
34+|:Upstream fix: N/A |
35++-------------------------------------------------------------------------------------------------------------+
36+|:Upstream bug: :mysqlbug:`61179` - Unoptimized versions of korr/store macros in my_global.h are used on ... |
37+|:Launchpad bug: :bug:`1042517` |
38+|:Upstream state: Verified (checked on 2012-10-31) |
39+|:Fix Released: :rn:`5.5.27-29.0` |
40+|:Upstream fix: N/A |
41++-------------------------------------------------------------------------------------------------------------+
42+|:Upstream bug: :mysqlbug:`61178` - Incorrect implementation of intersect(ulonglong) in non-optimized Bitmap..|
43+|:Launchpad bug: :bug:`1042517` |
44+|:Upstream state: Verified (checked on 2012-10-31) |
45+|:Fix Released: :rn:`5.5.27-29.0` |
46+|:Upstream fix: N/A |
47++-------------------------------------------------------------------------------------------------------------+
48+|:Upstream bug: :mysqlbug:`54127` - mysqld segfaults when built using --with-max-indexes=128 |
49+|:Launchpad bug: :bug:`1042517` |
50+|:Upstream state: Verified (checked on 2012-10-31) |
51+|:Fix Released: :rn:`5.5.27-29.0` |
52+|:Upstream fix: N/A |
53++-------------------------------------------------------------------------------------------------------------+
54+|:Upstream bug: :mysqlbug:`64800` - mysqldump with --include-master-host-port putting quotes around port no. |
55+|:Launchpad bug: :bug:`1013432` |
56+|:Upstream state: Verified (checked on 2012-10-31) |
57+|:Fix Released: :rn:`5.5.27-28.0` |
58+|:Upstream fix: N/A |
59++-------------------------------------------------------------------------------------------------------------+
60+|:Upstream bug: :mysqlbug:`66301` - INSERT ... ON DUPLICATE KEY UPDATE + innodb_autoinc_lock_mode=1 is broken |
61+|:Launchpad bug: :bug:`1035225` |
62+|:Upstream state: Verified (checked on 2012-10-31) |
63+|:Fix Released: :rn:`5.5.27-28.0` |
64+|:Upstream fix: N/A |
65++-------------------------------------------------------------------------------------------------------------+
66+|:Upstream bug: :mysqlbug:`60743` - typo in cmake/dtrace.cmake |
67+|:Launchpad bug: :bug:`1013455` |
68+|:Upstream state: Verified (checked on 2012-10-31) |
69+|:Fix Released: :rn:`5.5.25a-27.1` |
70+|:Upstream fix: N/A |
71++-------------------------------------------------------------------------------------------------------------+
72+|:Upstream bug: :mysqlbug:`64663` - Segfault when adding indexes to InnoDB temporary tables |
73+|:Launchpad bug: :bug:`999147` |
74+|:Upstream state: Open (checked on 2012-10-31) |
75+|:Fix Released: :rn:`5.5.24-26.0` |
76+|:Upstream fix: N/A |
77++-------------------------------------------------------------------------------------------------------------+
78+|:Upstream bug: :mysqlbug:`64624` - Mysql is crashing during replication |
79+|:Launchpad bug: :bug:`915814` |
80+|:Upstream state: Closed |
81+|:Fix Released: :rn:`5.5.24-26.0` |
82+|:Upstream fix: 5.5.26 |
83++-------------------------------------------------------------------------------------------------------------+
84+|:Upstream bug: :mysqlbug:`64160` - page size 1024 but the only supported page size in this release is=16384 |
85+|:Launchpad bug: :bug:`966844` |
86+|:Upstream state: Closed |
87+|:Fix Released: :rn:`5.5.21-25.1` |
88+|:Upstream fix: 5.5.22 |
89++-------------------------------------------------------------------------------------------------------------+
90+|:Upstream bug: :mysqlbug:`64432` - Bug :mysqlbug:`54330` (Broken fast index creation) was never fixed in 5.5 |
91+|:Launchpad bug: :bug:`939485` |
92+|:Upstream state: Patch Queued (checked on 2012-10-31) |
93+|:Fix Released: :rn:`5.5.21-25.0` |
94+|:Upstream fix: N/A |
95++-------------------------------------------------------------------------------------------------------------+
96+|:Upstream bug: :mysqlbug:`49336` - mysqlbinlog does not accept input from stdin when stdin is a pipe |
97+|:Launchpad bug: :bug:`933969` |
98+|:Upstream state: Closed |
99+|:Fix Released: :rn:`5.5.21-25.0` |
100+|:Upstream fix: 5.5.28 |
101++-------------------------------------------------------------------------------------------------------------+
102+|:Upstream bug: :mysqlbug:`62557` - SHOW SLAVE STATUS gives wrong output with master-master and using SET... |
103+|:Launchpad bug: :bug:`860910` |
104+|:Upstream state: Closed |
105+|:Fix Released: :rn:`5.5.17-22.1` |
106+|:Upstream fix: 5.5.28 |
107++-------------------------------------------------------------------------------------------------------------+
108+|:Upstream bug: :mysqlbug:`45702` - Impossible to specify myisam_sort_buffer > 4GB on 64 bit machines |
109+|:Launchpad bug: :bug:`878404` |
110+|:Upstream state: Closed |
111+|:Fix Released: :rn:`5.5.17-22.1` |
112+|:Upstream fix: 5.5.22 |
113++-------------------------------------------------------------------------------------------------------------+
114+|:Upstream bug: :mysqlbug:`62516` - Fast index creation does not update index statistics |
115+|:Launchpad bug: :bug:`857590` |
116+|:Upstream state: Verified (checked on 2012-10-31) |
117+|:Fix Released: :rn:`5.5.16-22.0` |
118+|:Upstream fix: N/A |
119++-------------------------------------------------------------------------------------------------------------+
120+|:Upstream bug: :mysqlbug:`51196` - Slave SQL: Got an error writing communication packets, Error_code: 1160 |
121+|:Launchpad bug: :bug:`813587` |
122+|:Upstream state: Closed |
123+|:Fix Released: :rn:`5.5.14-20.5` |
124+|:Upstream fix: 5.5.21 |
125++-------------------------------------------------------------------------------------------------------------+
126+|:Upstream bug: :mysqlbug:`61595` - mysql-test/include/wait_for_slave_param.inc timeout logic is incorrect |
127+|:Launchpad bug: :bug:`800035` |
128+|:Upstream state: Verified (checked on 2012-10-31) |
129+|:Fix Released: :rn:`5.5.13-20.4` |
130+|:Upstream fix: N/A |
131++-------------------------------------------------------------------------------------------------------------+
132+|:Upstream bug: :mysqlbug:`60788` - InnoDB crashes with an assertion failure when receiving a signal on pwrite|
133+|:Launchpad bug: :bug:`764395` |
134+|:Upstream state: Verified (checked on 2012-10-31) |
135+|:Fix Released: :rn:`5.5.11-20.2` |
136+|:Upstream fix: N/A |
137++-------------------------------------------------------------------------------------------------------------+
138+|:Upstream bug: :mysqlbug:`51325` - Dropping an empty innodb table takes a long time with large buffer pool |
139+|:Launchpad bug: none |
140+|:Upstream state: Closed |
141+|:Fix Released: :rn:`5.5.10-20.1` |
142+|:Upstream fix: 5.5.20 |
143++-------------------------------------------------------------------------------------------------------------+
144+|:Upstream bug: :mysqlbug:`56433` - Auto-extension of InnoDB files |
145+|:Launchpad bug: none |
146+|:Upstream state: Closed |
147+|:Fix Released: :rn:`5.5.10-20.1` |
148+|:Upstream fix: N/A |
149++-------------------------------------------------------------------------------------------------------------+

Subscribers

People subscribed via source and target branches