mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge
This commit is contained in:
@ -568,6 +568,13 @@ int mysql_load(THD *thd,sql_exchange *ex,TABLE_LIST *table_list,
|
||||
transactional_table,
|
||||
errcode);
|
||||
}
|
||||
|
||||
/*
|
||||
Flushing the IO CACHE while writing the execute load query log event
|
||||
may result in error (for instance, because the max_binlog_size has been
|
||||
reached, and rotation of the binary log failed).
|
||||
*/
|
||||
error= error || mysql_bin_log.get_log_file()->error;
|
||||
}
|
||||
if (error)
|
||||
goto err;
|
||||
|
Reference in New Issue
Block a user