Changeset: 243ab4785b98 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=243ab4785b98
Modified Files:
sql/backends/monet5/sql_rdf_jgraph.c
Branch: rdf
Log Message:
Fix when the number of matching table = 0
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_rdf_jgraph.c
b/sql/backends/monet5/sql_rdf_jgraph.c
--- a/sql/backends/monet5/sql_rdf_jgraph.c
+++ b/sql/backends/monet5/sql_rdf_jgraph.c
@@ -3609,7 +3609,7 @@ sql_rel* _group_star_pattern(mvc *c, jgr
printf("Done grouping star pattern\n");
- _rel_print(c, tbl_m_rels[0]);
+ //if (num_match_tbl > 0)_rel_print(c, tbl_m_rels[0]);
if (num_match_tbl > 0){
rel_alltable = union_sp_from_all_matching_tbls(c,
num_match_tbl, contain_mv_col, tbl_m_rels, sp_proj_exps);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list