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:
Johan Wikman
2018-05-16 12:30:37 +03:00
parent 3606a5ed1c
commit adb7f156d6
12 changed files with 52 additions and 9 deletions

View File

@ -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)
{
}