Update of /cvsroot/monetdb/sql/src/test/BugTracker-2010/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22957/src/test/BugTracker-2010/Tests

Added Files:
        offset_limited_32bit.SF-2950579.stable.out 
Log Message:
propagated changes of Thursday Feb 25 2010 - Monday Mar 01 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/25 - nielsnes:
          
src/test/BugTracker-2010/Tests/offset_limited_32bit.SF-2950579.stable.out,1.1.2.1
  add test for offset limited to 32bit bug
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: offset_limited_32bit.SF-2950579.stable.out ---
stdout of test 'offset_limited_32bit.SF-2950579` in directory 
'src/test/BugTracker-2010` itself:


# 09:37:07 >  
# 09:37:07 >   mserver5 
"--config=/ufs/niels/scratch/rc/Linux-x86_64/etc/monetdb5.conf" --debug=10 
--set gdk_nr_threads=0 --set 
"monet_mod_path=/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/lib:/ufs/niels/scratch/rc/Linux-x86_64/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/niels/scratch/rc/Linux-x86_64/var/MonetDB5/dbfarm"  
--set mapi_open=true --set xrpc_open=true --set mapi_port=33568 --set 
xrpc_port=42121 --set monet_prompt= --trace  
"--dbname=mTests_src_test_BugTracker-2010" --set mal_listing=0 "--dbinit= 
include sql;" ; echo ; echo Over..
# 09:37:07 >  

# MonetDB server v5.18.1, based on kernel v1.36.0
# Serving database 'mTests_src_test_BugTracker-2010', using 4 threads
# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically linked
# Found 7.754 GiB available main-memory.
# Copyright (c) 1993-July 2008 CWI.
# Copyright (c) August 2008-2010 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:33568/
# MonetDB/SQL module v2.36.1 loaded

Ready.
#function user.main():void;
#    clients.quit();
#end main;

Over..

# 09:37:07 >  
# 09:37:07 >  mclient -lsql -ftest -i -e --host=alf --port=33568 
# 09:37:07 >  

#SELECT * from tables OFFSET 2147483647; -- never finishes
% .tables,      .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables # table_name
% id,   name,   schema_id,      query,  type,   system, commit_action,  
temporary # name
% int,  varchar,        int,    varchar,        smallint,       boolean,        
smallint,       tinyint # type
% 1,    0,      1,      0,      1,      5,      1,      1 # length
#SELECT * from tables OFFSET 2147483646; -- returns instantly
% .tables,      .tables,        .tables,        .tables,        .tables,        
.tables,        .tables,        .tables # table_name
% id,   name,   schema_id,      query,  type,   system, commit_action,  
temporary # name
% int,  varchar,        int,    varchar,        smallint,       boolean,        
smallint,       tinyint # type
% 1,    0,      1,      0,      1,      5,      1,      1 # length

# 09:37:07 >  
# 09:37:07 >  Done.
# 09:37:07 >  



------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to