MXS-1848 Destroy all monitors at system shutdown
This commit is contained in:
@ -2240,15 +2240,15 @@ int main(int argc, char **argv)
|
||||
ss_dassert(worker);
|
||||
worker->run();
|
||||
|
||||
/*< Stop all the monitors */
|
||||
monitor_stop_all();
|
||||
|
||||
/** Stop administrative interface */
|
||||
mxs_admin_shutdown();
|
||||
|
||||
/*< Stop all the monitors */
|
||||
/*< Stop all monitors */
|
||||
monitor_stop_all();
|
||||
|
||||
/*< Destroy all monitors */
|
||||
monitor_destroy_all();
|
||||
|
||||
/*<
|
||||
* Wait for the housekeeper to finish.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user