MXS-1625 Make as much private as possible in QueryClassifier

Some stuff that is manipulated from RWS must be left public
for the time being.
This commit is contained in:
Johan Wikman
2018-04-10 10:55:36 +03:00
parent 563a33ae56
commit d65af04d19
3 changed files with 73 additions and 64 deletions

View File

@ -778,9 +778,7 @@ void RWSplitSession::replace_master(SRWBackend& target)
{
m_current_master = target;
// As the master has changed, we can reset the temporary table information
m_qc.set_have_tmp_tables(false);
m_qc.clear_tmp_tables();
m_qc.master_replaced();
}
/**