mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@ -153,7 +153,10 @@ bool reload_acl_and_cache(THD *thd, unsigned long long options,
|
||||
tmp_write_to_binlog= 0;
|
||||
if (mysql_bin_log.is_open())
|
||||
{
|
||||
if (mysql_bin_log.rotate_and_purge(true))
|
||||
DYNAMIC_ARRAY *drop_gtid_domain=
|
||||
(thd && (thd->lex->delete_gtid_domain.elements > 0)) ?
|
||||
&thd->lex->delete_gtid_domain : NULL;
|
||||
if (mysql_bin_log.rotate_and_purge(true, drop_gtid_domain))
|
||||
*write_to_binlog= -1;
|
||||
|
||||
if (WSREP_ON)
|
||||
|
Reference in New Issue
Block a user