Commit c492e6be authored by unknown's avatar unknown

srv0start.c:

  fflush stderr after startup


innobase/srv/srv0start.c:
  fflush stderr after startup
parent b5e40f68
......@@ -1439,7 +1439,9 @@ innobase_start_or_create_for_mysql(void)
fprintf(stderr,
"InnoDB: !!! innodb_force_recovery is set to %lu !!!\n",
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