Merge lp:~gaul/percona-data-recovery-tool-for-innodb/octal-permissions into lp:percona-data-recovery-tool-for-innodb

Proposed by Andrew Gaul
Status: Merged
Merged at revision: 54
Proposed branch: lp:~gaul/percona-data-recovery-tool-for-innodb/octal-permissions
Merge into: lp:percona-data-recovery-tool-for-innodb
Diff against target: 12 lines (+1/-1)
1 file modified
page_parser.c (+1/-1)
To merge this branch: bzr merge lp:~gaul/percona-data-recovery-tool-for-innodb/octal-permissions
Reviewer Review Type Date Requested Status
Percona developers Pending
Review via email: mp+118418@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'page_parser.c'
2--- page_parser.c 2012-07-31 18:50:34 +0000
3+++ page_parser.c 2012-08-06 19:54:22 +0000
4@@ -309,7 +309,7 @@
5 }
6 fprintf(stderr, "ID of device containing file: %12ju\n", st.st_dev);
7 fprintf(stderr, "inode number: %12ju\n", st.st_ino);
8- fprintf(stderr, "protection: %12u\n", st.st_mode);
9+ fprintf(stderr, "protection: %12o\n", st.st_mode);
10 fprintf(stderr, "tnumber of hard links: %12zu\n", st.st_nlink);
11 fprintf(stderr, "user ID of owner: %12u\n", st.st_uid);
12 fprintf(stderr, "group ID of owner: %12u\n", st.st_gid);

Subscribers

People subscribed via source and target branches