mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
srv0start.c:
fflush stderr after startup innobase/srv/srv0start.c: fflush stderr after startup
This commit is contained in:
@ -1439,7 +1439,9 @@ innobase_start_or_create_for_mysql(void)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"InnoDB: !!! innodb_force_recovery is set to %lu !!!\n",
|
"InnoDB: !!! innodb_force_recovery is set to %lu !!!\n",
|
||||||
srv_force_recovery);
|
srv_force_recovery);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fflush(stderr);
|
||||||
|
|
||||||
return((int) DB_SUCCESS);
|
return((int) DB_SUCCESS);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user