Closed AdrienPensart closed 8 months ago
In the last version, there is an issue introduced here :
https://github.com/julien-duponchelle/python-mysql-replication/commit/0e31c58815f8c03b1eb93d9519ab71fc4268c8e9
Those slave_uuid should be quoted ! Or else, replication events like this SET will crash the loop stream.
Thanks , are you happy to provide a PR?
Of course ;)
https://github.com/julien-duponchelle/python-mysql-replication/pull/615
@AdrienPensart could you make pr for this issue
Thanks a lot fix merged and released
In the last version, there is an issue introduced here :
https://github.com/julien-duponchelle/python-mysql-replication/commit/0e31c58815f8c03b1eb93d9519ab71fc4268c8e9
Those slave_uuid should be quoted ! Or else, replication events like this SET will crash the loop stream.