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

Make it compile


diffs (25 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
@@ -3512,10 +3512,6 @@ mvc_import_table_wrap(Client cntxt, MalB
        return msg;
 }
 
-int INET_TPE = ATOMindex("inet");
-int UUID_TPE = ATOMindex("uuid");
-int URL_TPE = ATOMindex("url");
-
 /* str mvc_bin_import_table_wrap(.., str *sname, str *tname, str *fname..);
  * binary attachment only works for simple binary types.
  * Non-simple types require each line to contain a valid ascii representation
@@ -3537,6 +3533,10 @@ mvc_bin_import_table_wrap(Client cntxt, 
        FILE *f;
        char *buf;
        int bufsiz = 128 * BLOCK;
+       int INET_TPE = ATOMindex("inet");
+       int UUID_TPE = ATOMindex("uuid");
+       int URL_TPE = ATOMindex("url");
+
 
        if ((msg = getSQLContext(cntxt, mb, &m, NULL)) != NULL)
                return msg;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to