We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calls to mysql_close() are blocking.
This becomes a serious problem if one of the backend is physically shutdown
The text was updated successfully, but these errors were encountered:
Fix for bug #461
6b1a449
MySQL_Connection::~MySQL_Connection() now only attempts to send the QUIT command The connection is closed no matter if the server is present or not
Fix regression on #461
ec48ff7
461 causes a severe memory corruption
Minor fix on #461
84274d9
Minor fix for #461
394788a
Applying 84274d9 to this branch
renecannao
No branches or pull requests
Calls to mysql_close() are blocking.
This becomes a serious problem if one of the backend is physically shutdown
The text was updated successfully, but these errors were encountered: