mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
srv0srv.c:
srv_printf_innodb_monitor(): Removed extraneous rewind() call. The caller of this function calls rewind() if necessary. In this way, we avoid rewind()ing stderr in srv_lock_timeout_and_monitor_thread().
This commit is contained in:
parent
5624eb7943
commit
15152a380d
1 changed files with 0 additions and 1 deletions
|
@ -1439,7 +1439,6 @@ srv_printf_innodb_monitor(
|
|||
|
||||
srv_last_monitor_time = time(NULL);
|
||||
|
||||
rewind(file);
|
||||
fputs("\n=====================================\n", file);
|
||||
|
||||
ut_print_timestamp(file);
|
||||
|
|
Loading…
Reference in a new issue