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

Correcting typo in comment


diffs (16 lines):

diff --git a/sql/server/rel_select.c b/sql/server/rel_select.c
--- a/sql/server/rel_select.c
+++ b/sql/server/rel_select.c
@@ -2327,10 +2327,10 @@ negate_symbol_tree(mvc *sql, symbol *sc)
                        case 1: /* negating ANY/ALL */
                                cmp_n->next->next->next->data.i_val = 0;
                                break;
-                       case 2: /* negating IS [NOY] DINSTINCT FROM */
+                       case 2: /* negating IS [NOT] DINSTINCT FROM */
                                cmp_n->next->next->next->data.i_val = 3;
                                break;
-                       case 3: /* negating IS [NOY] DINSTINCT FROM */
+                       case 3: /* negating IS [NOT] DINSTINCT FROM */
                                cmp_n->next->next->next->data.i_val = 2;
                                break;
                        }
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to