summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/replication/repl_shared.h
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2007-03-15 21:40:34 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2007-03-15 21:40:34 +0000
commit30ef36de95df4bedcd41a0470cccb45a553ba2c4 (patch)
treedd32df82ebb22938c04bbd26b9aff90ac8ece471 /ldap/servers/plugins/replication/repl_shared.h
parentd155d05b4648a4803dab0306b6249f2d4cdf9610 (diff)
Resolves: 232050
Summary: Change format of DBVERSION and guardian files (Comment #6) 1) introduced new strings for DBVERSION 2) added the logic to compare the new DBVERSION strings note: we don't store the current db version string in the replication code any more. Instead, we get it from Berkeley DB header file db.h.
Diffstat (limited to 'ldap/servers/plugins/replication/repl_shared.h')
-rw-r--r--ldap/servers/plugins/replication/repl_shared.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/ldap/servers/plugins/replication/repl_shared.h b/ldap/servers/plugins/replication/repl_shared.h
index 957fdc76..5cff8612 100644
--- a/ldap/servers/plugins/replication/repl_shared.h
+++ b/ldap/servers/plugins/replication/repl_shared.h
@@ -128,11 +128,8 @@
* a different version for the plugin itself and this particular version is only
* used for the changelog database
*/
-/*
- * Changed version from 2.0 to 3.0 when we switched from libdb33 to libdb41
- * noriko 20021203
- */
-#define CHANGELOG_DB_VERSION_PREV "3.0"
+/* the current CHANGELOG_DB_VERSION: DB_VERSION_MAJOR"."DB_VERSION_MINOR" */
+/* this string is left for the backward compatibility */
#define CHANGELOG_DB_VERSION "4.0"
extern char *repl_plugin_name;
extern char *windows_repl_plugin_name;