Commit a808cafe authored by marko's avatar marko

srv_lock_timeout_and_monitor_thread(): Correct the indentation that was

broken in r1521.
parent 7b3e53b4
......@@ -1930,9 +1930,10 @@ srv_lock_timeout_and_monitor_thread(
mutex_exit(&srv_monitor_file_mutex);
}
if (srv_print_innodb_tablespace_monitor
&& difftime(current_time, last_tablespace_monitor_time) > 60) {
last_tablespace_monitor_time = time(NULL);
if (srv_print_innodb_tablespace_monitor
&& difftime(current_time,
last_tablespace_monitor_time) > 60) {
last_tablespace_monitor_time = time(NULL);
fputs("========================"
"========================\n",
......
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