Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17868/src/gdk

Modified Files:
      Tag: MonetDB_1-20
        gdk_align.mx 
Log Message:
resetView should also reset BOUND2BKEY settings.


Index: gdk_align.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_align.mx,v
retrieving revision 1.83
retrieving revision 1.83.6.1
diff -u -d -r1.83 -r1.83.6.1
--- gdk_align.mx        2 May 2007 16:16:57 -0000       1.83
+++ gdk_align.mx        7 Nov 2007 14:30:06 -0000       1.83.6.1
@@ -782,6 +782,10 @@
                n->batCopiedtodisk = 0;
                n->batDirty = 1;
 
+               /* reset BOUND2KEY */
+               n->hkey = m->tkey = BAThkey(v);
+               n->tkey = m->hkey = BATtkey(v);
+
                /* make the BAT empty and insert all again */
                DELTAinit(n);
 


-------------------------------------------------------------------------
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