mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@@ -393,8 +393,7 @@ static bool backup_block_commit(THD *thd)
|
||||
if (mysql_bin_log.is_open())
|
||||
{
|
||||
mysql_mutex_lock(mysql_bin_log.get_log_lock());
|
||||
mysql_file_sync(mysql_bin_log.get_log_file()->file,
|
||||
MYF(MY_WME|MY_SYNC_FILESIZE));
|
||||
mysql_file_sync(mysql_bin_log.get_log_file()->file, MYF(MY_WME));
|
||||
mysql_mutex_unlock(mysql_bin_log.get_log_lock());
|
||||
}
|
||||
thd->clear_error();
|
||||
|
Reference in New Issue
Block a user