Changeset: 4d38da166b14 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4d38da166b14
Modified Files:
monetdb5/modules/mal/wlc.c
Branch: default
Log Message:
Dump the correct OIDs of deleted elements in the WLCR record
diffs (12 lines):
diff --git a/monetdb5/modules/mal/wlc.c b/monetdb5/modules/mal/wlc.c
--- a/monetdb5/modules/mal/wlc.c
+++ b/monetdb5/modules/mal/wlc.c
@@ -916,7 +916,7 @@ WLCdelete(Client cntxt, MalBlkPtr mb, Ma
}
} else {
ol = (oid*) Tloc(b,0);
- for( ; o < last; o++, k++){
+ for( ; o < last; o++, k++, ol++){
if( k%32 == 31){
p = newStmt(cntxt->wlc, "wlr","delete");
p = pushStr(cntxt->wlc, p,
getVarConstant(mb, getArg(pci,1)).val.sval);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list