Martin I guess this should have gone into the MonetDB_5-4 branch, right? Please sync with Niels before back-porting/fixing! Stefan On Thu, Feb 07, 2008 at 08:12:49AM +0000, Martin Kersten wrote:
Update of /cvsroot/monetdb/MonetDB5/src/mal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4344
Modified Files: mal_interpreter.mx mal_profiler.mx mal_properties.mx Log Message: fix reference
Index: mal_profiler.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_profiler.mx,v retrieving revision 1.102 retrieving revision 1.103 diff -u -d -r1.102 -r1.103 --- mal_profiler.mx 11 Jan 2008 10:41:33 -0000 1.102 +++ mal_profiler.mx 7 Feb 2008 08:12:44 -0000 1.103 @@ -104,7 +104,7 @@ @node Event Caching, Stethoscope, Event Filtering, The MAL Profiler @+ Event Caching Aside from shipping events to a separate process, the profiler -can keep the events in a local @sc{BAT} group. +can keep the events in a local @sc{bat} group. It is the default when no target file has been opened to collect the information.
Index: mal_interpreter.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_interpreter.mx,v retrieving revision 1.209 retrieving revision 1.210 diff -u -d -r1.209 -r1.210 --- mal_interpreter.mx 11 Jan 2008 10:41:32 -0000 1.209 +++ mal_interpreter.mx 7 Feb 2008 08:12:44 -0000 1.210 @@ -1581,7 +1581,7 @@ activated using the compile option MALprofiler. Activation can lead to a significant performance degradation, because for all traced functions we have to keep track of essential system counter information. -See @url{The MAL Profiler} for more details. +See @ref{The MAL Profiler} for more details.
@= performanceVariables #ifdef MALprofiler
Index: mal_properties.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_properties.mx,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- mal_properties.mx 11 Jan 2008 10:41:33 -0000 1.47 +++ mal_properties.mx 7 Feb 2008 08:12:44 -0000 1.48 @@ -17,7 +17,6 @@ @f mal_properties @a M. Kersten @+ Property Management - Properties come in several classes, those linked with the symbol table and those linked with the runtime environment. The former are determined once upon parsing or catalog lookup. The runtime properties have two @@ -282,12 +281,14 @@ @tab data can be appended @end multitable @- +@{ @h #ifndef _MAL_PROPERTIES_ #define _MAL_PROPERTIES_ #include "mal.h" #include "mal_namespace.h"
+@{ typedef struct MalProp { bte idx; bte op; @@ -302,6 +303,7 @@ op_gt = 4, op_ne = 5 } prop_op_t; +@}
mal_export sht PropertyIndex(str name); mal_export str PropertyName(sht idx); @@ -310,7 +312,6 @@
#endif
-@{ @c #include "mal_config.h" #include "mal_properties.h"
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |