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

Remove the experimental code


diffs (48 lines):

diff --git a/sql/scripts/17_compress.sql b/sql/scripts/17_compress.sql
deleted file mode 100644
--- a/sql/scripts/17_compress.sql
+++ /dev/null
@@ -1,31 +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-2014 MonetDB B.V.
--- All Rights Reserved.
-
--- Perform LZ-compression over a specific table;
-create procedure gzcompress (s string, t string)
-    external name sql.gzcompress;
-create procedure gzdecompress (s string, t string)
-    external name sql.gzdecompress;
-
--- Truncate the storage for columns with a compressed image
-create procedure gztruncate (s string, t string)
-    external name sql.gztruncate;
-
--- Remove the compressed images
-create procedure gzexpand (s string, t string)
-    external name sql.gzexpand;
-
diff --git a/sql/scripts/Makefile.ag b/sql/scripts/Makefile.ag
--- a/sql/scripts/Makefile.ag
+++ b/sql/scripts/Makefile.ag
@@ -20,7 +20,7 @@ MT_SAFE
 headers_sql = {
        HEADERS = sql
        DIR = libdir/monetdb5/createdb
-       SOURCES = 09_like.sql 10_math.sql 11_times.sql 12_url.sql 13_date.sql 
14_inet.sql 15_querylog.sql 16_tracelog.sql 17_compress.sql 19_cluster.sql 
20_vacuum.sql 21_dependency_functions.sql 22_clients.sql 23_skyserver.sql 
24_zorder.sql 25_debug.sql 26_sysmon.sql 39_analytics.sql 40_json.sql 
41_jsonstore.sql 45_uuid.sql 75_storagemodel.sql 80_statistics.sql 99_system.sql
+       SOURCES = 09_like.sql 10_math.sql 11_times.sql 12_url.sql 13_date.sql 
14_inet.sql 15_querylog.sql 16_tracelog.sql 19_cluster.sql 20_vacuum.sql 
21_dependency_functions.sql 22_clients.sql 23_skyserver.sql 24_zorder.sql 
25_debug.sql 26_sysmon.sql 39_analytics.sql 40_json.sql 41_jsonstore.sql 
45_uuid.sql 75_storagemodel.sql 80_statistics.sql 99_system.sql
 }
 
 headers_moresql = {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to