Bugs item #2581675, was opened at 2009-02-09 15:14
Message generated for change (Settings changed) made by mlkersten
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: Closed
>Resolution: Fixed
Priority: 5
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: 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

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to