Changeset: 335a162b3c4e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=335a162b3c4e Modified Files: sql/backends/monet5/datacell/opt_datacell.mx Branch: default Log Message:
Remove the result set indicator We do not sent the results to the console. diffs (14 lines): diff --git a/sql/backends/monet5/datacell/opt_datacell.mx b/sql/backends/monet5/datacell/opt_datacell.mx --- a/sql/backends/monet5/datacell/opt_datacell.mx +++ b/sql/backends/monet5/datacell/opt_datacell.mx @@ -90,6 +90,10 @@ for (i = 0; i < limit; i++) if( old[i]) { p = old[i]; + if ( getModuleId(p) == sqlRef && getFunctionId(p) == putName("affectedRows",12)) { + freeInstruction(p); + continue; + } if ( getModuleId(p) == sqlRef && (getFunctionId(p) == bindRef ||getFunctionId(p) == binddbatRef)){ schema = getVarConstant(mb, getArg(p,2)).val.sval; table = getVarConstant(mb, getArg(p,3)).val.sval; _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list