Changeset: 3ff95e847e8b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ff95e847e8b
Modified Files:
        gdk/gdk_bbp.c
Branch: Apr2019
Log Message:

Destroy order index on blob columns during upgrade.
The ordering changed, so order index is not valid anymore.


diffs (11 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -661,6 +661,7 @@ heapinit(BAT *b, const char *buf, int *h
        if (bbpversion <= GDKLIBRARY_BLOB_SORT && strcmp(type, "blob") == 0) {
                b->tsorted = b->trevsorted = false;
                b->tnosorted = b->tnorevsorted = 0;
+               OIDXdestroy(b);
        }
 #endif
        if (b->theap.free > b->theap.size)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to