We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3560a69 + ebccc99 commit e56bbceCopy full SHA for e56bbce
pymysqlreplication/gtid.py
@@ -16,7 +16,7 @@ class Gtid(object):
16
intervals [a,b), and represent all transactions x that happened on
17
server SID such as
18
19
- x <= a < b
+ a <= x < b
20
21
The human representation of it, though, is either represented by a
22
single transaction number A=a (when only one transaction is covered,
0 commit comments