Changeset: 673b21990071 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=673b21990071 Modified Files: Branch: Log Message:
Properly test the existence of the define. diffs (13 lines): diff -r 877011ea8402 -r 673b21990071 MonetDB5/src/optimizer/opt_mapreduce.mx --- a/MonetDB5/src/optimizer/opt_mapreduce.mx Mon May 17 15:17:47 2010 +0200 +++ b/MonetDB5/src/optimizer/opt_mapreduce.mx Mon May 17 23:02:42 2010 +0200 @@ -801,7 +801,8 @@ } } -#if _DEBUG_OPT_MAPREDUCE == 10 + +#if defined(_DEBUG_OPT_MAPREDUCE) && _DEBUG_OPT_MAPREDUCE == 10 stream_printf(cntxt->fdout, "MAP program\n"); chkProgram(cntxt->nspace, mc); printFunction(cntxt->fdout, mc, 0, LIST_MAL_STMT); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list