mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
2a45fa900b
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.
7 lines
54 B
Text
7 lines
54 B
Text
SET @@net_read_timeout=1;
|
|
SELECT 1;
|
|
1
|
|
1
|
|
SELECT 1;
|
|
1
|
|
1
|