According to the MySQL documentation on database replication, "All tables replicated using row-based replication must have explicit primary keys."
Is it safe to assume that database replication will work with a composite keys?
According to the MySQL documentation on database replication, "All tables replicated using row-based replication must have explicit primary keys."
Is it safe to assume that database replication will work with a composite keys?