Changeset: 6f1fa0dcd36a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6f1fa0dcd36a
Modified Files:
MonetDB5/src/optimizer/opt_octopus.mx
Branch: default
Log Message:
Fixed complaint about missing initialization.
diffs (12 lines):
diff -r a114ee3926ac -r 6f1fa0dcd36a MonetDB5/src/optimizer/opt_octopus.mx
--- a/MonetDB5/src/optimizer/opt_octopus.mx Fri Oct 15 10:40:29 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_octopus.mx Fri Oct 15 11:35:33 2010 +0200
@@ -323,7 +323,7 @@
InstrPtr p, tp, sig = mb->stmt[0], tsig;
char buf[BUFSIZ];
int *alias= (int*) GDKzalloc(mb->vtop * sizeof(int));
- int i, j, k, conn= 0, last, tpe;
+ int i, j, k, conn= 0, last = mb->stop-1, tpe;
str nm;
ocl = &octCluster[tidx];
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list