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

Closing port-monetdblite branch.


diffs (29 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
@@ -1217,6 +1217,7 @@ sql_update_mar2018_sp1(Client c, mvc *sq
        return err;             /* usually MAL_SUCCEED */
 }
 
+#ifndef HAVE_EMBEDDED
 static str
 sql_update_remote_tables(Client c, mvc *sql)
 {
@@ -1305,6 +1306,7 @@ sql_update_remote_tables(Client c, mvc *
        GDKfree(buf);
        return err;
 }
+#endif
 
 static str
 sql_replace_Mar2018_ids_view(Client c, mvc *sql)
@@ -1427,7 +1429,9 @@ sql_update_aug2018(Client c, mvc *sql)
        err = SQLstatementIntern(c, &buf, "update", 1, 0, NULL);
        if (err)
                goto bailout;
+#ifndef HAVE_EMBEDDED
        err = sql_update_remote_tables(c, sql);
+#endif
 
   bailout:
        GDKfree(buf);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to