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

compilation


diffs (12 lines):

diff --git a/sql/include/sql_catalog.h b/sql/include/sql_catalog.h
--- a/sql/include/sql_catalog.h
+++ b/sql/include/sql_catalog.h
@@ -365,7 +365,7 @@ typedef enum table_types {
        tt_generated = 2,       /* generated (functions can be sql or c-code) */
        tt_merge_table = 3,     /* multiple tables form one table */
        tt_stream = 4,          /* stream */
-       tt_remote = 5           /* stored on a remote server */
+       tt_remote = 5,          /* stored on a remote server */
        tt_array = 6            /* arrays */
 } table_types;
 
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to