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

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


U sql_types.mx
Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- sql_types.mx        7 Sep 2008 20:31:29 -0000       1.113
+++ sql_types.mx        18 Sep 2008 12:13:15 -0000      1.114
@@ -1305,8 +1305,8 @@
        sql_create_aggr("not_unique", "sql", "not_unique", OID, BIT);
 
        /* functions needed for all types */
-       sql_create_func("hash", "calc", "hash", ANY, NULL, INT, SCALE_FIX);
-       sql_create_func3("rotate_xor_hash", "calc", "rotate_xor_hash", INT, 
INT, ANY, INT, SCALE_NONE);
+       sql_create_func("hash", "calc", "hash", ANY, NULL, WRD, SCALE_FIX);
+       sql_create_func3("rotate_xor_hash", "calc", "rotate_xor_hash", WRD, 
INT, ANY, WRD, SCALE_NONE);
        sql_create_func("=", "calc", "=", ANY, ANY, BIT, SCALE_FIX);
        sql_create_func("<>", "calc", "!=", ANY, ANY, BIT, SCALE_FIX);
        sql_create_func("isnull", "calc", "isnil", ANY, NULL, BIT, SCALE_FIX);


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