Changeset: ea17e26158e5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ea17e26158e5
Branch: reducedstack
Log Message:
merged with default
diffs (11 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
@@ -4770,6 +4770,7 @@ sql_update_mar2025_sp1(Client c, mvc *sq
/* if the table type LOCAL TEMPORARY VIEW is
* not in the list of table_types, upgrade */
pos = snprintf(buf, bufsize, "select table_type_name from
sys.table_types where table_type_name = 'LOCAL TEMPORARY VIEW';\n");
+ (void)pos;
assert(pos < bufsize);
err = SQLstatementIntern(c, buf, "update", true, false, &output);
if (err == MAL_SUCCEED && (b = BBPquickdesc(output->cols[0].b)) &&
BATcount(b) == 0) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]