Changeset: 73517ed7af6d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=73517ed7af6d
Modified Files:
monetdb5/scheduler/Tests/memo01.mal
monetdb5/scheduler/Tests/memo02.mal
monetdb5/scheduler/Tests/memo04.mal
monetdb5/scheduler/srvpool.mal
Branch: default
Log Message:
Move experimental MAL signature
keep them in the local tests
they are not necessary for the core of
the system.
diffs (44 lines):
diff --git a/monetdb5/scheduler/Tests/memo01.mal
b/monetdb5/scheduler/Tests/memo01.mal
--- a/monetdb5/scheduler/Tests/memo01.mal
+++ b/monetdb5/scheduler/Tests/memo01.mal
@@ -2,6 +2,7 @@
# use local cost functions, which leads to a hill-climber
# Use the backward scheduling.
+include run_memo;
A:= bat.new(:oid,:oid);
bat.append(A,1@0);
B:= algebra.copy(A);
diff --git a/monetdb5/scheduler/Tests/memo02.mal
b/monetdb5/scheduler/Tests/memo02.mal
--- a/monetdb5/scheduler/Tests/memo02.mal
+++ b/monetdb5/scheduler/Tests/memo02.mal
@@ -1,5 +1,6 @@
# The first memo driven execution
# use a generic cost function
+include run_memo;
A:= bat.new(:oid,:oid);
bat.append(A,1@0);
diff --git a/monetdb5/scheduler/Tests/memo04.mal
b/monetdb5/scheduler/Tests/memo04.mal
--- a/monetdb5/scheduler/Tests/memo04.mal
+++ b/monetdb5/scheduler/Tests/memo04.mal
@@ -1,6 +1,7 @@
# The first memo driven execution
# use a built-in cost function
# use backward scheduling
+include run_memo;
A:= bat.new(:int,:int);
diff --git a/monetdb5/scheduler/srvpool.mal b/monetdb5/scheduler/srvpool.mal
--- a/monetdb5/scheduler/srvpool.mal
+++ b/monetdb5/scheduler/srvpool.mal
@@ -4,6 +4,8 @@
#
# Copyright 2008-2015 MonetDB B.V.
+module scheduler;
+
module srvpool;
pattern scheduler.srvpool():int
address SRVPOOLscheduler
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list