Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22198

Modified Files:
      Tag: Feb2009
        cardinality_of_expression_is_wrong.SF-2581617.sql 
        cardinality_of_expression_is_wrong.SF-2581617.stable.out 
Log Message:
Add the bug code to the database objects created for this test..

In this way we do not affect the other tests in case of segmenfault, i.e., the 
database objects are not dropped


U cardinality_of_expression_is_wrong.SF-2581617.stable.out
Index: cardinality_of_expression_is_wrong.SF-2581617.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/cardinality_of_expression_is_wrong.SF-2581617.stable.out,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- cardinality_of_expression_is_wrong.SF-2581617.stable.out    9 Feb 2009 
15:08:56 -0000       1.1.2.1
+++ cardinality_of_expression_is_wrong.SF-2581617.stable.out    10 Feb 2009 
16:24:16 -0000      1.1.2.2
@@ -30,7 +30,7 @@
 [ 1    ]
 [ 1    ]
 [ 1    ]
-% sys.v2 # table_name
+% sys.v2_2581617 # table_name
 % id # name
 % int # type
 % 1 # length

U cardinality_of_expression_is_wrong.SF-2581617.sql
Index: cardinality_of_expression_is_wrong.SF-2581617.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/cardinality_of_expression_is_wrong.SF-2581617.sql,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- cardinality_of_expression_is_wrong.SF-2581617.sql   9 Feb 2009 14:55:53 
-0000       1.1.2.1
+++ cardinality_of_expression_is_wrong.SF-2581617.sql   10 Feb 2009 16:24:16 
-0000      1.1.2.2
@@ -1,15 +1,15 @@
-create table t1 (id int, age int);
+create table t1_2581617 (id int, age int);
 
-insert into t1 values(1, 1);
-insert into t1 values(1, 1);
-insert into t1 values(2, 1);
-insert into t1 values(3, 1);
-insert into t1 values(4, 1);
+insert into t1_2581617 values(1, 1);
+insert into t1_2581617 values(1, 1);
+insert into t1_2581617 values(2, 1);
+insert into t1_2581617 values(3, 1);
+insert into t1_2581617 values(4, 1);
 
-create view v2 as (select id, age from t1 group by id, age);
+create view v2_2581617 as (select id, age from t1_2581617 group by id, age);
 
-select id from v2 where id = 2;
+select id from v2_2581617 where id = 2;
 
-drop view v2;
+drop view v2_2581617;
 
-drop table t1;
+drop table t1_2581617;


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to