mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-35704 Error message mispelled when altering table engine to MEMORY
reset progress report output before printing the error message. need to flush(stdout), because error message goes to stderr
This commit is contained in:
parent
828b928fce
commit
b059f60510
1 changed files with 3 additions and 0 deletions
|
@ -5122,6 +5122,9 @@ put_info(const char *str,INFO_TYPE info_type, uint error, const char *sqlstate)
|
|||
}
|
||||
if (!opt_silent || info_type == INFO_ERROR)
|
||||
{
|
||||
report_progress_end();
|
||||
fflush(stdout);
|
||||
|
||||
if (!inited)
|
||||
{
|
||||
#ifdef HAVE_SETUPTERM
|
||||
|
|
Loading…
Reference in a new issue