mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -170,6 +170,8 @@ void Master_info::clear_in_memory_info(bool all)
|
||||
{
|
||||
port= MYSQL_PORT;
|
||||
host[0] = 0; user[0] = 0; password[0] = 0;
|
||||
domain_id_filter.clear_ids();
|
||||
reset_dynamic(&ignore_server_ids);
|
||||
}
|
||||
}
|
||||
|
||||
@ -1793,6 +1795,12 @@ void Domain_id_filter::reset_filter()
|
||||
m_filter= false;
|
||||
}
|
||||
|
||||
void Domain_id_filter::clear_ids()
|
||||
{
|
||||
reset_dynamic(&m_domain_ids[DO_DOMAIN_IDS]);
|
||||
reset_dynamic(&m_domain_ids[IGNORE_DOMAIN_IDS]);
|
||||
}
|
||||
|
||||
/**
|
||||
Update the do/ignore domain id filter lists.
|
||||
|
||||
|
Reference in New Issue
Block a user