Revert "Fixed incorrect computed timeout from previous commit"

This reverts commit 6494c828c1.
pull/1499/head
René Cannaò 8 years ago
parent ba40804c1a
commit 27d58d867e

@ -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;

Loading…
Cancel
Save