Update of /cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30304/tests/BugTracker/Tests

Modified Files:
        sintersect_on_void_bats.SF-1494263.milS 
        sintersect_on_void_bats.SF-1494263.stable.out 
Log Message:
Merged GDK-2 branch into development branch.

Current changes were mostly started for
fixing the void concurrency problem

As a side action, the bun/bat layout was also changed.
We now have a split head and tail. This means many of the well known
macros are changed (ie BUN{h,t}{loc,var} BUN{head,tail})

BAT iteration now needs a special struct
BATiter which can be correctly created as

BATiter bi = bat_iterator(b);


TODO
        1 some modules aren't ported (maybe be dropped as they aren't used)

        2 some more bugs to find


Next improvements which are now possible
        views based on 2 bats
        (or a bat where head is real and the tail a view (or vs))
        many more....

For a presentation about the changes, see
http://www.cwi.nl/~niels/download/gdk2.pdf


Index: sintersect_on_void_bats.SF-1494263.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests/sintersect_on_void_bats.SF-1494263.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sintersect_on_void_bats.SF-1494263.stable.out       22 Dec 2006 15:29:05 
-0000      1.1
+++ sintersect_on_void_bats.SF-1494263.stable.out       4 Oct 2007 10:35:41 
-0000       1.2
@@ -20,9 +20,9 @@
 [ "void" ]
 i.find("tail").print();
 [ "void" ]
-i.find("hloc").print();
+i.find("htop").print();
 [ "0" ]
-i.find("tloc").print();
+i.find("ttop").print();
 [ "0" ]
 i.find("hseqbase").print();
 [ "[EMAIL PROTECTED]" ]
@@ -38,9 +38,9 @@
 [ "void" ]
 i.find("tail").print();
 [ "void" ]
-i.find("hloc").print();
+i.find("htop").print();
 [ "0" ]
-i.find("tloc").print();
+i.find("ttop").print();
 [ "0" ]
 i.find("hseqbase").print();
 [ "[EMAIL PROTECTED]" ]

Index: sintersect_on_void_bats.SF-1494263.milS
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugTracker/Tests/sintersect_on_void_bats.SF-1494263.milS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sintersect_on_void_bats.SF-1494263.milS     22 Dec 2006 15:29:05 -0000      
1.1
+++ sintersect_on_void_bats.SF-1494263.milS     4 Oct 2007 10:35:40 -0000       
1.2
@@ -7,8 +7,8 @@
 var i := a2.info();
 i.find("head").print();
 i.find("tail").print();
-i.find("hloc").print();
-i.find("tloc").print();
+i.find("htop").print();
+i.find("ttop").print();
 i.find("hseqbase").print();
 i.find("tseqbase").print();
 
@@ -19,8 +19,8 @@
 var i := a2.info();
 i.find("head").print();
 i.find("tail").print();
-i.find("hloc").print();
-i.find("tloc").print();
+i.find("htop").print();
+i.find("ttop").print();
 i.find("hseqbase").print();
 i.find("tseqbase").print();
 


-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to