julien-duponchelle / python-mysql-replication

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

The current data structure has changed and the data before parsing binlog will go wrong #220

Open hardcao opened 7 years ago

hardcao commented 7 years ago

For example: the current time is 6 points, and now the binlog parsing time is 5 points, at 6 points to the table structure added a field, at this time binlog parsing will have problems

baloo commented 7 years ago

Yes and this is an unsolved problem for now. #176 added a potential solution for this.