Changeset: a489cdfcf6df for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a489cdfcf6df
Modified Files:
        gdk/gdk_bbp.c
Branch: Dec2016
Log Message:

Typo: only zap nokey entries in older BBP versions.


diffs (12 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -1155,7 +1155,7 @@ BBPreadEntries(FILE *fp, int oidsize, in
                                needcommit = 1;
                        }
                }
-               if (bbpversion <= GDKLIBRARY &&
+               if (bbpversion <= GDKLIBRARY_NOKEY &&
                    (bn->tnokey[0] != 0 || bn->tnokey[1] != 0)) {
                        /* we don't trust the nokey values */
                        bn->tnokey[0] = bn->tnokey[1] = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to