Changeset: c77e81db6fe6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c77e81db6fe6
Modified Files:
        sql/server/sql_mvc.c
Branch: sciql
Log Message:

corrected out-of-date definition of system VIEW


diffs (16 lines):

diff --git a/sql/server/sql_mvc.c b/sql/server/sql_mvc.c
--- a/sql/server/sql_mvc.c
+++ b/sql/server/sql_mvc.c
@@ -126,11 +126,7 @@ mvc_init(int debug, store_type store, ba
                mvc_create_column_(m, t, "default", "varchar", 2048);
                mvc_create_column_(m, t, "null", "boolean", 1);
                mvc_create_column_(m, t, "number", "int", 32);
-               /* TODO: the code below is out-of-date.  Should be changed into 
the
-                * following with the next major catalogue change:
-                * mvc_create_column(m, t, "storage", "varchar", 2048);
-                */
-               mvc_create_column_(m, t, "storage_type", "int", 32);
+               mvc_create_column_(m, t, "storage", "varchar", 2048);
 
                if (catalog_version) {
                        int pub = ROLE_PUBLIC;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to