Changeset: cc3ec1dc5a92 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cc3ec1dc5a92
Modified Files:
        sql/include/sql_relation.h
Branch: default
Log Message:

missing defines for no constraints


diffs (15 lines):

diff --git a/sql/include/sql_relation.h b/sql/include/sql_relation.h
--- a/sql/include/sql_relation.h
+++ b/sql/include/sql_relation.h
@@ -70,8 +70,9 @@ typedef struct expression {
 #define HAS_NO_NIL     64
 #define EXP_INTERN     128
 
-#define UPD_COMP       1
-#define UPD_LOCKED     2
+#define UPD_COMP               1
+#define UPD_LOCKED             2
+#define UPD_NO_CONSTRAINT      4
  
 /* todo make enum */
 #define DDL_OUTPUT     1
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to