Merge lp:~hrvojem/percona-server/rn-fixup-5.5.28-29.1 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: 334
Proposed branch: lp:~hrvojem/percona-server/rn-fixup-5.5.28-29.1
Merge into: lp:percona-server/5.5
Diff against target: 32 lines (+6/-6)
2 files modified
doc/source/conf.py (+1/-1)
doc/source/release-notes/Percona-Server-5.5.28-29.1.rst (+5/-5)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-fixup-5.5.28-29.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+131619@code.launchpad.net
To post a comment you must log in.
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 2012-10-24 21:45:26 +0000
3+++ doc/source/conf.py 2012-10-26 14:11:22 +0000
4@@ -130,7 +130,7 @@
5 #modindex_common_prefix = []
6
7 extlinks = {'bug': ('https://bugs.launchpad.net/percona-server/+bug/%s',
8- '#'), 'upbug': ('http://bugs.mysql.com/bug.php?id=%s',
9+ '#'), 'mysqlbug': ('http://bugs.mysql.com/bug.php?id=%s',
10 '#') }
11
12 # -- Options for HTML output ---------------------------------------------------
13
14=== modified file 'doc/source/release-notes/Percona-Server-5.5.28-29.1.rst'
15--- doc/source/release-notes/Percona-Server-5.5.28-29.1.rst 2012-10-24 18:06:58 +0000
16+++ doc/source/release-notes/Percona-Server-5.5.28-29.1.rst 2012-10-26 14:11:22 +0000
17@@ -16,11 +16,11 @@
18 Bug Fixes
19 =========
20
21- |Percona Server| would disconnect clients if ``gdb`` was attached and detached. This was caused by wrong signal handling. Bugs fixed :bug:`805805` and :bug:`1060136` (*Laurynas Biveinis*).
22-
23- Fixed the upstream |MySQL| :upbug:`62856`, where slave server would crash after update statement. Bug fixed :bug:`1053342` (*George Ormond Lorch III*).
24-
25- Reads from tablespaces being deleted would result in buffer pool locking error. Bug fixed :bug:`1053342` (*Stewart Smith*).
26+ |Percona Server| would disconnect clients if ``gdb`` was attached and detached. This was caused by wrong signal handling. Bugs fixed: :bug:`805805` and :bug:`1060136` (upstream |MySQL| bug :mysqlbug:`67052`) (*Laurynas Biveinis*).
27+
28+ Fixed the upstream |MySQL| bug :mysqlbug:`62856`, where slave server would crash after update statement. Bug fixed :bug:`1053342` (*George Ormond Lorch III*).
29+
30+ Reads from tablespaces being deleted would result in buffer pool locking error. This regression was introduced by porting the recently introduced InnoDB code to XtraDB in |Percona Server| :rn:`5.5.27-28.0`. Bug fixed :bug:`1042640` (*Stewart Smith*).
31
32 Resolved the *Ubuntu* |Percona Server| package conflicts with upstream packages. Bug fixed :bug:`907499` (*Ignacio Nin*).
33

Subscribers

People subscribed via source and target branches