From fb322c20db62fba515d17e93dc062e898aa5fa14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Thu, 13 Apr 2017 23:23:04 +0000 Subject: [PATCH] Initialize mirror queue --- lib/MySQL_Thread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index 0c5b8e97a..f7a56bd43 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -3004,6 +3004,8 @@ MySQL_Thread::MySQL_Thread() { my_idle_conns=NULL; cached_connections=NULL; mysql_sessions=NULL; + mirror_queue_mysql_sessions=NULL; + mirror_queue_mysql_sessions_cache=NULL; #ifdef IDLE_THREADS efd=-1; epoll_thread=false;