Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21770/compiler/mil
Modified Files:
milgen.brg
Log Message:
* add to the implty enum definition the new update types. Append union was
complaining about this.
* made a dummy implementation for the fn:error function. It returns null, so
any call to fn:error will result to segmentation fault for now:)
* re-order the enum for bat access mode in mil.h. It should be
BAT_WRITE=0
BAT_READ=1
BAT_APPEND=2
but it was: BAT_READ=0, BAT_APPEND=1, BAT_WRITE=2
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- milgen.brg 26 Nov 2007 16:25:49 -0000 1.89
+++ milgen.brg 27 Nov 2007 17:13:00 -0000 1.90
@@ -606,6 +606,11 @@
, [aat_attr] = mty_oid
, [aat_pfrag] = mty_oid
, [aat_afrag] = mty_oid
+ , [aat_pre1] = mty_oid
+ , [aat_attr1] = mty_oid
+ , [aat_pfrag1] = mty_oid
+ , [aat_afrag1] = mty_oid
+ , [aat_update] = mty_lng
};
/** implementation type for a given algebra type, as a MIL node */
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins