Changeset: af4e8825eb2c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af4e8825eb2c
Modified Files:
monetdb5/optimizer/opt_wrapper.c
Branch: Feb2013
Log Message:
Fix format string
diffs (12 lines):
diff --git a/monetdb5/optimizer/opt_wrapper.c b/monetdb5/optimizer/opt_wrapper.c
--- a/monetdb5/optimizer/opt_wrapper.c
+++ b/monetdb5/optimizer/opt_wrapper.c
@@ -181,7 +181,7 @@ str OPTwrapper (Client cntxt, MalBlkPtr
printFunction(cntxt->fdout,mb,0,LIST_MAL_STMT | LIST_MAPI);
}
DEBUGoptimizers
- mnstr_printf(cntxt->fdout,"#optimizer %-11s %3d actions %5d MAL
instructions (%3ld K) " LLFMT" ms\n", optimizer, actions, mb->stop,
+ mnstr_printf(cntxt->fdout,"#optimizer %-11s %3d actions %5d MAL
instructions (%3d K) " LLFMT" ms\n", optimizer, actions, mb->stop,
((sizeof( MalBlkRecord) +mb->ssize * sizeof(InstrRecord)+
mb->vtop * sizeof(int) /* argv estimate */ +mb->vtop* sizeof(VarRecord) +
mb->vsize*sizeof(VarPtr)+1023)/1024),
t);
QOTupdateStatistics(getModuleId(q),actions,t);
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list