Changeset: 457b639fb008 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=457b639fb008
Modified Files:
        count-count-distinct.Bug-2808.sql
        count-count-distinct.Bug-2808.stable.err
        count-count-distinct.Bug-2808.stable.out
Branch: Apr2011
Log Message:

Remove duplicate files.
These files were added in the proper place already.


diffs (107 lines):

diff --git a/count-count-distinct.Bug-2808.sql 
b/count-count-distinct.Bug-2808.sql
deleted file mode 100644
--- a/count-count-distinct.Bug-2808.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-select count(name) from tables;
-select count(distinct name) from tables;
-select count(name) , count(distinct name) from tables;
diff --git a/count-count-distinct.Bug-2808.stable.err 
b/count-count-distinct.Bug-2808.stable.err
deleted file mode 100644
--- a/count-count-distinct.Bug-2808.stable.err
+++ /dev/null
@@ -1,39 +0,0 @@
-stderr of test 'count-count-distinct.Bug-2808` in directory 
'test/BugTracker-2011` itself:
-
-
-# 10:05:42 >  
-# 10:05:42 >   mserver5  --debug=10 --set gdk_nr_threads=4  --set 
"gdk_dbfarm=/ufs/niels/scratch/MonetDB/Linux-x86_64/var/MonetDB" --set 
mapi_open=true --set mapi_port=30195 --set monet_prompt= --trace --forcemito 
--set mal_listing=2  "--dbname=mTests_test_BugTracker-2011" --set mal_listing=0 
; echo ; echo Over..
-# 10:05:42 >  
-
-# builtin opt  gdk_dbname = demo
-# builtin opt  gdk_dbfarm = 
/ufs/niels/scratch/MonetDB/Linux-x86_64/var/monetdb5/dbfarm
-# builtin opt  gdk_debug = 0
-# builtin opt  gdk_alloc_map = no
-# builtin opt  gdk_vmtrim = yes
-# builtin opt  monet_prompt = >
-# builtin opt  monet_daemon = no
-# builtin opt  mapi_port = 50000
-# builtin opt  mapi_open = false
-# builtin opt  mapi_autosense = false
-# builtin opt  default_pipe = 
inline,remap,evaluate,costModel,coercions,emptySet,aliases,mitosis,mergetable,deadcode,commonTerms,joinPath,reorder,deadcode,reduce,dataflow,history,multiplex,garbageCollector
-# builtin opt  minimal_pipe = inline,remap,deadcode,multiplex,garbageCollector
-# builtin opt  sql_optimizer = default_pipe
-# builtin opt  sql_debug = 0
-# cmdline opt  gdk_nr_threads = 4
-# cmdline opt  gdk_dbfarm = /ufs/niels/scratch/MonetDB/Linux-x86_64/var/MonetDB
-# cmdline opt  mapi_open = true
-# cmdline opt  mapi_port = 30195
-# cmdline opt  monet_prompt = 
-# cmdline opt  mal_listing = 2
-# cmdline opt  gdk_dbname = mTests_test_BugTracker-2011
-# cmdline opt  mal_listing = 0
-
-# 10:05:42 >  
-# 10:05:42 >  mclient -lsql -ftest -i -e --host=alf --port=30195 
-# 10:05:42 >  
-
-
-# 10:05:42 >  
-# 10:05:42 >  Done.
-# 10:05:42 >  
-
diff --git a/count-count-distinct.Bug-2808.stable.out 
b/count-count-distinct.Bug-2808.stable.out
deleted file mode 100644
--- a/count-count-distinct.Bug-2808.stable.out
+++ /dev/null
@@ -1,50 +0,0 @@
-stdout of test 'count-count-distinct.Bug-2808` in directory 
'test/BugTracker-2011` itself:
-
-
-# 10:05:42 >  
-# 10:05:42 >   mserver5  --debug=10 --set gdk_nr_threads=4  --set 
"gdk_dbfarm=/ufs/niels/scratch/MonetDB/Linux-x86_64/var/MonetDB" --set 
mapi_open=true --set mapi_port=30195 --set monet_prompt= --trace --forcemito 
--set mal_listing=2  "--dbname=mTests_test_BugTracker-2011" --set mal_listing=0 
; echo ; echo Over..
-# 10:05:42 >  
-
-# MonetDB 5 server v11.4.0
-# This is an unreleased version
-# Serving database 'mTests_test_BugTracker-2011', using 4 threads
-# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
-# Found 7.752 GiB available main-memory.
-# Copyright (c) 1993-July 2008 CWI.
-# Copyright (c) August 2008-2011 MonetDB B.V., all rights reserved
-# Visit http://monetdb.cwi.nl/ for further information
-# Listening for connection requests on mapi:monetdb://alf.ins.cwi.nl:30195/
-# MonetDB/GIS module loaded
-# MonetDB/SQL module loaded
-
-Ready.
-
-Over..
-
-# 10:05:42 >  
-# 10:05:42 >  mclient -lsql -ftest -i -e --host=alf --port=30195 
-# 10:05:42 >  
-
-#select count(name) from tables;
-% .tables # table_name
-% L1 # name
-% wrd # type
-% 2 # length
-[ 32   ]
-#select count(distinct name) from tables;
-% .tables # table_name
-% L2 # name
-% wrd # type
-% 2 # length
-[ 26   ]
-#select count(name) , count(distinct name) from tables;
-% .tables,     .tables # table_name
-% L3,  L4 # name
-% wrd, wrd # type
-% 2,   2 # length
-[ 32,  26      ]
-
-# 10:05:42 >  
-# 10:05:42 >  Done.
-# 10:05:42 >  
-
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to