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

Proposed by Stewart Smith
Status: Superseded
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) Needs Fixing
Review via email: mp+163836@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-21.

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

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 :

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

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-04-04 03:54:07 +0000
+++ Percona-Server/storage/innodb_plugin/handler/i_s.cc 2013-05-15 05:09:25 +0000
@@ -5106,7 +5106,8 @@
5106 i_s_innodb_buffer_page_get_info(5106 i_s_innodb_buffer_page_get_info(
5107 &block->page, block_id,5107 &block->page, block_id,
5108 info_buffer + num_page);5108 info_buffer + num_page);
5109 mutex_exit(block_mutex);5109 if (block_mutex)
5110 mutex_exit(block_mutex);
5110 block_id++;5111 block_id++;
5111 num_page++;5112 num_page++;
5112 }5113 }

Subscribers

People subscribed via source and target branches