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

Modified Files:
        remote03.stable.out 
Log Message:
CTsubhisto returned a bat of type idxentry,int but accessed only the
oid (hcur) of the idxentry struct. Therefor it changed the type (hack)
into TYPE_oid. This gave problems in the batcache (it returned a
bat with types of incorrect size). 
Now the idxentry type is no longer used (removed) but simply 2 bats.
The waisted space is freed at the end of the subhisto function.

this fixes the failing xtables test 


Index: remote03.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests/remote03.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- remote03.stable.out 20 Aug 2007 21:47:22 -0000      1.3
+++ remote03.stable.out 7 Nov 2007 21:18:38 -0000       1.4
@@ -105,8 +105,6 @@
 [ 28,    "inet"          ]
 [ 29,    "xml"           ]
 [ 30,    "mapentry"      ]
-[ 31,    "idxentry"      ]
-#MALexit: clients still active
 
 # 15:28:56 >  
 # 15:28:56 >  Done.


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