Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26982/mal
Modified Files:
mal_instruction.mx
Log Message:
Set the type for nil coercions.
Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- mal_instruction.mx 17 Aug 2007 13:56:23 -0000 1.283
+++ mal_instruction.mx 20 Aug 2007 21:33:42 -0000 1.284
@@ -1710,6 +1710,7 @@
* convert to value will also be nil */
if (ATOMcmp(vr->vtype, ATOMnilptr(vr->vtype), VALptr(vr)) == 0)
{
VALinit(vr, type, ATOMnilptr(type));
+ vr->vtype = type;
break;
}
-------------------------------------------------------------------------
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