• unknown's avatar
    connect timeout bug fix · f67fe80e
    unknown authored
    
    libmysql/libmysql.c:
      This is a fix for a bug in connect_timeout.
      
      This bug manifested itself on operating systems that do support poll() 
      system call, which resulted in a timeout twice the value specified.
      
      That is because timeout executed on both select() and poll().
    f67fe80e
libmysql.c 70.7 KB