From f8d3a6fd604737b9bc0bb5477c38cc176b25596e Mon Sep 17 00:00:00 2001 From: marko <> Date: Thu, 18 Sep 2008 09:30:22 +0000 Subject: [PATCH] branches/innodb+: buf_print_io(): Replace a TAB in the output with spaces, so that this will be identical to branches/zip. --- buf/buf0buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buf/buf0buf.c b/buf/buf0buf.c index cf7d32bd8c3..7db4e1d602a 100644 --- a/buf/buf0buf.c +++ b/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"