Changeset: d6bf3e518bba for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d6bf3e518bba Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
Martin added a namespacelock. diffs (11 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 @@ -2793,6 +2793,7 @@ MT_Lock mal_copyLock; MT_Lock mal_delayLock; void mal_exit(void); int mal_init(void); +MT_Lock mal_namespaceLock; MT_Lock mal_profileLock; str mal_quote(const char *msg, size_t size); MT_Lock mal_remoteLock; _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
