Changeset: a3ddf4ae3c9e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a3ddf4ae3c9e
Modified Files:
monetdb5/optimizer/opt_centipede.mx
Branch: default
Log Message:
Minor typo
diffs (12 lines):
diff --git a/monetdb5/optimizer/opt_centipede.mx
b/monetdb5/optimizer/opt_centipede.mx
--- a/monetdb5/optimizer/opt_centipede.mx
+++ b/monetdb5/optimizer/opt_centipede.mx
@@ -776,7 +776,7 @@ OPTplanFragment(Client cntxt, MalBlkPtr
#ifdef _DEBUG_OPT_CENTIPEDE_
msg= optimizeMALBlock(cntxt, nmb);
chkProgram(cntxt->nspace, nmb);
- mnstr_printf(cntxt->fdout,"#partition error %d %s\n", nmb->errors,
msg?msg:"");
+ mnstr_printf(cntxt->fdout,"#remote plan error %d %s\n", nmb->errors,
msg?msg:"");
printFunction(cntxt->fdout, nmb, 0, LIST_MAL_STMT);
#endif
GDKfree(plan);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list