Update of /cvsroot/monetdb/sql/src/include
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24029/src/include

Modified Files:
        sql_catalog.h 
Log Message:
removed sql_trans.mx no longer needed



Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- sql_catalog.h       8 Oct 2009 13:35:56 -0000       1.67
+++ sql_catalog.h       13 Dec 2009 20:40:04 -0000      1.68
@@ -24,13 +24,17 @@
 #include <sql_list.h>
 #include <stream.h>
 
+#define tr_none                0
+#define tr_readonly    1
+#define tr_writable    2
+#define tr_serializable 4
+
 #define ACT_NO_ACTION 0
 #define ACT_CASCADE 1
 #define ACT_RESTRICT 2
 #define ACT_SET_NULL 3
 #define ACT_SET_DEFAULT 4
 
-
 #define DROP_RESTRICT 0
 #define DROP_CASCADE 1
 #define DROP_CASCADE_START 2


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to