mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -155,6 +155,12 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options,
|
||||
{
|
||||
if (mysql_bin_log.rotate_and_purge(true))
|
||||
*write_to_binlog= -1;
|
||||
|
||||
if (WSREP_ON)
|
||||
{
|
||||
/* Wait for last binlog checkpoint event to be logged. */
|
||||
mysql_bin_log.wait_for_last_checkpoint_event();
|
||||
}
|
||||
}
|
||||
}
|
||||
if (options & REFRESH_RELAY_LOG)
|
||||
|
Reference in New Issue
Block a user