Changeset: 0d3eabb6bf74 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0d3eabb6bf74
Modified Files:
monetdb5/modules/mal/Makefile.ag
monetdb5/modules/mal/cbp.c
Branch: headless
Log Message:
Compile cbp correctly
diffs (27 lines):
diff --git a/monetdb5/modules/mal/Makefile.ag b/monetdb5/modules/mal/Makefile.ag
--- a/monetdb5/modules/mal/Makefile.ag
+++ b/monetdb5/modules/mal/Makefile.ag
@@ -67,8 +67,9 @@
factories.mal groupby.mal mdb.mal pcrelib.mal tablet.mal \
# mat.mal \
histogram.mal \
- sabaoth.mal remote.c \
-# recycle.mal \
+ sabaoth.mal \
+# remote.c \
+ recycle.mal \
trader.mal \
tokenizer.mal trader.mal \
txtsim.mal \
diff --git a/monetdb5/modules/mal/cbp.c b/monetdb5/modules/mal/cbp.c
--- a/monetdb5/modules/mal/cbp.c
+++ b/monetdb5/modules/mal/cbp.c
@@ -299,7 +299,7 @@
str
CBPDiskSpace(lng *ret)
{
- *ret= getDiskSpace();
+ *ret= COLgetTotalDiskSpace();
return MAL_SUCCEED;
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list