srv0start.c:

  fflush stderr after startup
parent ba5b57c6
...@@ -1441,6 +1441,8 @@ innobase_start_or_create_for_mysql(void) ...@@ -1441,6 +1441,8 @@ innobase_start_or_create_for_mysql(void)
srv_force_recovery); srv_force_recovery);
} }
fflush(stderr);
return((int) DB_SUCCESS); return((int) DB_SUCCESS);
} }
......
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