long2ice / asyncmy

A fast asyncio MySQL/MariaDB driver with replication protocol support
https://github.com/long2ice/asyncmy
Apache License 2.0
230 stars 25 forks source link

replication.gtid unusable #59

Open Grvzard opened 1 year ago

Grvzard commented 1 year ago

: to use replication.BinLogStream with gtid requires master_auto_position, which is a gtid.GtidSet. : create a gtid.GtidSet needs a set[gtid.Gtid]. : create a set needs the elements to be hashable. : gtid.Gtid haven't implement __hash__ yet.

it's right?