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

Modified Files:
      Tag: Nov2009
        sql_catalog.h 
Log Message:
propagated changes of Thursday Oct 08 2009
from the Aug2009 branch to the Nov2009 branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/08 - nielsnes: src/include/sql_catalog.h,1.66.2.1
  fixed bug in mvc last entry and
  in sql_gencode create buffer for each argument
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.66
retrieving revision 1.66.4.1
diff -u -d -r1.66 -r1.66.4.1
--- sql_catalog.h       25 Jul 2009 22:08:37 -0000      1.66
+++ sql_catalog.h       8 Oct 2009 13:26:16 -0000       1.66.4.1
@@ -94,6 +94,7 @@
 #define sql_max(i1,i2) ((i1)<(i2))?(i2):(i1)
 
 #define dt_schema      "%dt%"
+#define isDeclaredSchema(s)    (strcmp(s->base.name, dt_schema) == 0)
 
 typedef enum temp_t { 
        SQL_PERSIST,


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to