mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -6864,7 +6864,12 @@ int main(int argc, char **argv)
|
||||
if (flush_logs || opt_delete_master_logs)
|
||||
{
|
||||
if (mysql_refresh(mysql, REFRESH_LOG))
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Flush logs or delete master logs failure in server \n");
|
||||
first_error= EX_MYSQLERR;
|
||||
goto err;
|
||||
}
|
||||
verbose_msg("-- main : logs flushed successfully!\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user