Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19346/src/server

Modified Files:
        sql_psm.mx 
Log Message:
propagated changes of Wednesday Nov 11 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/11 - nielsnes: src/server/sql_psm.mx,1.68.6.2
  fixed bug in checking for sideeffects.
  small code cleanup in sql_psm (ie we still incorrectly used the old updates
  route instead of rel_updates for copy into within psm).
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_psm.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_psm.mx,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- sql_psm.mx  5 Oct 2009 07:41:50 -0000       1.69
+++ sql_psm.mx  11 Nov 2009 09:31:56 -0000      1.70
@@ -444,8 +444,6 @@
                }       break;
                case SQL_COPYFROM:
                case SQL_BINCOPYFROM:
-                       res = updates(sql, s);
-                       break;
                case SQL_INSERT:
                case SQL_UPDATE:
                case SQL_DELETE: {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to