Changeset: bde143b071e3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bde143b071e3
Modified Files:
monetdb5/extras/rapi/rapi.h
Branch: RIntegration-default
Log Message:
raised bat count limit after experimentation
diffs (12 lines):
diff --git a/monetdb5/extras/rapi/rapi.h b/monetdb5/extras/rapi/rapi.h
--- a/monetdb5/extras/rapi/rapi.h
+++ b/monetdb5/extras/rapi/rapi.h
@@ -38,7 +38,7 @@
#define rapi_export extern
#endif
-#define RAPI_MAX_TUPLES 900000000L
+#define RAPI_MAX_TUPLES 2147483647L
rapi_export str RAPIeval(Client cntxt, MalBlkPtr mb, MalStkPtr stk,
InstrPtr pci);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list