Update of /cvsroot/monetdb/sql/src/storage/restrict
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv655/src/storage/restrict

Modified Files:
        restrict_storage.mx 
Log Message:
hash/xor now return wrd instead of int


U restrict_storage.mx
Index: restrict_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/restrict/restrict_storage.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- restrict_storage.mx 1 Sep 2008 05:26:07 -0000       1.10
+++ restrict_storage.mx 18 Sep 2008 12:13:26 -0000      1.11
@@ -396,7 +396,7 @@
 {
        int ok = LOG_OK;
        sql_bat *bat = ni->data;
-       int type = TYPE_int;
+       int type = TYPE_wrd;
 
        if (ni->type == join_idx)
                type = TYPE_oid;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to