Changeset: 4a0684c2bd9a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4a0684c2bd9a Modified Files: sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat Branch: Jun2010 Log Message:
use .monetdb file instead of -P option of mclient the -P of mclient to specify the password has been removed; hence, we need to create a local temporary .monetdb file instead diffs (20 lines): diff -r d24889fbae67 -r 4a0684c2bd9a sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat --- a/sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat Wed Jul 07 18:41:56 2010 +0200 +++ b/sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat Wed Jul 07 18:45:22 2010 +0200 @@ -1,2 +1,14 @@ -...@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% +...@echo off + +echo user=monetdb> .monetdb +echo password=monetdb>> .monetdb + +set LANG=en_US.UTF-8 + +prompt # $t $g +echo on + +call mclient -lsql -h %HOST% -p %MAPIPORT% %RELSRCDIR%\local_temp_table_data.SF-1865953.sql +call mclient -lsql -h %HOST% -p %MAPIPORT% + +...@del .monetdb _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
