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

Modified Files:
        tst450.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: tst450.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst450.stable.out,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- tst450.stable.out   4 Oct 2007 10:37:10 -0000       1.191
+++ tst450.stable.out   7 Nov 2007 21:18:37 -0000       1.192
@@ -73,7 +73,6 @@
 [ 28,    "inet"          ]
 [ 29,    "xml"           ]
 [ 30,    "mapentry"      ]
-[ 31,    "idxentry"      ]
 #-------------------------#
 # t    h                 # name
 # oid  str               # type


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