Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5828/src/modules/plain

Modified Files:
        radix.mx 
Log Message:
more consistent use of BAThkey/tkey vs ->t/h->key


Index: radix.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/radix.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- radix.mx    24 Apr 2007 13:08:36 -0000      1.4
+++ radix.mx    14 Nov 2007 12:49:10 -0000      1.5
@@ -1509,7 +1509,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