Changeset: e202778b9a2e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e202778b9a2e
Modified Files:
        sql/common/sql_types.c
Branch: default
Log Message:

functions with both mod/imp set to "" are special, that also holds for the 
file_loader.


diffs (12 lines):

diff --git a/sql/common/sql_types.c b/sql/common/sql_types.c
--- a/sql/common/sql_types.c
+++ b/sql/common/sql_types.c
@@ -1540,7 +1540,7 @@ sqltypeinit( sql_allocator *sa)
        f->varres = 1;
 
        /* file_loader */
-       f = sql_create_union(sa, "file_loader", "files", "", FALSE, SCALE_FIX, 
0, TABLE, 1, STR);
+       f = sql_create_union(sa, "file_loader", "", "", FALSE, SCALE_FIX, 0, 
TABLE, 1, STR);
        f->varres = 1;
 
        /* sys_update_schemas, sys_update_tables */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to