Bugs item #2891718, was opened at 2009-11-04 08:48 Message generated for change (Comment added) made by mlkersten You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2891718&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: MonetDB5 "stable" >Status: Closed Resolution: None Priority: 9 Private: No Submitted By: Stefan Manegold (stmane) Assigned to: Martin Kersten (mlkersten) Summary: M5/MAL: io.print() yields no output Initial Comment: After yesterday''s (Tue Nov 3 2009) checkins, M5/MAL's io.print() yields no output anymore: $ mserver5 # MonetDB server v5.16.0, based on kernel v1.34.0 # Serving database 'demo', using 4 threads # Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked # Detected 7.753 GiB (8324386816 bytes) main-memory. # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /ufs/manegold/_/scratch0/Monet/Testing/Candidate/prefix.--enable-strict_--disable-optimize_--enable-debug_--enable-assert/etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ >io.print(1); > $ mclient -lmal Welcome to mclient, the MonetDB interactive terminal Type \q to quit, \? for a list of available commands mal>io.print(1); mal> ---------------------------------------------------------------------- >Comment By: Martin Kersten (mlkersten) Date: 2009-11-04 10:15 Message: Mtest runs again on M5 and M5/SQL ---------------------------------------------------------------------- Comment By: Sjoerd Mullender (sjoerd) Date: 2009-11-04 10:12 Message: Found it: it's your change to opt_support.mx where you removed the variable qot. By doing so, you changed the condition of the do/while loop. It used to be that the loop was never executed more than once since qot was always 0. Now the loop can execute multiple times since the qot was removed from the conditional. ---------------------------------------------------------------------- Comment By: Martin Kersten (mlkersten) Date: 2009-11-04 09:56 Message: Sorry working on it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2891718&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
