Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db_mysql: Drop usage of MYSQL_OPT_RECONNECT in 8.0.35+
The auto-reconnect feature of libmysqlclient has been deprecated starting with version 8.0.34 and is subject to future removal. Moreover, OpenSIPS was explicitly disabling it anyway on startup, in favour of the "max_db_queries" application-level query retrying loop.
- Loading branch information