MXS-1775 Introduce MonitorInstance::has_sufficient_permissions()
With this function in place, it is now possible to move the thread starting to MonitorInstance.
This commit is contained in:
@ -2535,6 +2535,11 @@ void MonitorInstance::stop()
|
||||
m_script = NULL;
|
||||
}
|
||||
|
||||
bool MonitorInstance::has_sufficient_permissions() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void MonitorInstance::configure(const MXS_CONFIG_PARAMETER* pParams)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user