mariadb/vio
unknown 100e92f489 Bug #11286 yassl incompatible with "load data infile"
- Make sure that mysqltest always uses ssl when connecting to the server.
 - Pass a i32-bit int variable as argument to FIONREAD ioctl.


client/mysqltest.c:
  Set the flag CLIENT_REMENBER_OPTIONS so that all connection attempts from mysqltest is done with the same settings.
  Old impl caused mysqltest to loose all it's settings in the second connection attempt, ex ssl settings.
extra/yassl/src/socket_wrapper.cpp:
  64-bit Solaris requires the variable passed to FIONREAD be a 32-bit value.
  Using "int" unless _WIN32_ is defined.
sql/sql_parse.cc:
  Update error message when sslaccepts fails. Must have been a copy and paste error.
vio/viossl.c:
  Minor fixes
  Add timeout to DBUG_PRINT
  use function vio_ssl_fd to get sd from vio
  Remove extra whitespace
vio/viosslfactories.c:
  Remove DBUG_PRINT("enter" in sslaccept and sslconnect as it tries to print out null strings. That is not suported on all platforms.
2005-09-01 11:46:43 +02:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
.cvsignore
Makefile.am Merge 2005-07-06 00:06:11 +02:00
test-ssl.c Fedora now defines read(2)/write(2) as macros. 2005-03-29 23:31:56 +02:00
test-sslclient.c Fedora now defines read(2)/write(2) as macros. 2005-03-29 23:31:56 +02:00
test-sslserver.c After merge fixes 2004-12-31 00:44:00 +02:00
vio.c Merge mysql.com:/home/bkroot/mysql-4.1 2005-07-13 02:13:04 +02:00
vio_priv.h Bug #9721 net_write_timeout not used on Windows 2005-05-05 17:17:57 +02:00
viosocket.c Merge mysql.com:/home/bkroot/mysql-4.1 2005-07-13 02:13:04 +02:00
viossl.c Bug #11286 yassl incompatible with "load data infile" 2005-09-01 11:46:43 +02:00
viosslfactories.c Bug #11286 yassl incompatible with "load data infile" 2005-09-01 11:46:43 +02:00
viotest-ssl.c Fixes for Netware 2003-01-28 08:38:28 +02:00
viotest-sslconnect.cc
viotest.cc