Changeset: e4ae3256038b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e4ae3256038b
Modified Files:
sql/backends/monet5/sql_mosaic.c
Branch: mosaic
Log Message:
remove superflous structure
diffs (20 lines):
diff --git a/sql/backends/monet5/sql_mosaic.c b/sql/backends/monet5/sql_mosaic.c
--- a/sql/backends/monet5/sql_mosaic.c
+++ b/sql/backends/monet5/sql_mosaic.c
@@ -132,7 +132,6 @@ sql_mosaicAnalysis(Client cntxt, MalBlkP
int *tech,*output, *factor;
BAT *bn, *btech, *boutput, *bfactor;
int k;
- MOStask task = (MOStask) GDKzalloc(sizeof(*task));
str compressions = NULL;
if (msg != MAL_SUCCEED || (msg = checkSQLContext(cntxt)) != NULL)
@@ -172,8 +171,6 @@ sql_mosaicAnalysis(Client cntxt, MalBlkP
compressions = *getArgReference_str(stk,pci,6);
}
- for( k = 0; k< MOSAIC_METHODS; k++)
- task->filter[k]= 1;
#ifdef DEBUG_SQL_MOSAIC
mnstr_printf(cntxt->fdout, "#mosaic analysis %s.%s.%s \n", sch, tbl,
col);
#endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list