Changeset: 53f9c5654a39 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/53f9c5654a39
Modified Files:
        sql/server/sql_mvc.c
Branch: Jun2023
Log Message:

set single bit field using true/flase


diffs (12 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
@@ -840,7 +840,7 @@ mvc_create(sql_store *store, sql_allocat
                list_destroy(m->schema_path);
                return NULL;
        }
-       m->schema_path_has_sys = 1;
+       m->schema_path_has_sys = true;
        m->schema_path_has_tmp = 0;
        m->store = store;
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to