julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.33k stars 679 forks source link

Fixing an issue of initializing table map when fake rotate event catching for Mysql versions 5.5, 5.6, 5.7 #623

Closed Zaynullin closed 1 month ago

Zaynullin commented 1 month ago

Description

Fixed the same issue as PR 579 did, adding a fix for Mysql versions 5.5, 5.6, 5.7 Resolve issue 578 for Mysql versions 5.5, 5.6, 5.7

Type of Change

Checklist

Tests

Additional Information

sean-k1 commented 1 month ago

@Zaynullin I will make version 0.46

sean-k1 commented 1 month ago

@Zaynullin Released 0.46 Sorry for late

Zaynullin commented 1 month ago

Thank you