Commit a7a8a824 authored by calvin's avatar calvin

branches/zip: fix bug#51587

Non-functional change.
parent 90b496f6
......@@ -1717,9 +1717,9 @@ srv_printf_innodb_monitor(
"Per second averages calculated from the last %lu seconds\n",
(ulong)time_elapsed);
fputs("----------\n"
fputs("-----------------\n"
"BACKGROUND THREAD\n"
"----------\n", file);
"-----------------\n", file);
srv_print_master_thread_info(file);
fputs("----------\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