You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS-10239 feature: Add support for processing GTID_LOG events
https://perconadev.atlassian.net/browse/PS-10239
Added new template specializations for 'generic_post_header_impl' and
'generic_body_impl' for 'code_type::gtid_log' ('GTID_LOG' event).
Reworked / generalized 'util::extract_xxx()` series of functions - they now have corresponding
"checked" versions that verify whether required number of bytes is available in the input data
span and return false otherwise.
Added 'util::extract_packed_int_from_byte_span_checked()' helper function that extracts
'std::uint64_t' integer from its packed network representation (MySQL-specific format).
Added 'binsrv/gtid/common_types.hpp' file with basic typedefs for future GTID structures.
'binsrv::events::flag_type' renamed to 'binsrv::events::common_header_flag_type'.
0 commit comments