"AL13N" <alien@rmail.be> writes:
The restrictions are on the master, not on the slaves. So what do you mean?
>> Peter Laursen <peter_laursen@webyog.com> writes:
>> So yes, there are others that consider Oracle's design of GTID 'a dirty
>> hack',
>> but MariaDB 10.0 GTID is not affected by that design.
> What about mariadb being a slave of a Oracle MySQL GTID?
Surely, connecting a MariaDB slave to an Oracle MySQL master will not remove
those restrictions.
Note that when a MariaDB server connects as a slave to an Oracle MySQL master
server, it is not possible to use GTID for that connection (because the GTID
implementations are not compatible). Old style non-GTID replication must be
used.
- Kristian.