Changeset: 44e5c456c733 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=44e5c456c733
Modified Files:
monetdb5/optimizer/opt_cluster.mx
Branch: Aug2011
Log Message:
fixed typo: GDKzallo*v*() -> GDKzallo*c*()
diffs (14 lines):
diff --git a/monetdb5/optimizer/opt_cluster.mx
b/monetdb5/optimizer/opt_cluster.mx
--- a/monetdb5/optimizer/opt_cluster.mx
+++ b/monetdb5/optimizer/opt_cluster.mx
@@ -590,8 +590,8 @@
cluster_join(MalBlkPtr mb)
{
int i, j = 0, k = 0, jn = 0, mr = -1, rmr = -1, state = JOIN_NONE,
state_mr = JOIN_NONE, state_rmr = JOIN_NONE, actions = 0;
- int *join = (int*) GDKzallov(sizeof(int) * MAX_STMTS);
- int *prj = (int*) GDKzallov(sizeof(int) * MAX_STMTS);
+ int *join = (int*) GDKzalloc(sizeof(int) * MAX_STMTS);
+ int *prj = (int*) GDKzalloc(sizeof(int) * MAX_STMTS);
InstrPtr q;
/* locate the a sequence of group.new/derive statements */
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list