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

updated comments


diffs (17 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
@@ -100,9 +100,10 @@ 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);
+               /* TODO: the code below is out-of-date, should be
+                *              mvc_create_column_(m, t, "storage", "varchar", 
2048);
+                * This has been corrected in the sciql branch (changeset
+                * c77e81db6fe6).
                 */
                mvc_create_column_(m, t, "storage_type", "int", 32);
 
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to