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

Modified Files:
        union_leak.SF-2540169.1.sql.in 
Log Message:
propagated changes of Thursday Feb 05 2009 - Friday Feb 06 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/05 - sjoerd:
        src/test/BugTracker-2009/Tests/union_leak.SF-2540169.1.sql.in,1.1.2.2
Use quoted version of environment variable.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: union_leak.SF-2540169.1.sql.in
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/union_leak.SF-2540169.1.sql.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- union_leak.SF-2540169.1.sql.in      1 Feb 2009 23:40:16 -0000       1.2
+++ union_leak.SF-2540169.1.sql.in      6 Feb 2009 13:01:35 -0000       1.3
@@ -1,10 +1,10 @@
 CREATE TABLE databasetest1 ("float1" DOUBLE);
 START TRANSACTION;
-COPY 1000000 OFFSET 2 RECORDS INTO "databasetest1" FROM 
'$TSTSRCDIR/union_leak.SF-2540169.csv' USING DELIMITERS ',','\n';
+COPY 1000000 OFFSET 2 RECORDS INTO "databasetest1" FROM 
'$QTSTSRCDIR/union_leak.SF-2540169.csv' USING DELIMITERS ',','\n';
 COMMIT;
 CREATE TABLE databasetest2 ("float1" DOUBLE);
 START TRANSACTION;
-COPY 1000000 OFFSET 1000002 RECORDS INTO "databasetest1" FROM 
'$TSTSRCDIR/union_leak.SF-2540169.csv' USING DELIMITERS ',','\n';
+COPY 1000000 OFFSET 1000002 RECORDS INTO "databasetest1" FROM 
'$QTSTSRCDIR/union_leak.SF-2540169.csv' USING DELIMITERS ',','\n';
 COMMIT;
 CREATE VIEW databasetest AS
 SELECT * FROM databasetest1


------------------------------------------------------------------------------
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