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

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


U bpm_storage.mx
Index: bpm_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bpm/bpm_storage.mx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- bpm_storage.mx      25 Aug 2008 13:36:20 -0000      1.17
+++ bpm_storage.mx      18 Sep 2008 12:13:25 -0000      1.18
@@ -528,7 +528,7 @@
 {
        int ok = LOG_OK;
        sql_bpm *p = ni->data;
-       int type = TYPE_int;
+       int type = TYPE_wrd;
 
        if (ni->type == join_idx)
                type = TYPE_oid;
@@ -706,7 +706,7 @@
 dup_idx(sql_trans *tr, sql_idx *oi, sql_idx *i )
 {
        if (oi->data) {
-               int type = (i->type==join_idx)?TYPE_oid:TYPE_int;
+               int type = (i->type==join_idx)?TYPE_oid:TYPE_wrd;
                sql_bpm *p = i->data = ZNEW(sql_bpm), *op = oi->data;
                return dup_bpm(tr, i->t, op, p, type, isNew(oi), i->base.flag 
== TR_NEW);
        }


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