Update of /cvsroot/monetdb/MonetDB4/src/monet
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8935

Modified Files:
      Tag: GDK-2
        monet_interpreter.mx 
Log Message:
Refine previous checkin: being a view is not good enough, we're only
interested in mirrors.


Index: monet_interpreter.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_interpreter.mx,v
retrieving revision 1.10.4.4
retrieving revision 1.10.4.5
diff -u -d -r1.10.4.4 -r1.10.4.5
--- monet_interpreter.mx        15 Aug 2007 13:05:54 -0000      1.10.4.4
+++ monet_interpreter.mx        15 Aug 2007 15:52:43 -0000      1.10.4.5
@@ -1424,7 +1424,7 @@
 
        (void) argc;
 
-       if (trivial_cast(tpe, b->ttype) && !isVIEW(b)) {
+       if (trivial_cast(tpe, b->ttype) && !isVIEWCOMBINE(b)) {
                /* trivial conversion, e.g. int => int */
                int dense_bak = b->T->dense;
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to