Changeset: e72be736b199 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e72be736b199
Removed Files:
        sql/scripts/cache.sql
        sql/scripts/parts.sql
Modified Files:
        sql/scripts/Makefile.ag
Branch: default
Log Message:

removed unused scripts


diffs (64 lines):

diff --git a/sql/scripts/Makefile.ag b/sql/scripts/Makefile.ag
--- a/sql/scripts/Makefile.ag
+++ b/sql/scripts/Makefile.ag
@@ -52,10 +52,3 @@ headers_hge = {
        DIR = libdir/monetdb5/createdb
        SOURCES = 39_analytics_hge.sql 40_json_hge.sql
 }
-
-headers_moresql = {
-       HEADERS = sql
-       DIR = libdir/monetdb5
-       SOURCES = \
-               cache.sql parts.sql 
-}
diff --git a/sql/scripts/cache.sql b/sql/scripts/cache.sql
deleted file mode 100644
--- a/sql/scripts/cache.sql
+++ /dev/null
@@ -1,21 +0,0 @@
--- The contents of this file are subject to the MonetDB Public License
--- Version 1.1 (the "License"); you may not use this file except in
--- compliance with the License. You may obtain a copy of the License at
--- http://www.monetdb.org/Legal/MonetDBLicense
---
--- Software distributed under the License is distributed on an "AS IS"
--- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
--- License for the specific language governing rights and limitations
--- under the License.
---
--- The Original Code is the MonetDB Database System.
---
--- The Initial Developer of the Original Code is CWI.
--- Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
--- Copyright August 2008-2015 MonetDB B.V.
--- All Rights Reserved.
-
--- The SQL query cache
-create function queryCache () 
-       returns table (query string, count int) 
-       external name sql.dump_cache;
diff --git a/sql/scripts/parts.sql b/sql/scripts/parts.sql
deleted file mode 100644
--- a/sql/scripts/parts.sql
+++ /dev/null
@@ -1,19 +0,0 @@
--- The contents of this file are subject to the MonetDB Public License
--- Version 1.1 (the "License"); you may not use this file except in
--- compliance with the License. You may obtain a copy of the License at
--- http://www.monetdb.org/Legal/MonetDBLicense
---
--- Software distributed under the License is distributed on an "AS IS"
--- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
--- License for the specific language governing rights and limitations
--- under the License.
---
--- The Original Code is the MonetDB Database System.
---
--- The Initial Developer of the Original Code is CWI.
--- Portions created by CWI are Copyright (C) 1997-July 2008 CWI.
--- Copyright August 2008-2015 MonetDB B.V.
--- All Rights Reserved.
-
-create procedure inc_parts(schema_name STRING, table_name STRING) 
-       external name mat.inc_parts;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to