Changeset: da5a7264bba6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da5a7264bba6
Modified Files:
sql/backends/monet5/sql_upgrades.c
Branch: default
Log Message:
Function sql_fix_system_tables currently only used in sql_update_hugeint.
diffs (19 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
@@ -25,6 +25,7 @@
/* this function can be used to recreate the system tables (types,
* functions, args) when internal types and/or functions have changed
* (i.e. the ones in sql_types.c) */
+#ifdef HAVE_HGE /* currently only used in
sql_update_hugeint */
static str
sql_fix_system_tables(Client c, mvc *sql)
{
@@ -182,6 +183,7 @@ sql_fix_system_tables(Client c, mvc *sql
GDKfree(buf);
return err; /* usually MAL_SUCCEED */
}
+#endif
#ifdef HAVE_HGE
static str
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list