Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26937

Modified Files:
      Tag: MonetDB_1-22
        gdk_bat.mx gdk_bbp.mx 
Log Message:
 now also \& into &


Index: gdk_bbp.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_bbp.mx,v
retrieving revision 1.208.2.4
retrieving revision 1.208.2.5
diff -u -d -r1.208.2.4 -r1.208.2.5
--- gdk_bbp.mx  6 Feb 2008 13:12:26 -0000       1.208.2.4
+++ gdk_bbp.mx  6 Feb 2008 13:16:20 -0000       1.208.2.5
@@ -1786,7 +1786,7 @@
 @item
 while decisions are made as to which bats to unload (1) the BBP is
 scanned, and (2) unload decisions are made. Due to these properties,
-the search\&decide phase of BBPtrim acquires both GDKcacheLock (due to (1))i
+the search&decide phase of BBPtrim acquires both GDKcacheLock (due to (1))i
 and all GDKswapLocks (due to (2)). They must be released during the actual 
 unloading.  (as otherwise deadlock occurs => unloading a bat may e.g. kill 
 an accelerator that is a BAT, which in turn requires BBP lock acquisition).

Index: gdk_bat.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_bat.mx,v
retrieving revision 1.187.2.1
retrieving revision 1.187.2.2
diff -u -d -r1.187.2.1 -r1.187.2.2
--- gdk_bat.mx  6 Feb 2008 13:12:25 -0000       1.187.2.1
+++ gdk_bat.mx  6 Feb 2008 13:16:20 -0000       1.187.2.2
@@ -2268,7 +2268,7 @@
 Thus we cannot modify the hp->storage fields, but rather store the new modes 
in special
 batMap fields that are used when the BAT descriptor is saved.
 
-This makes the BATmmap safer \& simpler as it is now
+This makes the BATmmap safer & simpler as it is now
 incorporated in the normal bat loading and saving mechanism.
 
 It also makes the mmap faster as when through caching you


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to