Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7175/src/modules/mal

Modified Files:
        radix.mx 
Log Message:
more consistent use of BAThkey/tkey


Index: radix.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/radix.mx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- radix.mx    3 Jan 2007 12:20:24 -0000       1.13
+++ radix.mx    14 Nov 2007 12:52:15 -0000      1.14
@@ -1652,7 +1652,7 @@
                }
                ALIGNsetH(bn, b);
                bn->tsorted = b->tsorted;
-               BATkey(BATmirror(bn), b->tkey);
+               BATkey(BATmirror(bn), BATtkey(b));
                bn->T->nosorted = b->T->nosorted;
                bn->T->nosorted_rev = b->T->nosorted_rev;
                bn->T->nokey[0] = b->T->nokey[0];


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to