MXS-1775 MariaDBMonitor::main() removed
Now uses MonitorInstance::main() as all other monitors.
This commit is contained in:
@ -181,11 +181,6 @@ protected:
|
||||
*/
|
||||
virtual void tick();
|
||||
|
||||
/**
|
||||
* TODO: Temporarily virtual so that MariaDBMonitor can override.
|
||||
*/
|
||||
virtual void main();
|
||||
|
||||
/**
|
||||
* @brief Called before the monitor loop is started
|
||||
*
|
||||
@ -219,6 +214,7 @@ private:
|
||||
uint64_t m_events; /**< Enabled monitor events. */
|
||||
Semaphore m_semaphore; /**< Semaphore for synchronizing with monitor thread. */
|
||||
|
||||
void main();
|
||||
static void main(void* pArg);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user