Re: [Monetdb-developers] [Monetdb-checkins] MonetDB5/src/mal mal_debugger.mx, , 1.227, 1.228
On Thu, Jun 05, 2008 at 11:44:25AM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/mal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14824
Modified Files: mal_debugger.mx Log Message: void double properties display
bug fixes go ..... Niels
U mal_debugger.mx Index: mal_debugger.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_debugger.mx,v retrieving revision 1.227 retrieving revision 1.228 diff -u -d -r1.227 -r1.228 --- mal_debugger.mx 20 May 2008 07:33:38 -0000 1.227 +++ mal_debugger.mx 5 Jun 2008 11:44:21 -0000 1.228 @@ -1674,10 +1674,8 @@ } else if (isaBatType(n->type) && v) { BAT *b = BATdescriptor(v->val.ival);
- if (b) { - printBATproperties(f,b); + if (b) BBPunfix(b->batCacheid); - } } }
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl
participants (1)
-
Niels Nes