From 87f19c85916a12599c95bf31e30126af78efc52c Mon Sep 17 00:00:00 2001 From: siddontang Date: Sun, 5 Oct 2014 21:36:12 +0800 Subject: [PATCH] update doc --- doc/Replication.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Replication.md b/doc/Replication.md index 6e6613b..9e5b6f0 100644 --- a/doc/Replication.md +++ b/doc/Replication.md @@ -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.