Changeset: d22bc2d2471b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d22bc2d2471b
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: delete_in_vlist
Log Message:

typo.


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
@@ -341,7 +341,7 @@ handle_in_exps(backend *be, sql_exp *ce,
                }
 
                // Need to order this because the output of join is not 
necessarily an ordered cl.
-               // This is relevant for instance when this passed to a 
mergecand operation.
+               // This is relevant for instance when this is passed to a 
mergecand operation.
                s = stmt_order(be, s, 1, 0);
                s = stmt_result(be, s, 0);
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to