From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/installation/rep_views.html | 116 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 docs/installation/rep_views.html (limited to 'docs/installation/rep_views.html') diff --git a/docs/installation/rep_views.html b/docs/installation/rep_views.html new file mode 100644 index 00000000..2f2d92c4 --- /dev/null +++ b/docs/installation/rep_views.html @@ -0,0 +1,116 @@ + + + + + + Replication Views + + + + + + + + + +
+
+
+
+

Replication Views

+
+
+
+
+
+
+ + New Function + +
+
+ + New Flag + +
+
+
+

+ A replication site can now be created as a replication + view by using the DB_ENV->rep_set_view() method. A replication view + is a read-only copy of some or all of the replicated + databases that cannot become master, participate in + elections, or contribute to transaction durability. +

+
+
+
+
+

New Function

+
+
+
+ +
+
+
+
+
+

New Flag

+
+
+
+
+
    +
  • DB_REPMGR_ISVIEW - A new value + for the flags field of the + DB_REPMGR_SITE structures + returned by the DB_ENV->repmgr_site_list() method to + indicate that a site is a replication view. +
  • +
+
+
+
+ + + -- cgit v1.2.1