Update of /cvsroot/monetdb/sql/src/test/bugs/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22885/src/test/bugs/Tests

Modified Files:
        autocommit_illegal_statements-bug-sf-953545.stable.err 
        savepoint_rollback-bug-sf-953553.stable.err 
Log Message:
transactions are now first only parsed, and then executed via mal.


Index: savepoint_rollback-bug-sf-953553.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/bugs/Tests/savepoint_rollback-bug-sf-953553.stable.err,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- savepoint_rollback-bug-sf-953553.stable.err 5 Nov 2008 23:29:24 -0000       
1.11
+++ savepoint_rollback-bug-sf-953553.stable.err 13 Dec 2009 20:33:16 -0000      
1.12
@@ -80,10 +80,9 @@
 # 21:02:42 >  mclient -lsql -umonetdb -Pmonetdb --host=alf --port=38808 
 # 21:02:42 >  
 
-MAPI  = mone...@alf:38808
+MAPI  = mone...@localhost:30318
 QUERY = ROLLBACK TO SAVEPOINT a2;
-ERROR = !ROLLBACK TO SAVEPOINT: (a2) failed
-        !ERROR: rollback savepoint a2 doesn't exists
+ERROR = !SQLException:sql.trans:ROLLBACK TO SAVEPOINT: (a2) failed
 
 # 21:02:42 >  
 # 21:02:42 >  Done.

Index: autocommit_illegal_statements-bug-sf-953545.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/bugs/Tests/autocommit_illegal_statements-bug-sf-953545.stable.err,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- autocommit_illegal_statements-bug-sf-953545.stable.err      26 Jan 2008 
13:39:12 -0000      1.6
+++ autocommit_illegal_statements-bug-sf-953545.stable.err      13 Dec 2009 
20:33:16 -0000      1.7
@@ -10,18 +10,18 @@
 # 15:22:34 >  Mtimeout -timeout 60 MapiClient --language=sql -u monetdb -P 
monetdb --host=stem --port=53599  < 
autocommit_illegal_statements-bug-sf-953545.sql
 # 15:22:34 >  
 
-MAPI  = mone...@localhost:45579
+MAPI  = mone...@localhost:30318
 QUERY = ROLLBACK;
-ERROR = !ROLLBACK: not allowed in auto commit mode
-MAPI  = mone...@localhost:45579
+ERROR = !SQLException:sql.trans:ROLLBACK: not allowed in auto commit mode
+MAPI  = mone...@localhost:30318
 QUERY = COMMIT;
-ERROR = !COMMIT: not allowed in auto commit mode
-MAPI  = mone...@localhost:45579
+ERROR = !SQLException:sql.trans:COMMIT: not allowed in auto commit mode
+MAPI  = mone...@localhost:30318
 QUERY = SAVEPOINT failingsavepoint;
-ERROR = !SAVEPOINT: not allowed in auto commit mode
-MAPI  = mone...@localhost:45579
+ERROR = !SQLException:sql.trans:SAVEPOINT: not allowed in auto commit mode
+MAPI  = mone...@localhost:30318
 QUERY = RELEASE SAVEPOINT failingsavepoint;
-ERROR = !RELEASE SAVEPOINT: not allowed in auto commit mode
+ERROR = !SQLException:sql.trans:RELEASE SAVEPOINT: not allowed in auto commit 
mode
 
 # 15:22:34 >  
 # 15:22:34 >  Done.


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to