Merge lp:~stewart/percona-server/bug1072573-5.1 into lp:percona-server/5.1

Proposed by Stewart Smith
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 576
Proposed branch: lp:~stewart/percona-server/bug1072573-5.1
Merge into: lp:percona-server/5.1
Diff against target: 13 lines (+2/-1)
1 file modified
Percona-Server/storage/innodb_plugin/handler/i_s.cc (+2/-1)
To merge this branch: bzr merge lp:~stewart/percona-server/bug1072573-5.1
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+170719@code.launchpad.net

This proposal supersedes a proposal from 2013-05-15.

Description of the change

http://jenkins.percona.com/job/percona-server-5.1-param/536/

(commit does contain bug ref, maybe the MP wasn't showing it)

To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Posted in a previous version of this proposal

Please add a bug ref to the commit message and link the branch.

review: Needs Fixing
Revision history for this message
Stewart Smith (stewart) wrote : Posted in a previous version of this proposal

Laurynas Biveinis <email address hidden> writes:
> Please add a bug ref to the commit message and link the branch.

Launchpad may be lagging/gotten it wrong, as there is the "fixes: ..."
thing in the commit.
--
Stewart Smith

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
=== modified file 'Percona-Server/storage/innodb_plugin/handler/i_s.cc'
--- Percona-Server/storage/innodb_plugin/handler/i_s.cc 2013-05-31 09:06:13 +0000
+++ Percona-Server/storage/innodb_plugin/handler/i_s.cc 2013-06-21 00:30:38 +0000
@@ -5108,7 +5108,8 @@
5108 i_s_innodb_buffer_page_get_info(5108 i_s_innodb_buffer_page_get_info(
5109 &block->page, block_id,5109 &block->page, block_id,
5110 info_buffer + num_page);5110 info_buffer + num_page);
5111 mutex_exit(block_mutex);5111 if (block_mutex)
5112 mutex_exit(block_mutex);
5112 block_id++;5113 block_id++;
5113 num_page++;5114 num_page++;
5114 }5115 }

Subscribers

People subscribed via source and target branches