• Daniel Black's avatar
    MDEV-22173: socket accept - test for failure · 3efdac20
    Daniel Black authored
    accept might return an error, including SOCKET_EAGAIN/
    SOCKET_EINTR. The caller, usually handle_connections_sockets
    can these however and invalid file descriptor isn't something
    to call fcntl on.
    
    Thanks to Etienne Guesnet (ATOS) for diagnosis,
    sample patch description and testing.
    3efdac20
mysql_socket.h 31.9 KB