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:
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user