From d6c9d3ff92639d7d2632e4a753fc2121b25dc82c Mon Sep 17 00:00:00 2001 From: Maskfanatics <7488631+Maskfanatics@user.noreply.gitee.com> Date: Wed, 9 Nov 2022 03:56:48 +0000 Subject: [PATCH] update deep-dive-mgr/deep-dive-mgr-19.md. Signed-off-by: Maskfanatics <7488631+Maskfanatics@user.noreply.gitee.com> --- deep-dive-mgr/deep-dive-mgr-19.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep-dive-mgr/deep-dive-mgr-19.md b/deep-dive-mgr/deep-dive-mgr-19.md index ccf23ec..a91a35c 100644 --- a/deep-dive-mgr/deep-dive-mgr-19.md +++ b/deep-dive-mgr/deep-dive-mgr-19.md @@ -46,7 +46,7 @@ | Description | 设置本节点是否为仲裁节点。实例启动前先设置好,不可动态修改 | | 引入版本 | 8.0.25-16 | -## 3. 快速单注 +## 3. 快速单主 GreatSQL中增加一个新的工作模式:**单主快速模式**,在这个模式下,不再采用MySQL MGR原有的认证数据库方式。新增选项 `group_replication_single_primary_fast_mode` 用于 设置是否启用,以及具体采用哪种模式。 -- Gitee