Update of /cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22353/src/test/BugTracker-2008/Tests
Modified Files:
server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql
Log Message:
propagated changes of Tuesday Dec 23 2008 - Saturday Dec 27 2008
from the Nov2008 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/12/23 - romulog:
src/test/BugTracker-2008/Tests/server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql,1.1.2.2
Change tables names....
In this case of a timeout in server_aborts... (table drop is not executed)
is_distinct is not affected...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql
18 Nov 2008 20:51:04 -0000 1.2
+++ server_aborts_on_nested_query_without_from_in_subquery.SF-2183292.sql
27 Dec 2008 20:13:51 -0000 1.3
@@ -1,3 +1,3 @@
-create table way_tags (way integer, k string);
-SELECT * FROM way_tags WHERE way IN (SELECT way WHERE k = 'bridge');
-drop table way_tags;
+create table way_tags_2183292 (way integer, k string);
+SELECT * FROM way_tags_2183292 WHERE way IN (SELECT way WHERE k = 'bridge');
+drop table way_tags_2183292;
------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins