mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
branches/zip: fix bug#51587
Non-functional change.
This commit is contained in:
parent
12609946d9
commit
e05a64ee4a
1 changed files with 3 additions and 3 deletions
|
@ -1717,9 +1717,9 @@ srv_printf_innodb_monitor(
|
|||
"Per second averages calculated from the last %lu seconds\n",
|
||||
(ulong)time_elapsed);
|
||||
|
||||
fputs("----------\n"
|
||||
"BACKGROUND THREAD\n"
|
||||
"----------\n", file);
|
||||
fputs("-----------------\n"
|
||||
"BACKGROUND THREAD\n"
|
||||
"-----------------\n", file);
|
||||
srv_print_master_thread_info(file);
|
||||
|
||||
fputs("----------\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue