Changeset: 7931f159968a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7931f159968a
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: pushcands
Log Message:

improved passing of the inner candidates


diffs (13 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
@@ -3579,7 +3579,8 @@ rel2bin_select(backend *be, sql_rel *rel
                        if (sel)
                                return NULL;
                }
-       } else if (sub)
+       }
+       if (sub && !sel)
                sel = sub->cand;
        sub = create_rel_bin_stmt(sql->sa, sub->cols, sel, NULL, NULL, NULL);
        for( en = rel->exps->h; en; en = en->next ) {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to