CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/11/06 15:34:33
Modified files:
databases/mariadb: Makefile
Removed files:
databases/mariadb/patches: patch-client_mysqladmin_cc
patch-man_mysqladmin_1
Log message:
Drop patches that lowered mysqladmin's default --connect-timeout
The kernel used to have a quite small limit for SO_RCVTIMEO/SO_SNDTIMEO,
this lead mysqladmin to error out with its default --connect-timeout
value. But that was before mpi@'s uipc_socket.c rev 1.239 commit, which
extended the maximum timeout for those socket options.
ok Brad (maintainer)