Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20761

Modified Files:
      Tag: XQuery_0-18
        pathfinder.mx 
Log Message:
- we were leaking persistent vx_hsh_nid bats after collection destroy!



Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.367.2.12
retrieving revision 1.367.2.13
diff -u -d -r1.367.2.12 -r1.367.2.13
--- pathfinder.mx       3 Aug 2007 14:04:05 -0000       1.367.2.12
+++ pathfinder.mx       5 Aug 2007 03:10:49 -0000       1.367.2.13
@@ -807,6 +807,7 @@
             collection_size.delete(coll_oid);
             commitBAT.insert([+](str(int(coll_oid)), 
ws_dsk.reverse().mirror()));
             commitBAT.insert("_qn_nid", +(str(int(coll_oid)), "_qn_nid"));
+            commitBAT.insert("_vx_hsh_nid", +(str(int(coll_oid)), 
"_vx_hsh_nid"));
          } else {
             # recall the ws-ids that blocked deletion of a collection 
             collection_zombie.append([abs](reverse(project(users,$h))));


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to