Changeset: ead89bd1feda for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ead89bd1feda
Modified Files:
        monetdb5/optimizer/opt_iot.c
Branch: iot
Log Message:

Keep the mvc around


diffs (14 lines):

diff --git a/monetdb5/optimizer/opt_iot.c b/monetdb5/optimizer/opt_iot.c
--- a/monetdb5/optimizer/opt_iot.c
+++ b/monetdb5/optimizer/opt_iot.c
@@ -237,6 +237,10 @@ OPTiotImplementation(Client cntxt, MalBl
                                getArg(p,1) = lastmvc;
                                lastmvc = getArg(p,0);
                        }
+                       if ( (getModuleId(p) == sqlRef ||getModuleId(p)== 
basketRef) && getFunctionId(p) == updateRef ){
+                               getArg(p,1) = lastmvc;
+                               lastmvc = getArg(p,0);
+                       }
                        pushInstruction(mb, p);
                }
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to