Changeset: 7db0265fda1d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7db0265fda1d Modified Files: monetdb5/optimizer/opt_oltp.c Branch: oltp Log Message:
fix typo diffs (23 lines): diff --git a/monetdb5/optimizer/opt_oltp.c b/monetdb5/optimizer/opt_oltp.c --- a/monetdb5/optimizer/opt_oltp.c +++ b/monetdb5/optimizer/opt_oltp.c @@ -81,7 +81,7 @@ OPToltpImplementation(Client cntxt, MalB // Now optimize the code if ( newMalBlkStmt(mb,mb->stop) < 0) return 0; - pushInstruction(mb,0); + pushInstruction(mb,old[0]); pushInstruction(mb,lcks); for (i = 1; i < limit; i++) { p = old[i]; @@ -104,8 +104,8 @@ OPToltpImplementation(Client cntxt, MalB /* Defense line against incorrect plans */ chkTypes(cntxt->fdout, cntxt->nspace, mb, FALSE); - //chkFlow(cntxt->fdout, mb); - //chkDeclarations(cntxt->fdout, mb); + chkFlow(cntxt->fdout, mb); + chkDeclarations(cntxt->fdout, mb); /* keep all actions taken as a post block comment */ snprintf(buf,256,"%-20s actions=%2d time=" LLFMT " usec","emptybind",actions,GDKusec() - usec); newComment(mb,buf); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list