Changeset: 159d83a943fb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=159d83a943fb
Modified Files:
        monetdb5/modules/kernel/logger.c
        sql/server/sql_mvc.c
Branch: transaction-replication
Log Message:

Fix comment for WAL drift threshold


diffs (24 lines):

diff --git a/monetdb5/modules/kernel/logger.c b/monetdb5/modules/kernel/logger.c
--- a/monetdb5/modules/kernel/logger.c
+++ b/monetdb5/modules/kernel/logger.c
@@ -94,7 +94,7 @@ logger_create_wrap( logger *L, int *debu
        log_settings->logdir = *dirname;
        /* Get and pass on the shared WAL directory location, if set */
        log_settings->shared_logdir = GDKgetenv("gdk_shared_logdir");
-       /* Get and pass on the shared WAL directory location, if set.
+       /* Get and pass on the shared WAL drift threshold, if set.
         * -1 by default, meaning it should be ignored, since it is not set */
        log_settings->shared_drift_threshold = 
GDKgetenv_int("gdk_shared_drift_threshold", -1);
 
diff --git a/sql/server/sql_mvc.c b/sql/server/sql_mvc.c
--- a/sql/server/sql_mvc.c
+++ b/sql/server/sql_mvc.c
@@ -47,7 +47,7 @@ mvc_init(int debug, store_type store, in
        }
        /* Get and pass on the shared WAL directory location, if set */
        log_settings->shared_logdir = GDKgetenv("gdk_shared_logdir");
-       /* Get and pass on the shared WAL directory location, if set.
+       /* Get and pass on the shared WAL drift threshold, if set.
         * -1 by default, meaning it should be ignored, since it is not set */
        log_settings->shared_drift_threshold = 
GDKgetenv_int("gdk_shared_drift_threshold", -1);
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to