From d24806cf598aad04cdac33f5195046f1b94facf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 29 Aug 2016 14:49:51 +0000 Subject: [PATCH] Scheduler didn't load at start time #665 --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 774c5990d..13ed81a0f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -444,6 +444,7 @@ void ProxySQL_Main_init_phase3___start_all() { { cpu_timer t; GloAdmin->init_mysql_servers(); + GloAdmin->load_scheduler_to_runtime(); #ifdef DEBUG std::cerr << "Main phase3 : GloAdmin initialized in "; #endif