From ae27ea92a0d52823cb31a18f88b2cfcd0aa7e007 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 2 Aug 2018 14:21:40 +0300 Subject: [PATCH] MXS-1992 Thread-initialize internal QC module --- server/core/routingworker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/routingworker.cc b/server/core/routingworker.cc index 1ef106592..0fc05f94b 100644 --- a/server/core/routingworker.cc +++ b/server/core/routingworker.cc @@ -461,7 +461,7 @@ bool RoutingWorker::pre_run() { this_thread.current_worker_id = m_id; - bool rv = modules_thread_init() && service_thread_init(); + bool rv = modules_thread_init() && service_thread_init() && qc_thread_init(QC_INIT_SELF); if (!rv) {