Commit cf226123 authored by marko's avatar marko

srv_lock_timeout_and_monitor_thread(): Correct the indentation that was

broken in r1521.
parent c830c0ed
......@@ -1931,7 +1931,8 @@ srv_lock_timeout_and_monitor_thread(
}
if (srv_print_innodb_tablespace_monitor
&& difftime(current_time, last_tablespace_monitor_time) > 60) {
&& difftime(current_time,
last_tablespace_monitor_time) > 60) {
last_tablespace_monitor_time = time(NULL);
fputs("========================"
......
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