Changeset: 2012163364cb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2012163364cb
Modified Files:
        sql/storage/store.c
Branch: Jul2017
Log Message:

make sure we clear the min/max value cache on column changes.


diffs (11 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -3324,6 +3324,7 @@ reset_column(sql_trans *tr, sql_column *
                if (pfc->def)
                        fc->def = pfc->def;
                fc->base.wtime = fc->base.rtime = 0;
+               fc->min = fc->max = NULL;
        }
        return LOG_OK;
 }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to