Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database: report connection failure in _mysql_connect() #5760

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

davidpanderson
Copy link
Contributor

This is used in the upgrade script and some old web pages. You need to check $mysql->connect_errno after doing new mysqli

Fixes #2481

This is used in the upgrade script and some old web pages.
You need to check $mysql->connect_errno after doing new mysqli
@AenBleidd AenBleidd merged commit 161cfb9 into master Aug 16, 2024
145 checks passed
@AenBleidd AenBleidd deleted the dpa_dbconn2 branch August 16, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

tools/upgrade: doesn't stop on DB update failures
2 participants