Commit c492e6be authored by unknown's avatar unknown

srv0start.c:

  fflush stderr after startup


innobase/srv/srv0start.c:
  fflush stderr after startup
parent b5e40f68
......@@ -1441,6 +1441,8 @@ innobase_start_or_create_for_mysql(void)
srv_force_recovery);
}
fflush(stderr);
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