master-master unsupported

This commit is contained in:
Shlomi Noach 2016-08-11 09:18:22 +02:00
parent a1f9c47102
commit 5d29e3dedd

View File

@ -22,3 +22,4 @@
- For example, you may not migrate `MyTable` if another table called `MYtable` exists in the same schema.
- Amazon RDS and Google Cloud SQL are probably not supported (due to `SUPER` requirement)
- Multisource is not supported when migrating via replica. It _should_ work (but never tested) when connecting directly to master (`--allow-on-master`)
- Master-master setup is only supported in active-passive setup. Active-active (where table is being written to on both masters concurrently) is unsupported. It may be supported in the future.