From 27d58d867edbc2a7fd8250656b1a18504d02f261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 30 Apr 2018 05:53:45 +0200 Subject: [PATCH] Revert "Fixed incorrect computed timeout from previous commit" This reverts commit 6494c828c1ba66b7e1e212e1ddfc0ec47b5c46df. --- 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 25df316fb..a4b7e5735 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -2818,7 +2818,7 @@ __run_skip_1: //__mysql_thread_exit_add_mirror: - mypolls.poll_timeout = mysql_thread___poll_timeout*1000; // predefined default value + mypolls.poll_timeout = mysql_thread___poll_timeout/1000; // predefined default value //mypolls.abs_poll_timeout = curtime + mypolls.poll_timeout; for (n = 0; n < mypolls.len; n++) { MySQL_Data_Stream *myds=NULL;