Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests
In directory
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24576/src/test/BugDay_2005-10-06_2.9.3/Tests
Modified Files:
alter_table_describe.SF-1146092.SQL.bat
alter_table_describe.SF-1146092.SQL.sh
bad_sql_logdir.SF-927371.bat not_null.SF-933194.SQL.bat
not_null.SF-933194.SQL.sh type_dump_test.SF-989257.SQL.bat
type_dump_test.SF-989257.SQL.sh
Log Message:
propagated changes of Thursday Oct 25 2007 - Monday Oct 29 2007
from the SQL_2-20 branch to the development trunk
Index: not_null.SF-933194.SQL.sh
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/not_null.SF-933194.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- not_null.SF-933194.SQL.sh 29 Aug 2007 20:17:01 -0000 1.1
+++ not_null.SF-933194.SQL.sh 29 Oct 2007 20:11:47 -0000 1.2
@@ -8,8 +8,7 @@
LANG="en_US.UTF-8"
export LANG
-Mlog "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/not_null.SF-933194-src.sql"
- $MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/not_null.SF-933194-src.sql
+Mlog -x "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
\"$RELSRCDIR/not_null.SF-933194-src.sql\""
rm -f .monetdb
Index: alter_table_describe.SF-1146092.SQL.bat
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/alter_table_describe.SF-1146092.SQL.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- alter_table_describe.SF-1146092.SQL.bat 8 Oct 2007 09:38:01 -0000
1.4
+++ alter_table_describe.SF-1146092.SQL.bat 29 Oct 2007 20:11:45 -0000
1.5
@@ -5,6 +5,9 @@
set LANG=en_US.UTF-8
-call Mlog.bat -x mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\alter_table_describe.SF-1146092-src.sql"
+prompt # $t $g
+echo on
-del .monetdb
+call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\alter_table_describe.SF-1146092-src.sql"
+
[EMAIL PROTECTED] .monetdb
Index: type_dump_test.SF-989257.SQL.bat
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/type_dump_test.SF-989257.SQL.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- type_dump_test.SF-989257.SQL.bat 8 Oct 2007 09:38:01 -0000 1.4
+++ type_dump_test.SF-989257.SQL.bat 29 Oct 2007 20:11:47 -0000 1.5
@@ -5,6 +5,9 @@
set LANG=en_US.UTF-8
-call Mlog.bat -x mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\type_dump_test.SF-989257-src.sql"
+prompt # $t $g
+echo on
-del .monetdb
+call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\type_dump_test.SF-989257-src.sql"
+
[EMAIL PROTECTED] .monetdb
Index: alter_table_describe.SF-1146092.SQL.sh
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/alter_table_describe.SF-1146092.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- alter_table_describe.SF-1146092.SQL.sh 29 Aug 2007 20:17:00 -0000
1.1
+++ alter_table_describe.SF-1146092.SQL.sh 29 Oct 2007 20:11:46 -0000
1.2
@@ -8,7 +8,6 @@
LANG="en_US.UTF-8"
export LANG
-Mlog "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/alter_table_describe.SF-1146092-src.sql"
- $MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/alter_table_describe.SF-1146092-src.sql
+Mlog -x "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
\"$RELSRCDIR/alter_table_describe.SF-1146092-src.sql\""
rm -f .monetdb
Index: bad_sql_logdir.SF-927371.bat
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/bad_sql_logdir.SF-927371.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- bad_sql_logdir.SF-927371.bat 15 Oct 2007 15:29:52 -0000 1.6
+++ bad_sql_logdir.SF-927371.bat 29 Oct 2007 20:11:46 -0000 1.7
@@ -1,3 +1,5 @@
-call Mlog.bat "echo 'loaded(); quit();' \| Mserver --set mapi_port=%MAPIPORT%
%setGDK_DBFARM% %setMONETDB_MOD_PATH% --set monet_prompt='' --set
sql_logdir=/xyz --dbinit='module(sql_server); loaded();'"
-call echo 'loaded(); quit();' | Mserver --set mapi_port=%MAPIPORT%
%setGDK_DBFARM% %setMONETDB_MOD_PATH% --set monet_prompt='' --set
sql_logdir=/xyz --dbinit='module(sql_server); loaded();'
[EMAIL PROTECTED] # $t $g
[EMAIL PROTECTED] on
+
+call echo loaded(); quit(); | Mserver --set mapi_port=%MAPIPORT%
%setGDK_DBFARM% %setMONETDB_MOD_PATH% --set monet_prompt= --set sql_logdir=/xyz
"--dbinit=module(sql_server); loaded();"
Index: not_null.SF-933194.SQL.bat
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/not_null.SF-933194.SQL.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- not_null.SF-933194.SQL.bat 8 Oct 2007 09:38:01 -0000 1.4
+++ not_null.SF-933194.SQL.bat 29 Oct 2007 20:11:47 -0000 1.5
@@ -5,6 +5,9 @@
set LANG=en_US.UTF-8
-call Mlog.bat -x mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\not_null.SF-933194-src.sql"
+prompt # $t $g
+echo on
-del .monetdb
+call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f
"%RELSRCDIR%\not_null.SF-933194-src.sql"
+
[EMAIL PROTECTED] .monetdb
Index: type_dump_test.SF-989257.SQL.sh
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.9.3/Tests/type_dump_test.SF-989257.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- type_dump_test.SF-989257.SQL.sh 29 Aug 2007 20:17:03 -0000 1.1
+++ type_dump_test.SF-989257.SQL.sh 29 Oct 2007 20:11:47 -0000 1.2
@@ -8,7 +8,6 @@
LANG="en_US.UTF-8"
export LANG
-Mlog "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/type_dump_test.SF-989257-src.sql"
- $MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
$RELSRCDIR/type_dump_test.SF-989257-src.sql
+Mlog -x "$MTIMEOUT mjclient -h $HOST -p $MAPIPORT -d $TSTDB -f
\"$RELSRCDIR/type_dump_test.SF-989257-src.sql\""
rm -f .monetdb
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins