Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21204

Modified Files:
        opt_mergetable.mx 
Log Message:
typos.


Index: opt_mergetable.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/opt_mergetable.mx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- opt_mergetable.mx   28 Aug 2007 19:55:48 -0000      1.17
+++ opt_mergetable.mx   28 Aug 2007 20:06:55 -0000      1.18
@@ -160,7 +160,7 @@
 MATpackAll(MalBlkPtr mb, InstrPtr  r, int m, InstrPtr *mat, int *mvar, int 
*mtop){
        int j,l,k;
        r = newInstruction(mb, ASSIGNsymbol);
-       if( mat->argv-mat->retc ==1){
+       if( mat[m]->argc-mat[m]->retc ==1){
                /* simple assignment is sufficient */
                getArg(r,0)= getArg(mat[m],0);
                getArg(r,1)= getArg(mat[m],1);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to