Browse Source

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

so that this will be identical to branches/zip.
pull/73/head
marko 17 years ago
parent
commit
f8d3a6fd60
  1. 2
      buf/buf0buf.c

2
buf/buf0buf.c

@ -3715,7 +3715,7 @@ buf_print_io(
fprintf(file,
"Buffer pool size %lu\n"
"Free buffers %lu\n"
"Free buffers %lu\n"
"Database pages %lu\n"
"Modified db pages %lu\n"
"Pending reads %lu\n"

Loading…
Cancel
Save