Update of /cvsroot/monetdb/MonetDB5/src/mal/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11453/mal/Tests

Modified Files:
        tst025.mal 
Log Message:
Properly handle self-deletion by replacing it with
a BATclear. Otherwise, there may be a left-over
tupled.


Index: tst025.mal
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/Tests/tst025.mal,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tst025.mal  26 May 2007 12:36:06 -0000      1.1
+++ tst025.mal  26 May 2007 13:47:52 -0000      1.2
@@ -6,6 +6,7 @@
 bat.insert(b, 5645862,        1681692777     );
 io.print(b);
 
+# it left one behind
 bat.delete(b,b);
 io.print(b);
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to