Skip to content

Minor adjustments #11

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

Merged
merged 2 commits into from
Apr 27, 2013
Merged

Minor adjustments #11

merged 2 commits into from
Apr 27, 2013

Conversation

bjoernhaeuser
Copy link
Collaborator

Hey :)

A new pull-request. just some minor adjustments, no bugs :)

Thank you very much for your effort into this module.

Thanks
Björn

@@ -45,6 +45,7 @@ def __connect_to_ctl(self):
self._ctl_connection_settings['db'] = 'information_schema'
self._ctl_connection_settings['cursorclass'] = pymysql.cursors.DictCursor
self._ctl_connection = pymysql.connect(**self._ctl_connection_settings)
self.__connected_ctl = True
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thats the important part. Otherwise there will be a new connection created for every packet.

@julien-duponchelle
Copy link
Owner

Thanks a lot , i will merge it and add you in special thanks section of readme

julien-duponchelle added a commit that referenced this pull request Apr 27, 2013
@julien-duponchelle julien-duponchelle merged commit 36e40c5 into julien-duponchelle:master Apr 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants