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

I shouldn't have changed this


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
@@ -1264,7 +1264,7 @@ exp_bin(backend *be, sql_exp *e, rel_bin
                }
                assert(!e->r);
                if (strcmp(sql_func_mod(f->func), "") == 0 && 
strcmp(sql_func_imp(f->func), "") == 0 && strcmp(f->func->base.name, "star") == 
0)
-                       return bin_find_smallest_column(be, left);
+                       return left->cols->h->data;
                else if (!list_empty(exps)) {
                        unsigned nrcols = 0;
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to