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

Modified Files:
      Tag: MonetDB_1-22
        gdk.mx gdk_bbp.mx gdk_rangejoin.mx 
Log Message:
Committing typos to silence the webgeneration


Index: gdk_bbp.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_bbp.mx,v
retrieving revision 1.208
retrieving revision 1.208.2.1
diff -u -d -r1.208 -r1.208.2.1
--- gdk_bbp.mx  1 Feb 2008 12:21:35 -0000       1.208
+++ gdk_bbp.mx  5 Feb 2008 15:29:58 -0000       1.208.2.1
@@ -1058,7 +1058,7 @@
                gdk_unset_lock(GDKswapLock(i), "BBPcacheit");
 }
 
-@
[EMAIL PROTECTED]
 @%BBPuncacheit@ changes the BBP status to swapped out.  Currently only 
 used in BBPfree (bat swapped out) and BBPclear (bat destroyed forever).
 @c
@@ -3311,7 +3311,6 @@
        return BBPdiskscan_r(NULL);
 }
 
[EMAIL PROTECTED]
 void 
 BBPatom_drop(int atom)
 {

Index: gdk.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk.mx,v
retrieving revision 1.248
retrieving revision 1.248.2.1
diff -u -d -r1.248 -r1.248.2.1
--- gdk.mx      1 Feb 2008 12:21:32 -0000       1.248
+++ gdk.mx      5 Feb 2008 15:29:58 -0000       1.248.2.1
@@ -1492,8 +1492,6 @@
 @item BAT *
 @tab BATmirror (BAT *b)
 @item BAT *
[EMAIL PROTECTED] BATreverse (BAT *b)
[EMAIL PROTECTED] BAT *
 @tab BATreset (BAT *b)
 @end multitable
 @

Index: gdk_rangejoin.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_rangejoin.mx,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- gdk_rangejoin.mx    15 Jan 2008 16:22:49 -0000      1.7
+++ gdk_rangejoin.mx    5 Feb 2008 15:29:58 -0000       1.7.2.1
@@ -21,6 +21,7 @@
 The sql statement b.x <= a.z <= b.y, could be implemented using too thetajoins.
 But that results in very large intermediates.
 
[EMAIL PROTECTED]
 @h
 #ifndef GDK_RANGEJOIN_H
 #define GDK_RANGEJOIN_H
@@ -136,6 +137,8 @@
                }
        }
 }
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 @+ Bandjoin
 A non-equi join of two relations R and S is called a Band-join if
 the join predicate requires the values of R to fall within a given range.


-------------------------------------------------------------------------
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