Merge lp:~laurynas-biveinis/percona-server/bug1117067-5.1 into lp:percona-server/5.1

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Stewart Smith
Approved revision: no longer in the source branch.
Merged at revision: 534
Proposed branch: lp:~laurynas-biveinis/percona-server/bug1117067-5.1
Merge into: lp:percona-server/5.1
Diff against target: 19 lines (+0/-2)
1 file modified
Percona-Server/storage/innodb_plugin/srv/srv0srv.c (+0/-2)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/bug1117067-5.1
Reviewer Review Type Date Requested Status
Stewart Smith (community) Approve
Registry Administrators Pending
Review via email: mp+148706@code.launchpad.net

Description of the change

Fix bug 1117067.
jenkins.percona.com/job/percona-server-5.1-param/523/

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Percona-Server/storage/innodb_plugin/srv/srv0srv.c'
2--- Percona-Server/storage/innodb_plugin/srv/srv0srv.c 2013-02-13 11:16:27 +0000
3+++ Percona-Server/storage/innodb_plugin/srv/srv0srv.c 2013-02-15 13:09:29 +0000
4@@ -3178,7 +3178,6 @@
5 bpage = UT_LIST_GET_NEXT(flush_list, bpage);
6 new_blocks_num++;
7 }
8- mutex_exit(&flush_list_mutex);
9
10 flushed_blocks_num = new_blocks_num + prev_flush_info.count
11 - blocks_num;
12@@ -3186,7 +3185,6 @@
13 flushed_blocks_num = 0;
14 }
15
16- mutex_enter(&flush_list_mutex);
17 bpage = UT_LIST_GET_FIRST(buf_pool->flush_list);
18
19 prev_flush_info.count = UT_LIST_GET_LEN(buf_pool->flush_list);

Subscribers

People subscribed via source and target branches