mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
Applying InnoDB snashot, fixes BUG#51587.
Detailed revision comments: r6767 | calvin | 2010-03-01 18:16:10 +0200 (Mon, 01 Mar 2010) | 3 lines branches/zip: fix bug#51587 Non-functional change.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user