Bugs item #2581675, was opened at 2009-02-09 15:14 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2581675&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 CVS Head >Status: Open >Resolution: None >Priority: 6 Private: No Submitted By: Stefan de Konink (skinkie) Assigned to: Martin Kersten (mlkersten) Summary: mal variable type is persistent over sessions Initial Comment: /opt/monetdb/bin/mserver5 # MonetDB server v5.11.0, based on kernel v1.29.0 # Serving database 'demo', using 2 threads # Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008- 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 /opt/monetdb/etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ > nemesis Linux # /opt/monetdb/bin/mclient -lmal mal>b := "bla"; mal>b := "bla"; nemesis Linux # /opt/monetdb/bin/mclient -lmal mal>b := 5; MAPI = mone...@localhost:50000 QUERY = b := 5; ERROR = !TypeException:user.main[1]:type mismatch str := int mal>nemesis Linux # /opt/monetdb/bin/mclient -lmal mal>io.print(b); [ nil ] When closing the client it would be expected that the variable would not be maintained. This seems not to be true anymore. Thanks to Fabian for helping me with this bug report. ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2009-02-16 11:50 Message: added test in MonetDB5/tests/BugTracker/Tests/mal_var_persistent_over_sessions.SF-2581675.* still (again?) fails as reported! ---------------------------------------------------------------------- Comment By: Martin Kersten (mlkersten) Date: 2009-02-09 18:40 Message: Fixed by cleaning out the context on MALexit. No test requires/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2581675&group_id=56967 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
