Changeset: 62e03e8a0106 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=62e03e8a0106
Modified Files:
sql/backends/monet5/miniseed/miniseed.c
Branch: DVframework
Log Message:
corrected reporting on the fly.
diffs (12 lines):
diff --git a/sql/backends/monet5/miniseed/miniseed.c
b/sql/backends/monet5/miniseed/miniseed.c
--- a/sql/backends/monet5/miniseed/miniseed.c
+++ b/sql/backends/monet5/miniseed/miniseed.c
@@ -255,7 +255,7 @@ str MiniseedMountSegmentMode(Client cntx
if ( mstl )
mstl_free (&mstl, 0);
- printf("num_segments: "LLFMT", num_records: "LLFMT"\n", num_rows,
num_records);
+ printf("num_segments: %d, num_records: "LLFMT", num_data_points:
"LLFMT"\n", segment_id_fake, num_records, num_rows);
BBPkeepref(*ret[0] = bfile->batCacheid); /* return BAT. */
BBPkeepref(*ret[1] = bsegid->batCacheid); /* return BAT. */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list