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

compilation fix


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_subquery.c 
b/sql/backends/monet5/sql_subquery.c
--- a/sql/backends/monet5/sql_subquery.c
+++ b/sql/backends/monet5/sql_subquery.c
@@ -121,7 +121,7 @@ SQLall(ptr ret, const bat *bid)
 {
        BAT *b;
        BUN c, _s;
-       const void *p;
+       const void *p = NULL;
 
        if ((b = BATdescriptor(*bid)) == NULL) {
                throw(SQL, "sql.all", SQLSTATE(HY005) "Cannot access column 
descriptor");
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to