dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
22 stars 20 forks source link

Adding support for subtracting GTIDSets #336

Closed fulghum closed 5 months ago

fulghum commented 5 months ago

Needed to support the gtid_subtract() built-in function. Also exposes the ParseMysql56GTIDSet function so that we can parse GTIDSet strings from GMS.

Related GMS PR: https://github.com/dolthub/go-mysql-server/pull/2455