Merge branch '10.1' into 10.2

This commit is contained in:
Oleksandr Byelkin 2020-05-02 08:44:17 +02:00
commit ca091e6372
49 changed files with 2973 additions and 2657 deletions

View file

@ -879,7 +879,7 @@ static my_bool socket_peek_read(Vio *vio, uint *bytes)
@param timeout Interval (in milliseconds) to wait for an I/O event.
A negative timeout value means an infinite timeout.
@remark sock_errno is set to SOCKET_ETIMEDOUT on timeout.
@remark socket_errno is set to SOCKET_ETIMEDOUT on timeout.
@return A three-state value which indicates the operation status.
@retval -1 Failure, socket_errno indicates the error.