update doc

This commit is contained in:
siddontang 2014-10-05 21:36:12 +08:00
parent 4d974a0db7
commit 87f19c8591
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ If a slave first syncs from a master A, then uses `slaveof` to sync from master
## Limitation
+ Multi-Master is not supported.
+ Replication can not store log less than current LastLogID.
+ Cycle replication is not supported.
+ Circular replication is not supported.
+ Master and slave must set `use_replication` to true to support replication.