Changeset: 99ee0fe5d6fe for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99ee0fe5d6fe
Modified Files:
        sql/server/sql_mvc.h
Branch: scoping2
Log Message:

English


diffs (12 lines):

diff --git a/sql/server/sql_mvc.h b/sql/server/sql_mvc.h
--- a/sql/server/sql_mvc.h
+++ b/sql/server/sql_mvc.h
@@ -122,7 +122,7 @@ typedef struct mvc {
        struct symbol *sym;
 
        int8_t use_views:1,
-                  schema_path_has_sys:1, /* speed up objcect lookup */
+                  schema_path_has_sys:1, /* speed up object search */
                   schema_path_has_tmp:1;
        struct qc *qc;
        int clientid;           /* id of the owner */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to