Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9106
Modified Files:
mal_instruction.mx
Log Message:
Make sure replicator and recycler do not mess up.
Index: mal_instruction.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_instruction.mx,v
retrieving revision 1.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- mal_instruction.mx 3 Mar 2008 14:34:11 -0000 1.302
+++ mal_instruction.mx 5 Mar 2008 00:08:48 -0000 1.303
@@ -336,8 +336,8 @@
#define VAR_USED 64
#define VAR_DISABLED 128 /* used for comments and scheduler */
#define VAR_STORED 256 /* Recycle control, variable can be
recycled */
-#define VAR_RECYCLE 256 /* Recycle control, variable can be
recycled */
-#define VAR_KEPT 512 /* Recycle control, variable is available
*/
+#define VAR_RECYCLE 512 /* Recycle control, variable can be
recycled */
+#define VAR_KEPT 1024 /* Recycle control, variable is available
*/
/* type check status is kept around to improve type checking efficiency */
#define TYPE_ERROR -1
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins