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

Modified Files:
      Tag: May2009
        sql_mvc.mx 
Log Message:
allow create statements in intantiate and deps modes.


U sql_mvc.mx
Index: sql_mvc.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_mvc.mx,v
retrieving revision 1.219.2.1
retrieving revision 1.219.2.2
diff -u -d -r1.219.2.1 -r1.219.2.2
--- sql_mvc.mx  28 May 2009 20:49:59 -0000      1.219.2.1
+++ sql_mvc.mx  29 May 2009 05:01:03 -0000      1.219.2.2
@@ -52,13 +52,14 @@
 #define m_explain 4 
 #define m_plan 5 
 
-#define QUERY_MODE(m) (m==m_normal || m==m_inplace)
-
 /* special modes for function/procedure and view instantiation and
    dependency generation */
 #define m_instantiate 6
 #define m_deps 7
 
+#define QUERY_MODE(m) (m==m_normal || m==m_inplace || m==m_instantiate || 
m==m_deps)
+
+
 /* different query execution modifiers (emod) */
 #define mod_none 0
 #define mod_debug 2


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to