Update of /cvsroot/monetdb/sql/src/server
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31963/src/server
Modified Files:
Tag: SQL_2-24
rel_select.mx
Log Message:
fixed bug in recusive views
U rel_select.mx
Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.75.2.1
retrieving revision 1.75.2.2
diff -u -d -r1.75.2.1 -r1.75.2.2
--- rel_select.mx 27 May 2008 20:44:04 -0000 1.75.2.1
+++ rel_select.mx 17 Jun 2008 09:25:13 -0000 1.75.2.2
@@ -4283,6 +4283,8 @@
if (!instantiate)
sql->emode = m_instantiate;
+ if (instantiate) /* we also need the other views instantiated */
+ sql->emode = 0;
sq = rel_subquery(sql, NULL, query, ek);
sql->emode = emode;
if (!sq)
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins