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

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

Description of the change

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

Self-approving because 5.5 was approved.

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/buf/buf0lru.c'
2--- Percona-Server/storage/innodb_plugin/buf/buf0lru.c 2012-11-23 11:15:06 +0000
3+++ Percona-Server/storage/innodb_plugin/buf/buf0lru.c 2013-01-16 15:35:29 +0000
4@@ -1507,7 +1507,7 @@
5 || !buf_page_can_relocate(bpage)) {
6 not_freed:
7 if (b) {
8- buf_buddy_free(b, sizeof *b, TRUE);
9+ buf_page_free_descriptor(b);
10 }
11 if (!have_LRU_mutex)
12 mutex_exit(&LRU_list_mutex);

Subscribers

People subscribed via source and target branches