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

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


U bat_storage.mx
Index: bat_storage.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_storage.mx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- bat_storage.mx      25 Aug 2008 13:36:19 -0000      1.23
+++ bat_storage.mx      18 Sep 2008 12:13:24 -0000      1.24
@@ -579,7 +579,7 @@
 {
        int ok = LOG_OK;
        sql_delta *bat = ni->data;
-       int type = TYPE_int;
+       int type = TYPE_wrd;
 
        if (ni->type == join_idx)
                type = TYPE_oid;
@@ -800,7 +800,7 @@
 dup_idx(sql_trans *tr, sql_idx *i, sql_idx *ni )
 {
        if (i->data) {
-               int type = (ni->type==join_idx)?TYPE_oid:TYPE_int;
+               int type = (ni->type==join_idx)?TYPE_oid:TYPE_wrd;
                sql_delta *bat = ni->data = ZNEW(sql_delta), *obat = i->data;
                return dup_bat(tr, ni->t, obat, bat, type, isNew(i), 
ni->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