Changeset: f9b48326a9f9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f9b48326a9f9
Modified Files:
        clients/Tests/exports.stable.out
Branch: odbc_loader
Log Message:

Approve


diffs (14 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -1637,8 +1637,8 @@ str mvc_rollback(mvc *c, int chain, cons
 str number2name(str s, int len, int i);
 bool option_disable_fork;
 sql_part *partition_find_part(sql_trans *tr, sql_table *pt, sql_part *pp);
-int pl_register(char *name, pl_add_types_fptr add_types, pl_load_fptr pl_load);
-void pl_unregister(char *name);
+int pl_register(const char *name, pl_add_types_fptr add_types, pl_load_fptr 
pl_load);
+void pl_unregister(const char *name);
 void qc_delete(qc *cache, cq *q);
 cq *qc_find(qc *cache, int id);
 cq *qc_insert(qc *cache, allocator *sa, sql_rel *r, symbol *s, list *params, 
mapi_query_t type, char *codedstr, int no_mitosis);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to