Commit da656b22 authored by marko's avatar marko

branches/innodb+: buf_print_io(): Replace a TAB in the output with spaces,

so that this will be identical to branches/zip.
parent c7663904
...@@ -3715,7 +3715,7 @@ buf_print_io( ...@@ -3715,7 +3715,7 @@ buf_print_io(
fprintf(file, fprintf(file,
"Buffer pool size %lu\n" "Buffer pool size %lu\n"
"Free buffers %lu\n" "Free buffers %lu\n"
"Database pages %lu\n" "Database pages %lu\n"
"Modified db pages %lu\n" "Modified db pages %lu\n"
"Pending reads %lu\n" "Pending reads %lu\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment