Skip to content

What are "server_version_split" and "number_of_event_types" in "FormatDescriptionEvent" class? #626

Open
@davisgogogo

Description

@davisgogogo

code reference:

self.server_version_split = struct.unpack("<3B", self.packet.read(3))

self.number_of_event_types = struct.unpack("<B", self.packet.read(1))[0]

There are two attributes, "server_version_split" and "number_of_event_types", and i have not find those two fields in MySQL documents (I saw https://dev.mysql.com/doc/dev/mysql-server/8.0.40/page_protocol_replication_binlog_event.html).

So what are they? Maybe they are in some older MySQL version?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions