Changeset: 9a6b3c774b4f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a6b3c774b4f
Modified Files:
        clients/Tests/exports.stable.out
Branch: default
Log Message:

Approved: New function copyProperties, removed function BATsample_deprecated.


diffs (19 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
@@ -152,7 +152,6 @@ BAT *BATrestrict(BAT *b, ptr hl, ptr hh,
 BAT *BATrevert(BAT *b);
 BAT *BATroles(BAT *b, const char *hnme, const char *tnme);
 BAT *BATsample(BAT *b, BUN n);
-BAT *BATsample_deprecated(BAT *b, BUN n);
 BAT *BATsave(BAT *b);
 BAT *BATsdiff(BAT *b, BAT *c);
 BAT *BATselect(BAT *b, ptr tl, ptr th);
@@ -3188,6 +3187,7 @@ str constraintsRef;
 str convertConstant(malType type, ValPtr vr);
 InstrPtr copyInstruction(InstrPtr p);
 MalBlkPtr copyMalBlk(MalBlkPtr mb);
+void copyProperties(MalBlkPtr mb, int src, int dst);
 str copyRef;
 void copyVariable(MalBlkPtr dst, VarPtr v);
 str copy_fromRef;
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to