Fixed incorrect computed timeout from previous commit

v2.0-lab
René Cannaò 8 years ago
parent e95d1cd0de
commit 6494c828c1

@ -2786,7 +2786,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