Changeset: e10a0732838c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e10a0732838c
Modified Files:
        MonetDB5/src/optimizer/opt_datacyclotron.mx
Branch: default
Log Message:

Fix the command... print the table name and column name instead of the column 
name twice.


diffs (12 lines):

diff -r 71015fc33f82 -r e10a0732838c MonetDB5/src/optimizer/opt_datacyclotron.mx
--- a/MonetDB5/src/optimizer/opt_datacyclotron.mx       Mon Aug 23 16:24:50 
2010 +0200
+++ b/MonetDB5/src/optimizer/opt_datacyclotron.mx       Mon Aug 23 16:38:52 
2010 +0200
@@ -123,7 +123,7 @@
        while(reg) {
                chunks++;
                for (j = 0; j < reg->partitions; j++)
-                       printf("X1 := 
datacyclotron.addReg(\"%s\",\"%s\",\"%s\",%d,%d,%d,%d);\n", reg->schema, 
reg->column, reg->column, reg->access, reg->part_id[j], reg->f_bun[j], 
reg->l_bun[j]);
+                       printf("X1 := 
datacyclotron.addReg(\"%s\",\"%s\",\"%s\",%d,%d,%d,%d);\n", reg->schema, 
reg->table, reg->column, reg->access, reg->part_id[j], reg->f_bun[j], 
reg->l_bun[j]);
                parts += reg->partitions;
                 reg = reg->next;
         }
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to