Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix calls to mysql_server_end()/mysql_library_end()
- Stop calling `mysql_library_end()` in `dbd_db_destroy()` as this leads to issues with OpenSSL in specific circumstances. - Call `myql_library_end()` instead of `mysql_server_end()` as the latter has been deprecated. - Add missing define for `dbd_discon_all` See also: - https://dev.mysql.com/doc/c-api/8.4/en/mysql-server-end.html - https://dev.mysql.com/doc/c-api/8.4/en/mysql-library-end.html Closes #431
- Loading branch information