Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23009/src/test/BugTracker/Tests

Modified Files:
        connect_crash.SF-1436626.stable.out 
        groupby_with_alias.SF-1520575.stable.out 
        like_exp.SF-1613949.stable.out 
        variable_stack_crash.SF-1711251-2.stable.out 
        variable_stack_crash.SF-1711251.stable.out 
        view_creation_using_func.SF-1714814.stable.err 
Log Message:
Many fixes

changed how we handle selections over multiple columns of a single table
(should solve the preformance problem reported by Venks)

added a way to bulk request sequence numbers. When loading (copying) data
into tables which have a auto_increment (or alike) column lots of time
was spend in the many calls to get all the sequence numbers (observed a
performance in crease of about 10x when loading pieces of 100K rows)

added support for TINYINT (we map this too 'bte')

improved mapping functions onto the same signature too improve cached 
function reuse



Index: connect_crash.SF-1436626.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/connect_crash.SF-1436626.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- connect_crash.SF-1436626.stable.out 24 Oct 2006 21:26:54 -0000      1.2
+++ connect_crash.SF-1436626.stable.out 29 Jun 2007 11:29:23 -0000      1.3
@@ -11,7 +11,7 @@
 # Visit http://monetdb.cwi.nl/ for further information.
 % . # table_name
 % single_value # name
-% smallint # type
+% tinyint # type
 % 1 # length
 [ 1    ]
 quit();

Index: like_exp.SF-1613949.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/like_exp.SF-1613949.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- like_exp.SF-1613949.stable.out      15 Jan 2007 20:40:38 -0000      1.1
+++ like_exp.SF-1613949.stable.out      29 Jun 2007 11:29:25 -0000      1.2
@@ -23,7 +23,7 @@
 
 % sys.tables,  sys.tables,     sys.tables,     sys.tables,     sys.tables,     
sys.tables,     sys.tables,     sys.tables # table_name
 % id,  name,   schema_id,      query,  type,   system, commit_action,  
temporary # name
-% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       smallint # type
+% int, varchar,        int,    varchar,        smallint,       boolean,        
smallint,       tinyint # type
 % 1,   0,      1,      0,      1,      5,      1,      1 # length
 
 # 21:38:42 >  

Index: variable_stack_crash.SF-1711251-2.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/variable_stack_crash.SF-1711251-2.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- variable_stack_crash.SF-1711251-2.stable.out        6 May 2007 08:59:26 
-0000       1.1
+++ variable_stack_crash.SF-1711251-2.stable.out        29 Jun 2007 11:29:27 
-0000      1.2
@@ -24,7 +24,7 @@
 
 % .result,     .result # table_name
 % pos_nat,     item_int # name
-% smallint,    int # type
+% tinyint,     int # type
 % 1,   1 # length
 [ 1,   0       ]
 

Index: view_creation_using_func.SF-1714814.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/view_creation_using_func.SF-1714814.stable.err,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- view_creation_using_func.SF-1714814.stable.err      8 May 2007 16:29:47 
-0000       1.1
+++ view_creation_using_func.SF-1714814.stable.err      29 Jun 2007 11:29:27 
-0000      1.2
@@ -12,10 +12,10 @@
 # 18:25:58 >  Mtimeout -timeout 60 MapiClient -lsql -umonetdb -Pmonetdb 
--host=localhost --port=36305 
 # 18:25:58 >  
 
-MAPI  = [EMAIL PROTECTED]:36305
+MAPI  = [EMAIL PROTECTED]:34067
 QUERY = create view v1 as select * from t1 where id = f(1);
-ERROR = !SELECT: no such unary operator 'f(smallint)'
-MAPI  = [EMAIL PROTECTED]:36305
+ERROR = !SELECT: no such unary operator 'f(tinyint)'
+MAPI  = [EMAIL PROTECTED]:34067
 QUERY = drop view v1;
 ERROR = !DROP VIEW: unknown view 'v1'
 

Index: groupby_with_alias.SF-1520575.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/groupby_with_alias.SF-1520575.stable.out,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- groupby_with_alias.SF-1520575.stable.out    24 Oct 2006 16:02:54 -0000      
1.3
+++ groupby_with_alias.SF-1520575.stable.out    29 Jun 2007 11:29:24 -0000      
1.4
@@ -27,7 +27,7 @@
 % 1 # length
 % .,   sys.a # table_name
 % bug_alias,   sum_f2 # name
-% varchar,     int # type
+% varchar,     bigint # type
 % 0,   1 # length
 
 # 11:54:20 >  

Index: variable_stack_crash.SF-1711251.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/variable_stack_crash.SF-1711251.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- variable_stack_crash.SF-1711251.stable.out  6 May 2007 08:59:27 -0000       
1.1
+++ variable_stack_crash.SF-1711251.stable.out  29 Jun 2007 11:29:27 -0000      
1.2
@@ -24,7 +24,7 @@
 
 % .result,     .result # table_name
 % pos_nat,     item_int # name
-% smallint,    int # type
+% tinyint,     int # type
 % 1,   1 # length
 [ 1,   0       ]
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to