Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.1.14
Description
See mail thread at https://lists.launchpad.net/maria-developers/msg09722.html.
Optimistic parallel replication does not work when mysql.gtid_slave_pos is
non-transactional. So either it needs to fallback to non-parallel (like for
other non-transactional updates/DDL), or an error should be given.
An error seems better, as silently falling back to all transactions being
run serially does not seem very useful.