Purpose
GTID_SUBSET() verifies whether a global transaction ID (GTID) set is a subset of another GTID set. If yes, it returns true. If not, it returns false.
Syntax
GTID_SUBSET(set1,set2)
Note
Only the keyword syntax is supported. The functionality does not actually take effect.