#At file:///Users/jimw/my/mysql-5.1/ based on revid:jimw@stripped
2886 Jim Winstead 2009-05-05
Fix incorrect filename in verbose output of innochecksum. (Bug #44484,
patch contributed by Andrew Hutchings)
modified:
extra/innochecksum.c
=== modified file 'extra/innochecksum.c'
--- a/extra/innochecksum.c 2007-05-10 09:59:39 +0000
+++ b/extra/innochecksum.c 2009-05-05 18:07:26 +0000
@@ -224,7 +224,7 @@ int main(int argc, char **argv)
}
else if (verbose)
{
- printf("file %s= %llu bytes (%lu pages)...\n", argv[1], size, pages);
+ printf("file %s = %llu bytes (%lu pages)...\n", argv[optind], size, pages);
printf("checking pages in range %lu to %lu\n", start_page, use_end_page ? end_page : (pages - 1));
}
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (jimw:2886) Bug#44484 | Jim Winstead | 5 May |