From 9d130e4b60a87babeff7ebe5eb049647b2936da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Tue, 11 Oct 2016 01:23:42 +0000 Subject: [PATCH] Loop optimization for maintanance thread --- lib/MySQL_Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index 63cf06b51..31cea2490 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -1909,7 +1909,7 @@ __run_skip_1: } } if (exit_cond) { - break; + continue; } } }