Merge lp:~laurynas-biveinis/percona-server/bug1234848 into lp:percona-server/5.6

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 455
Proposed branch: lp:~laurynas-biveinis/percona-server/bug1234848
Merge into: lp:percona-server/5.6
Diff against target: 12 lines (+1/-1)
1 file modified
Percona-Server/storage/innobase/sync/sync0arr.cc (+1/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/bug1234848
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+189209@code.launchpad.net

Description of the change

Fix bug 1234848 (sync_array_cell_print() misdirects some output to
stderr) by replacing the misused stderr with file.

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

Trivial

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/innobase/sync/sync0arr.cc'
2--- Percona-Server/storage/innobase/sync/sync0arr.cc 2013-09-26 14:58:37 +0000
3+++ Percona-Server/storage/innobase/sync/sync0arr.cc 2013-10-04 04:59:18 +0000
4@@ -547,7 +547,7 @@
5 rwlock->last_x_file_name,
6 (ulong) rwlock->last_x_line);
7 if (prio_rwlock) {
8- fprintf(stderr, "high priority S waiters flag %lu, "
9+ fprintf(file, "high priority S waiters flag %lu, "
10 "high priority X waiters flag %lu, "
11 "wait-exclusive waiter is "
12 "high priority if exists: %lu\n",

Subscribers

People subscribed via source and target branches