Changeset: dc73220edb24 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc73220edb24
Modified Files:
        sql/backends/monet5/sql.mx
Branch: rdf
Log Message:

Fix bug when no ontology loaded


diffs (17 lines):

diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -7374,9 +7374,10 @@ SQLrdfShred(Client cntxt, MalBlkPtr mb, 
        }
        else{
                rethrow("sql.rdfShred", msg, RDFParser(b, location, name, 
schema, &ontbat->batCacheid));
-       }
-
-       BBPunfix(ontbat->batCacheid);
+
+               BBPunfix(ontbat->batCacheid);
+       }
+
 
        if (sizeof(oid) == 8) {
                sql_find_subtype(&tpe, "oid", 31, 0);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to