repl.so

来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 30 行

SO
30
字号
m4_comment([$Id: repl.so,v 1.10 2005/10/19 19:11:22 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.3: Replication,,    upgrade.4.3/enomem, upgrade.4.3/rtc)m4_p([dnlThe 4.3 release removes support for logs-only replication clients.  Useof the DB_REP_LOGSONLY flag to the m4_ref(rep_start) should be replacedwith the m4_ref(DB_REP_CLIENT) flag.])m4_p([dnlThe 4.3 release adds two new arguments to the m4_refT(rep_elect),m4_arg(nvotes) and m4_arg(flags).  The m4_arg(nvotes) argument sets therequired number of replication group members that must participate inan election in order for a master to be declared.  For backwardcompatibility, set the m4_arg(nvotes) argument to 0.  The flags argumentis currently unused and should be set to 0.  See m4_refT(rep_elect) or"Replication Elections" for more information.])m4_p([dnlIn the 4.3 release it is no longer necessary to do a databaseenvironment hot backup to initialize a replication client.  All that isneeded now is for the client to join the replication group.  m4_db willperform an internal backup from the master to the client automaticallyand will run recovery on the client to bring it up to date with themaster.])m4_page_footer

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?