Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22113/src/backends/monet5

Modified Files:
        sql_optimizer.mx 
Log Message:
fixed 2 bugs in storage 
        1) savepoints need to copy the insert bat (ibat) to the delta's 
                bat field (ie we need to keep new delta's)
        2) updates on inserts should move into the ibat.



U sql_optimizer.mx
Index: sql_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_optimizer.mx,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- sql_optimizer.mx    7 Jan 2009 14:19:28 -0000       1.202
+++ sql_optimizer.mx    17 Jan 2009 18:17:01 -0000      1.203
@@ -446,7 +446,7 @@
        "emptySet,"
        /* "joinselect," */
        /* "accessmode," not needed after patches to BKCappend */
-/*     "mitosis," */
+//     "mitosis," 
        "aliases,"
        /* "crack," */
        /*"joinPath,"*/ 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to