Changeset: 90f25ef5bb47 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=90f25ef5bb47
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
clients/Tests/exports.stable.out
monetdb5/optimizer/opt_prelude.c
monetdb5/optimizer/opt_prelude.h
Branch: default
Log Message:
Removed last remnants of srvpool module.
diffs (65 lines):
diff --git a/clients/Tests/MAL-signatures.stable.out
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -8268,8 +8268,6 @@ Ready.
[ "sabaoth", "retreatScenario", "command
sabaoth.retreatScenario(lang:str):void ", "SABretreatScenario;",
"Unpublishes the given language as available for this server" ]
[ "sample", "subuniform", "command sample.subuniform(b:bat[:any],
s:lng):bat[:oid] ", "SAMPLEuniform;", "Returns the oids of a uniform
sample of size s" ]
[ "sample", "subuniform", "command sample.subuniform(b:bat[:any],
p:dbl):bat[:oid] ", "SAMPLEuniform_dbl;", "Returns the oids of a uniform
sample of size = (p x count(b)), where 0 <= p <= 1.0" ]
-[ "scheduler", "pattern", "pattern scheduler.pattern(pat:str):void ",
"SRVsetServers;", "Activate the peers matching the pattern and return
number found." ]
-[ "scheduler", "peers", "pattern scheduler.peers(N:int):void ",
"SRVsetServers;", "Simulate N peers" ]
[ "shp", "attach", "pattern shp.attach(filename:str):void ",
"SHPattach;", "Register an ESRI Shapefile in the vault catalog" ]
[ "shp", "import", "pattern shp.import(fileid:int):void ",
"SHPimport;", "Import an ESRI Shapefile with given id into the vault" ]
[ "shp", "import", "pattern shp.import(fileid:int, po:wkb):void ",
"SHPpartialimport;", "Partially import an ESRI Shapefile with given id into
the vault" ]
diff --git a/clients/Tests/MAL-signatures.stable.out.int128
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -10630,8 +10630,6 @@ Ready.
[ "sabaoth", "retreatScenario", "command
sabaoth.retreatScenario(lang:str):void ", "SABretreatScenario;",
"Unpublishes the given language as available for this server" ]
[ "sample", "subuniform", "command sample.subuniform(b:bat[:any],
s:lng):bat[:oid] ", "SAMPLEuniform;", "Returns the oids of a uniform
sample of size s" ]
[ "sample", "subuniform", "command sample.subuniform(b:bat[:any],
p:dbl):bat[:oid] ", "SAMPLEuniform_dbl;", "Returns the oids of a uniform
sample of size = (p x count(b)), where 0 <= p <= 1.0" ]
-[ "scheduler", "pattern", "pattern scheduler.pattern(pat:str):void ",
"SRVsetServers;", "Activate the peers matching the pattern and return
number found." ]
-[ "scheduler", "peers", "pattern scheduler.peers(N:int):void ",
"SRVsetServers;", "Simulate N peers" ]
[ "shp", "attach", "pattern shp.attach(filename:str):void ",
"SHPattach;", "Register an ESRI Shapefile in the vault catalog" ]
[ "shp", "import", "pattern shp.import(fileid:int):void ",
"SHPimport;", "Import an ESRI Shapefile with given id into the vault" ]
[ "shp", "import", "pattern shp.import(fileid:int, po:wkb):void ",
"SHPpartialimport;", "Partially import an ESRI Shapefile with given id into
the vault" ]
diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -2487,7 +2487,6 @@ str sqlRef;
int sqlblob_fromstr(char *instr, int *l, blob **val);
int sqlblob_tostr(str *tostr, int *l, const blob *p);
str sqlcatalogRef;
-str srvpoolRef;
str startProfiler(void);
str startRef;
str startTrace(str path);
diff --git a/monetdb5/optimizer/opt_prelude.c b/monetdb5/optimizer/opt_prelude.c
--- a/monetdb5/optimizer/opt_prelude.c
+++ b/monetdb5/optimizer/opt_prelude.c
@@ -263,7 +263,6 @@ str sortRef;
str sortReverseRef;
str sqlRef;
str sqlcatalogRef;
-str srvpoolRef;
str streamsRef;
str startRef;
str starttraceRef;
@@ -545,7 +544,6 @@ void optimizerInit(void)
sortReverseRef = putName("sortReverse");
sqlRef = putName("sql");
sqlcatalogRef = putName("sqlcatalog");
- srvpoolRef = putName("srvpool");
streamsRef = putName("streams");
startRef = putName("start");
starttraceRef = putName("starttrace");
diff --git a/monetdb5/optimizer/opt_prelude.h b/monetdb5/optimizer/opt_prelude.h
--- a/monetdb5/optimizer/opt_prelude.h
+++ b/monetdb5/optimizer/opt_prelude.h
@@ -257,7 +257,6 @@ mal_export str sortRef;
mal_export str sortReverseRef;
mal_export str sqlRef;
mal_export str sqlcatalogRef;
-mal_export str srvpoolRef;
mal_export str streamsRef;
mal_export str startRef;
mal_export str starttraceRef;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list