Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv30657
Modified Files:
pathfinder.mx
Log Message:
Restore functionality of del_doc_base after change to del_doc.
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- pathfinder.mx 22 Apr 2007 11:15:05 -0000 1.349
+++ pathfinder.mx 23 Apr 2007 07:36:13 -0000 1.350
@@ -3521,13 +3521,13 @@
bit pf_short_req) : void
{
# do the work in memory
- var commitBAT := del_doc(cachedOnly, names, pf_short_req);
+ del_doc(cachedOnly, names, pf_short_req);
# now here is our commit: checkpoint 2 bat descs and BBP.dir
if (pf_commit_docmgt) {
var ok := false;
lock_set(pf_wal);
- var err := CATCH(ok := subcommit(commitBAT));
+ var err := CATCH(ok :=
subcommit(bat(void,str).append("doc_name").append("doc_location")));
lock_unset(pf_wal);
if (not(ok)) {
var msg := "XQDY0062: checkpoint failed (in del_doc_base), query
aborted.\n";
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins