From 81ee404b799b6df482fd5b154d877c5aafa9d94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sat, 29 Oct 2016 17:06:34 +0000 Subject: [PATCH] Making PCRE the default regex engine #716 --- 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 d24830a72..3d8a082a9 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -338,7 +338,7 @@ MySQL_Threads_Handler::MySQL_Threads_Handler() { variables.default_query_delay=0; variables.default_query_timeout=24*3600*1000; variables.query_processor_iterations=0; - variables.query_processor_regex=2; + variables.query_processor_regex=1; variables.long_query_time=1000; variables.query_cache_size_MB=256; variables.init_connect=NULL;