Update of /cvsroot/monetdb/sql/src/test
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14603
Modified Files:
orderby_non_selection_column.sql
Log Message:
Make it work also for octopus
U orderby_non_selection_column.sql
Index: orderby_non_selection_column.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/orderby_non_selection_column.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- orderby_non_selection_column.sql 12 Jun 2007 17:25:51 -0000 1.2
+++ orderby_non_selection_column.sql 6 Jun 2009 16:36:13 -0000 1.3
@@ -1,4 +1,3 @@
-start transaction;
-- some dumb table
create table lim_prob(dir varchar(30), test varchar(30));
-- some stupid values
@@ -14,4 +13,4 @@
select dir from lim_prob order by test limit 10;
select dir from lim_prob order by dir, test limit 10;
-- clean up
-rollback;
+drop table lim_prob;
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins