Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6989/src/storage/bat

Modified Files:
        bat_store.mx 
Log Message:
propagated changes of Friday Mar 16 2007 - Thursday Mar 22 2007
from the SQL_2-16 branch to the development trunk


Index: bat_store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_store.mx,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- bat_store.mx        20 Mar 2007 18:26:01 -0000      1.122
+++ bat_store.mx        22 Mar 2007 09:26:56 -0000      1.123
@@ -3992,7 +3992,7 @@
                        if (!t->base.wtime && !t->base.rtime)
                                continue;
 
-                       ot = find_sql_table(os, t->base.name);
+                       ot = find_sql_table(os, t->base.name);
                        if (ot && isTable(ot) && isTable(t)) {
                                if (t->base.wtime && (t->base.wtime < 
ot->base.rtime || (t->base.wtime < ot->base.wtime && t->base.rtime))) 
                                        return 0;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to