1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/libmysql
unknown f67fe80ead connect timeout bug fix
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().
2003-02-10 17:50:06 +02:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2001-09-12 23:53:31 +03:00
2001-08-22 01:45:07 +03:00
2003-02-10 17:50:06 +02:00
2003-01-21 17:30:42 +02:00
2001-10-31 20:28:43 +02:00