Update of /cvsroot/monetdb/sql/src/include
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7080/src/include
Modified Files:
sql_catalog.h
Log Message:
more datacell requirements
Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- sql_catalog.h 10 Jan 2010 15:33:34 -0000 1.70
+++ sql_catalog.h 30 Jan 2010 12:40:59 -0000 1.71
@@ -104,7 +104,8 @@
SQL_PERSIST,
SQL_LOCAL_TEMP,
SQL_GLOBAL_TEMP,
- SQL_DECLARED_TABLE /* variable inside a stored procedure */
+ SQL_DECLARED_TABLE, /* variable inside a stored procedure */
+ SQL_STREAM
} temp_t;
typedef enum commit_action_t {
@@ -380,13 +381,15 @@
tt_table = 0, /* table */
tt_view = 1, /* view */
tt_generated = 2, /* generated (functions can be sql or c-code) */
- tt_cluster = 3 /* table supporting the clustered index */
+ tt_cluster = 3, /* table supporting the clustered index */
+ tt_stream = 4 /* stream */
} table_types;
#define isTable(x) (x->type==tt_table||x->type==tt_cluster)
#define isView(x) (x->type==tt_view)
#define isGenerated(x) (x->type==tt_generated)
#define isCluster(x) (x->type==tt_cluster)
+#define isStream(x) (x->type==tt_stream)
typedef struct sql_table {
sql_base base;
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins