Changeset: 259f6f1f1f32 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=259f6f1f1f32
Modified Files:
monetdb5/optimizer/opt_costModel.c
Branch: default
Log Message:
OPTcostModelImplementation(): removed "\" that accidetally slipped-in with
changeset d41e1b744c79
diffs (14 lines):
diff --git a/monetdb5/optimizer/opt_costModel.c
b/monetdb5/optimizer/opt_costModel.c
--- a/monetdb5/optimizer/opt_costModel.c
+++ b/monetdb5/optimizer/opt_costModel.c
@@ -134,8 +134,8 @@ OPTcostModelImplementation(Client cntxt,
} else if( p->token == ASSIGNsymbol && p->argc== 2){
/* copy the rows property */
c1 = getRowCnt(mb, getArg(p,1));
- /* just to ensure that rowcnt was/is never set to -1 */\
- assert(c1 != (BUN) -1);\
+ /* just to ensure that rowcnt was/is never set to -1 */
+ assert(c1 != (BUN) -1);
if (c1 != BUN_NONE)
setRowCnt(mb, getArg(p,0), c1);
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list