Changeset: 6615580c9e26 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6615580c9e26
Modified Files:
        sql/server/sql_query.c
Branch: default
Log Message:

removed assert


diffs (11 lines):

diff --git a/sql/server/sql_query.c b/sql/server/sql_query.c
--- a/sql/server/sql_query.c
+++ b/sql/server/sql_query.c
@@ -53,7 +53,6 @@ query_push_outer(sql_query *q, sql_rel *
        if (!q->last_rel)
                q->last_rel = r;
        if (r != q->last_rel) {
-               assert((q->last_rel->l == r && (is_groupby(q->last_rel->op) || 
is_select(q->last_rel->op))) || (r->l == q->last_rel && (is_select(r->op) || 
is_join(r->op))));
                r->grouped = is_groupby(q->last_rel->op);
                q->last_rel = r;
                q->last_exp = q->prev = NULL;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to