Changeset: c78dc8d4a66a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c78dc8d4a66a
Modified Files:
        sql/backends/monet5/sql.c
Branch: Jun2020
Log Message:

removed assert, we could have not 'bat' storage in case of empty merge-tables


diffs (11 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -619,7 +619,6 @@ mvc_bind(mvc *m, const char *sname, cons
                return NULL;
 
        b = store_funcs.bind_col(tr, c, access);
-       assert(b);
        return b;
 }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to