Changeset: 394dbcf8bb99 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=394dbcf8bb99
Modified Files:
        gdk/gdk_storage.c
Branch: Jul2017
Log Message:

Don't ignore persisted hash tables.
This fixes bug 6492.


diffs (11 lines):

diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.c
--- a/gdk/gdk_storage.c
+++ b/gdk/gdk_storage.c
@@ -614,7 +614,6 @@ DESCload(int i)
                return NULL;
        }
        b->ttype = tt;
-       b->thash = NULL;
 
        /* reconstruct mode from BBP status (BATmode doesn't flush
         * descriptor, so loaded mode may be stale) */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to