An error occurred fetching the project authors.
- 26 Jan, 2007 1 commit
-
-
msvensson@shellback.(none) authored
- It's too early to free the SSL object in 'vio_ssl_close'. There might still be a thread using or reading from it on platforms where we need to close the active connection/socket in order to break the read. - Add new function 'vio_ssl_delete' and install it as the viodelete function for SSL connections.
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 10 Mar, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Remove duplicate code Merge common functions Enforce MySQL coding standard
-
- 21 Nov, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
-
- 07 Sep, 2005 1 commit
-
-
SergeyV@selena. authored
-
- 05 May, 2005 1 commit
-
-
rburnett@bk-internal.mysql.com authored
Added an extra parameter to all calls to timeout(). 1 means we want to set the write timeout 0 means we wnat to set the read timeout viossl.c: Add which parameter to ssl timeout routine vio_priv.h: Added which parameter to vio_ignore_timeout and vio_ssl_timeout violite.h: Add which parameter to vio_timeout sigs net_serv.cc: Use proper which code in call to vio_timeout to set the proper timeout viosocket.c: Set the appropriate timeout in vio_timeout
-
- 15 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Signed auto_increment keys for HASH tables (like for MyISAM tables in 4.0) nitialize system_charset_info() early. Fixes core dump when starting windows service
-
- 26 Aug, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
-