Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10787

Modified Files:
        sql_gencode.mx 
Log Message:
It is not necessary anymore to generate explicite access code.


U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- sql_gencode.mx      28 Jul 2008 13:23:13 -0000      1.283
+++ sql_gencode.mx      9 Aug 2008 16:52:52 -0000       1.284
@@ -1424,12 +1424,6 @@
                        int r = _dumpstmt(sql, mb, s->op2.stval);
 
                        l = _dumpstmt(sql, mb, s->op1.stval);
-                       if (s->op1.stval->type != st_bat &&
-                           s->op1.stval->type != st_idxbat) {
-                               q = newStmt1(mb, batRef, "setWriteMode");
-                               q = pushArgument(mb, q, l);
-                               l = getDestVar(q);
-                       }
                        q = newStmt2(mb, batRef, appendRef);
                        q = pushArgument(mb, q, l);
                        q = pushArgument(mb, q, r);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to