Changeset: 9b2c8e8e356b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b2c8e8e356b
Modified Files:
        monetdb5/modules/kernel/algebra.mx
Branch: default
Log Message:

Fixing compilation


diffs (19 lines):

diff --git a/monetdb5/modules/kernel/algebra.mx 
b/monetdb5/modules/kernel/algebra.mx
--- a/monetdb5/modules/kernel/algebra.mx
+++ b/monetdb5/modules/kernel/algebra.mx
@@ -1638,6 +1638,7 @@ static int CMDmark_grp_2( BAT** res, BAT
 }
 
 
+/*
 static int
 CMDhashsplit(BAT **res, BAT *b, int *nfrag)
 {
@@ -1694,6 +1695,7 @@ CMDurangesplit(BAT **res, BAT *b, int *n
        return (*res = BATrangesplit(b, (BUN) *nfrag, TRUE)) ? GDK_SUCCEED : 
GDK_FAIL;
 }
 
+*/
 /*
  * @- Substring Select
  * The string pattern matching routine has been added. It should be
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to