Changeset: de1fd27cc257 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de1fd27cc257
Modified Files:
        clients/Tests/exports.stable.out
Branch: mosaic
Log Message:

Approve test output.


diffs (21 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
@@ -849,7 +849,7 @@ int BLOBcmp(const blob *l, const blob *r
 void BLOBdel(Heap *h, var_t *index);
 str BLOBfromblob(str *retval, blob **b);
 str BLOBfromidx(str *retval, blob **binp, int *index);
-ssize_t BLOBfromstr(const char *instr, size_t *l, blob **val);
+ssize_t BLOBfromstr(const char *instr, size_t *l, blob **val, bool external);
 int BLOBget(Heap *h, int *bun, int *l, blob **val);
 BUN BLOBhash(const blob *b);
 void BLOBheap(Heap *heap, size_t capacity);
@@ -861,7 +861,7 @@ var_t BLOBput(Heap *h, var_t *bun, const
 blob *BLOBread(blob *a, stream *s, size_t cnt);
 str BLOBsqlblob_fromstr(sqlblob **b, const char **d);
 str BLOBtoblob(blob **retval, str *s);
-ssize_t BLOBtostr(str *tostr, size_t *l, const blob *pin);
+ssize_t BLOBtostr(str *tostr, size_t *l, const blob *pin, bool external);
 gdk_return BLOBwrite(const blob *a, stream *s, size_t cnt);
 str CALCmax(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
 str CALCmax_no_nil(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to