We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
code reference:
python-mysql-replication/pymysqlreplication/event.py
Line 397 in ea61cca
Line 398 in ea61cca
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.