mariadb/client
Sergei Golubchik 95797b9677 MDEV-8096 vio timeouts are multiplied by 1000 for ssl
in when using vio->read_timeout (and write_timeout) to set
timeouts of a new vio, as in:

  vio_timeout(vio, 0, old_vio.read_timeout)
  vio_timeout(vio, 0, old_vio.write_timeout)

remember that timeouts are stored in ms, but vio_timeout()'s
argument is in seconds.
2015-05-05 21:56:46 +02:00
..
async_example.c MWL#192: non-blocking client API, after-review fixes. 2012-01-06 12:43:18 +01:00
client_priv.h post-merge fixes 2015-04-29 12:40:52 +02:00
CMakeLists.txt Bug#17633291: SET PROPER COMPILE OPTIONS FOR CLANG 2014-10-13 09:52:28 +02:00
completion_hash.cc Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
completion_hash.h Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
echo.c Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 15:53:48 +01:00
get_password.c mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00
my_readline.h MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
mysql.cc 5.5.40+ merge 2014-10-09 10:30:11 +02:00
mysql_plugin.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysql_upgrade.c Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
mysqladmin.cc Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
mysqlbinlog.cc MDEV-6703 Add "mysqlbinlog --binlog-row-event-max-size" support 2015-02-24 15:55:00 +01:00
mysqlcheck.c Merge branch '5.5' into 10.0 2015-05-04 22:00:24 +02:00
mysqldump.c MDEV-7615: Remove --galera-sst-mode option from mysqldump 2015-02-20 17:45:18 -05:00
mysqlimport.c fix main.mysqldump test failing after Mroonga merge. 2014-10-05 22:07:19 +02:00
mysqlshow.c 10.0-base merge 2014-02-03 15:22:39 +01:00
mysqlslap.c MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
mysqltest.cc MDEV-8096 vio timeouts are multiplied by 1000 for ssl 2015-05-05 21:56:46 +02:00
readline.cc MDEV-4297 mysql --binary-mode 2013-06-10 21:45:30 +02:00
sql_string.cc.dontuse mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00
sql_string.h.dontuse mysql-5.5.32 merge 2013-07-16 19:09:54 +02:00