Changeset: d9e82306d84c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d9e82306d84c
Modified Files:
sql/backends/monet5/sql.c
Branch: Jun2020
Log Message:
added assert
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,6 +619,7 @@ 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