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

detypo


diffs (55 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
@@ -1316,7 +1316,7 @@
 #include <replication.h>
 #include <opt_dictionary.h>
 #ifdef HAVE_RAPTOR
-       #include <rdf.h>
+# include <rdf.h>
 #endif
 
 /* Windows doesn't have round or trunc, but it does have floor and ceil */
@@ -5541,10 +5541,9 @@
        @:gzcompression(CMDbbpexpand(&ret, &b->batCacheid,&sbuf),expand)@
 }
 @- Shredding RDF documents through SQL
-Wrapper around the RDF shredder of the rdf module of M5. The first time
-the database is going to be used for rdf run sql/src/sql/rdf.sql.
-
-An rdf file can be now shreded with SQL command:
+Wrapper around the RDF shredder of the rdf module of M5.
+
+An rdf file can be now shredded with SQL command:
 CALL rdf_shred('/path/to/location','graph name');
 
 The table rdf.graph will be updated with an entry of the form:
@@ -5618,7 +5617,7 @@
 
        rid = table_funcs.column_find_row(m->session->tr, gname, *name, NULL);
        if (rid != oid_nil) {
-               throw(SQL,"sql.rdfShred","graph name allready exists in 
rdf.graph");
+               throw(SQL,"sql.rdfShred","graph name already exists in 
rdf.graph");
        }
        id = (int) store_funcs.count_col(gname);
        store_funcs.append_col(m->session->tr, gname, *name, TYPE_str);
@@ -5684,18 +5683,13 @@
        @:crt_col(spo_tbl,S_sort,P_sort,O_sort)@
 #endif /* STORE */
 
-
-
-
        /* unfix graph */
        BBPunfix(graph->batCacheid);
 
        return MAL_SUCCEED;
-
-
 #else
        (void) cntxt; (void) mb; (void) stk; (void) pci;
-       throw(SQL, "sql.rdfShred", "RDF support is missing from Monet5");
+       throw(SQL, "sql.rdfShred", "RDF support is missing from MonetDB5");
 #endif /* RDF */
 }
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to