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

Merge with Apr2019 branch.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_upgrades.c 
b/sql/backends/monet5/sql_upgrades.c
--- a/sql/backends/monet5/sql_upgrades.c
+++ b/sql/backends/monet5/sql_upgrades.c
@@ -1544,7 +1544,7 @@ sql_update_storagemodel(Client c, mvc *s
 
        if ((buf = GDKmalloc(bufsize)) == NULL)
                throw(SQL, "sql_update_storagemodel", SQLSTATE(HY001) 
MAL_MALLOC_FAIL);
-       
+
        /* set views and tables internally to non-system to allow drop commands 
to succeed without error */
        if ((t = mvc_bind_table(sql, s, "storage")) != NULL)
                t->system = 0;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to