Update of /cvsroot/monetdb/pathfinder/runtime
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12621/runtime

Modified Files:
        pf_support.mx 
Log Message:
propagated changes of Tuesday Mar 17 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/03/17 - yingying: runtime/pf_support.mx,1.326.2.7
typo in the Error message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -d -r1.330 -r1.331
--- pf_support.mx       28 Feb 2009 13:00:29 -0000      1.330
+++ pf_support.mx       17 Mar 2009 15:09:07 -0000      1.331
@@ -3701,7 +3701,7 @@
   var cont_names := 
affected_conts.leftjoin(ws.fetch(CONT_NAME)).reverse().mirror();
   var conflict := [tj_is_indexed](cont_names).uselect(true);
   if (count(conflict) > 0) {
-    ERROR("cannot update text-indexed collection %s (%s such errors).\n", 
reverse(conflict).fetch(0), count(confict));
+    ERROR("cannot update text-indexed collection %s (%s such errors).\n", 
reverse(conflict).fetch(0), count(conflict));
   }
 
   # check that all containers are updatable (i.e. that none are read-only)


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to