You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: 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?
The text was updated successfully, but these errors were encountered:
: to use
replication.BinLogStream
with gtid requiresmaster_auto_position
, which is agtid.GtidSet
.: create a
gtid.GtidSet
needs aset[gtid.Gtid]
.: create a set needs the elements to be hashable.
:
gtid.Gtid
haven't implement__hash__
yet.it's right?
The text was updated successfully, but these errors were encountered: