Changeset: bc6e26ed9696 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bc6e26ed9696
Modified Files:
monetdb5/modules/mal/tablet.mx
Branch: default
Log Message:
Make sure there is some slack
diffs (12 lines):
diff --git a/monetdb5/modules/mal/tablet.mx b/monetdb5/modules/mal/tablet.mx
--- a/monetdb5/modules/mal/tablet.mx
+++ b/monetdb5/modules/mal/tablet.mx
@@ -2080,7 +2080,7 @@
BAT *res= NULL;
stream *s = open_rastream(datafile);
bstream *b = NULL;
- BUN est = as->nr;
+ BUN est = as->nr + BATTINY; /* take some reserve */
if (s == NULL ){
GDKerror("could not open file %s\n", datafile);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list