Changeset: 4a41e797bb48 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4a41e797bb48 Modified Files: sql/storage/objectset.c Branch: iso Log Message:
Compilation fix diffs (12 lines): diff --git a/sql/storage/objectset.c b/sql/storage/objectset.c --- a/sql/storage/objectset.c +++ b/sql/storage/objectset.c @@ -59,7 +59,7 @@ typedef struct objectset { int id_based_cnt; struct sql_hash *name_map; struct sql_hash *id_map; - u_int8_t + bool temporary:1, unique:1, /* names are unique */ concurrent:1; /* concurrent inserts are allowed */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list