diff options
author | marko@hundin.mysql.fi <> | 2004-12-10 00:06:33 +0200 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-12-10 00:06:33 +0200 |
commit | 15152a380dd96f4925edf5dd3fb0067f1f3c4516 (patch) | |
tree | a0a5c9c232efad9ee243fae533934dd930211856 /innobase/srv/srv0srv.c | |
parent | 5624eb79437a66fa2614feeaf182df6f96f19a1b (diff) | |
download | mariadb-git-15152a380dd96f4925edf5dd3fb0067f1f3c4516.tar.gz |
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().
Diffstat (limited to 'innobase/srv/srv0srv.c')
-rw-r--r-- | innobase/srv/srv0srv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/innobase/srv/srv0srv.c b/innobase/srv/srv0srv.c index 99a2db57d79..d633c67cdf3 100644 --- a/innobase/srv/srv0srv.c +++ b/innobase/srv/srv0srv.c @@ -1439,7 +1439,6 @@ srv_printf_innodb_monitor( srv_last_monitor_time = time(NULL); - rewind(file); fputs("\n=====================================\n", file); ut_print_timestamp(file); |