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

Block on mysql_close() #461

Closed
renecannao opened this issue Jan 9, 2016 · 0 comments
Closed

Block on mysql_close() #461

renecannao opened this issue Jan 9, 2016 · 0 comments

Comments

@renecannao
Copy link
Contributor

Calls to mysql_close() are blocking.

This becomes a serious problem if one of the backend is physically shutdown

@renecannao renecannao self-assigned this Jan 9, 2016
@renecannao renecannao added this to the Truls milestone Jan 9, 2016
renecannao added a commit that referenced this issue Jan 9, 2016
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
renecannao added a commit that referenced this issue Jan 10, 2016
461 causes a severe memory corruption
renecannao added a commit that referenced this issue Jan 10, 2016
renecannao added a commit that referenced this issue Jan 14, 2016
Applying 84274d9 to this branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant