Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accept 4031 as a valid return code when connection closed
As of 8.0.24 MySQL writes the reason the connection was closed before closing it, so 4031 (ER_CLIENT_INTERACTION_TIMEOUT) is now an valid return code. See https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-24.html#mysqld-8-0-24-connection-management for more information. This addresses the issue reported in perl5-dbi#329
- Loading branch information