Changeset: d4b222cd7e48 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d4b222cd7e48
Modified Files:
sql/backends/monet5/rel_bin.c
Branch: Dec2025
Log Message:
Make sure variables are initialized.
diffs (12 lines):
diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -1849,7 +1849,7 @@ exp_bin(backend *be, sql_exp *e, stmt *l
if (r) { /* check new ordered aggregation */
list *obe = r->h->data;
if (obe && obe->h) {
- stmt *orderby = NULL, *orderby_ids,
*orderby_grp;
+ stmt *orderby = NULL, *orderby_ids =
NULL, *orderby_grp = NULL;
/* order by */
if (grp) {
orderby = stmt_order(be, grp,
true, true);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]