This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-16 12:02:42 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e60acae655
mariadb
/
mysql-test
/
main
/
ssl_timeout-9836.result
10 lines
108 B
Text
Raw
Normal View
History
Unescape
Escape
Post-merge: Update test results
2016-07-01 05:56:18 +02:00
connect con1,localhost,root,,,,,SSL;
MDEV-9836 Connection lost when using SSL Don't read from socket in yassl in SSL_pending(). Just return size of the buffered processed data. This is what OpenSSL is documented to do too: SSL_pending() returns the number of bytes which have been processed, buffered and are available inside ssl for immediate read.
2016-04-20 19:03:59 +02:00
SET @@net_read_timeout=1;
SELECT 1;
1
1
SELECT 1;
1
1
Post-merge: Update test results
2016-07-01 05:56:18 +02:00
disconnect con1;
Reference in a new issue
Copy permalink