mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
srv0start.c:
fflush stderr after startup innobase/srv/srv0start.c: fflush stderr after startup
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user