Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31886/src/gdk

Modified Files:
      Tag: GDK-2
        gdk_relop.mx 
Log Message:

made code compile with gcc+optimization and icc:

fixed initialization and usage of variables


Index: gdk_relop.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_relop.mx,v
retrieving revision 1.134.4.7
retrieving revision 1.134.4.8
diff -u -d -r1.134.4.7 -r1.134.4.8
--- gdk_relop.mx        13 Aug 2007 22:42:39 -0000      1.134.4.7
+++ gdk_relop.mx        14 Aug 2007 01:00:08 -0000      1.134.4.8
@@ -778,7 +778,7 @@
        size_t base, end;
        ssize_t offset;
        size_t lcount, rcount;
-       BUN r_cur, l_cur, l_end, dst;
+       BUN r_cur, l_cur, l_end;
        oid seqbase;
        BAT *ret = NULL, *bn = NULL, *l_orig = l;
        bit hitalways_check = FALSE;
@@ -910,7 +910,6 @@
                        goto ready;
                ESTIDEBUG THRprintf(GDKout, "#BATfetchjoin: estimated 
resultsize: " SZFMT "\n", lcount);
 
-               dst = BUNfirst(bn);
                /* TODO: apply the "string trick" (see below) here too */
                if (BATtdense(l)) {
                        /* dense => ordered, i.e., we did check the bounderies 
already above */


-------------------------------------------------------------------------
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