Changeset: dbf21fdf2a92 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dbf21fdf2a92
Modified Files:
        monetdb5/mal/mal_parser.c
Branch: oltp
Log Message:

Merge with default


diffs (15 lines):

diff --git a/monetdb5/mal/mal_parser.c b/monetdb5/mal/mal_parser.c
--- a/monetdb5/mal/mal_parser.c
+++ b/monetdb5/mal/mal_parser.c
@@ -1515,8 +1515,10 @@ parseAssign(Client cntxt, int cntrl)
        curBlk = curPrg->def;
        curInstr = newInstruction(curBlk, NULL, NULL);
        
-       if( cntrl)
+       if( cntrl){
+               curInstr->token = ASSIGNsymbol;
                curInstr->barrier = cntrl;
+       }
 
        /* start the parsing by recognition of the lhs of an assignment */
        if (currChar(cntxt) == '(') {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to