Skip to content

PS-10240 feature: Add support for processing ANONYMOUS_GTID_LOG events#74

Merged
percona-ysorokin merged 1 commit intomainfrom
anonymous_gtid_log_event
Nov 6, 2025
Merged

PS-10240 feature: Add support for processing ANONYMOUS_GTID_LOG events#74
percona-ysorokin merged 1 commit intomainfrom
anonymous_gtid_log_event

Conversation

@percona-ysorokin
Copy link
Copy Markdown
Collaborator

https://perconadev.atlassian.net/browse/PS-10240

Common post header and body data structures for 'GTID_LOG' and 'ANONYMOUS_GTID_LOG' events extracted into 'binsrv::event::gtid_log_post_header' and 'binsrv::event::gtid_log_body' classes respectively.

'binsrv::event::generic_post_header_impl' / 'binsrv::event::generic_body_impl' specializations for both 'code_type::gtid_log' and 'code_type::anonymous_gtid_log' reimplemented via redirection ('using redirect_type = gtid_log_post_header' / 'using redirect_type = gtid_log_body').

https://perconadev.atlassian.net/browse/PS-10240

Common post header and body data structures for 'GTID_LOG' and 'ANONYMOUS_GTID_LOG'
events extracted into 'binsrv::event::gtid_log_post_header' and 'binsrv::event::gtid_log_body'
classes respectively.

'binsrv::event::generic_post_header_impl' / 'binsrv::event::generic_body_impl' specializations for
both 'code_type::gtid_log' and 'code_type::anonymous_gtid_log' reimplemented via redirection
('using redirect_type = gtid_log_post_header' / 'using redirect_type = gtid_log_body').
@percona-ysorokin percona-ysorokin merged commit 8ba6f63 into main Nov 6, 2025
7 checks passed
@percona-ysorokin percona-ysorokin deleted the anonymous_gtid_log_event branch November 6, 2025 00:41
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.

1 participant