Skip to content

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

Merged

Conversation

roy0424
Copy link
Contributor

@roy0424 roy0424 commented Dec 1, 2023

Description

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Other (implement partial format description event fields)

Checklist

  • I have read and understood the CONTRIBUTING.md document.
  • I have checked there aren't any other open Pull Requests for the desired changes.
  • This PR resolves an issue #[Issue Number Here].

Tests

  • All tests have passed.
  • New tests have been added to cover the changes. (describe below if applicable).

Additional Information

@roy0424
Copy link
Contributor Author

roy0424 commented Dec 1, 2023

TODO

  • make "dbms" property in BinLogEvent
  • remove version retrieval from session

@roy0424 roy0424 marked this pull request as ready for review December 2, 2023 23:06
if "MariaDB" in version_info:
if self.dbms:
return self.dbms
if "MariaDB" in self._ctl_connection.get_server_info():
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks !!

@sean-k1
Copy link
Collaborator

sean-k1 commented Dec 4, 2023

https://mariadb.com/kb/en/format_description_event/

Reference

LGTM!!🎉
Thanks for your first contributing!

@sean-k1 sean-k1 merged commit 579277e into julien-duponchelle:main Dec 4, 2023
sean-k1 added a commit that referenced this pull request Dec 9, 2023
* Fix missing dependency on packaging (#590)
* implement partial format description event fields (#585)
@sean-k1 sean-k1 mentioned this pull request Dec 9, 2023
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