Changeset: 7d044aaf28dc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7d044aaf28dc
Modified Files:
sql/backends/monet5/rel_bin.c
Branch: pushcands
Log Message:
fixed issue with limit/sort (ie use the newly created columns list)
diffs (11 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
@@ -3496,6 +3496,7 @@ rel2bin_project(backend *be, sql_rel *re
sub = subrel_project(be, sub, refs, rel);
psub = subrel_project(be, psub, refs, rel);
}
+ pl = psub->cols;
stmt_set_nrcols(psub);
/* In case of a topn
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list