Details
-
Type:
Bug
-
Status: Stalled (View Workflow)
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 10.3
-
Fix Version/s: 10.4
-
Component/s: Replication, Versioned Tables
-
Labels:
Description
if system versioning is done via innodb internal transaction identifiers, there is no way to replicate such table to have identical data on the slave.
In SBR replication will work and replicated tables will be usable, but they'll have different transaction identifiers. in RBR it won't work at all. And one could not bootstrap the slave by copying tables over.
All this, supposedly, can be fixed by using gtrid instead of innodb internal transaction ids. That is, by adding gtrid columns to the transaction registry table and storing gtrids in versioned tables.
Attachments
Issue Links
- relates to
-
MDEV-16211 Contents of transaction_registry should not be replicated by Galera
-
- Closed
-