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

Modified Files:
        local_temp_table.SF-1865953.SQL.bat 
        local_temp_table.SF-1865953.SQL.sh 
Log Message:
make sure we pass user and password to mclient, or it will start to ask for it

U local_temp_table.SF-1865953.SQL.bat
Index: local_temp_table.SF-1865953.SQL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- local_temp_table.SF-1865953.SQL.bat 8 Jan 2008 14:25:55 -0000       1.3
+++ local_temp_table.SF-1865953.SQL.bat 16 Sep 2009 12:41:39 -0000      1.4
@@ -1,2 +1,2 @@
-...@call mclient -lsql -h %HOST% -p %MAPIPORT% 
%RELSRCDIR%\local_temp_table_data.SF-1865953.sql
-...@call mclient -lsql -h %HOST% -p %MAPIPORT%  
+...@call mclient -lsql -umonetdb -Pmonetdb -h %HOST% -p %MAPIPORT% 
%RELSRCDIR%\local_temp_table_data.SF-1865953.sql
+...@call mclient -lsql -umonetdb -Pmonetdb -h %HOST% -p %MAPIPORT%  

U local_temp_table.SF-1865953.SQL.sh
Index: local_temp_table.SF-1865953.SQL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- local_temp_table.SF-1865953.SQL.sh  7 Jan 2008 16:58:29 -0000       1.1
+++ local_temp_table.SF-1865953.SQL.sh  16 Sep 2009 12:41:39 -0000      1.2
@@ -11,3 +11,4 @@
 Mlog -x "$MTIMEOUT mclient -lsql -h $HOST -p $MAPIPORT -d ${TSTDB} 
\"$RELSRCDIR/local_temp_table_data.SF-1865953.sql\""
 Mlog -x "$MTIMEOUT mclient -lsql -h $HOST -p $MAPIPORT -d ${TSTDB}"
 
+rm -f .monetdb


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to