Commit 15152a38 authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

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().
parent 5624eb79
...@@ -1439,7 +1439,6 @@ srv_printf_innodb_monitor( ...@@ -1439,7 +1439,6 @@ srv_printf_innodb_monitor(
srv_last_monitor_time = time(NULL); srv_last_monitor_time = time(NULL);
rewind(file);
fputs("\n=====================================\n", file); fputs("\n=====================================\n", file);
ut_print_timestamp(file); ut_print_timestamp(file);
......
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