-
Notifications
You must be signed in to change notification settings - Fork 683
implement partial format description event fields #585
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
implement partial format description event fields #585
Conversation
TODO
|
if "MariaDB" in version_info: | ||
if self.dbms: | ||
return self.dbms | ||
if "MariaDB" in self._ctl_connection.get_server_info(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really Cool!
We can reduce the master load a bit more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !!
https://mariadb.com/kb/en/format_description_event/ Reference LGTM!!🎉 |
Description
Type of Change
Checklist
Tests
Additional Information