Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ MysqlGTIDSet
Struct
MysqlGTIDSet
IceFireDB-SQLite/pkg/mysql/mysql/mysql_gtid.go:300–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
type
MysqlGTIDSet
struct
{
301
Sets
map
[string]*UUIDSet
302
}
303
304
func
ParseMysqlGTIDSet(str string) (GTIDSet, error) {
305
s := new(MysqlGTIDSet)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected