Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs16:/tmp/cvs-serv6224/src/storage/bat

Modified Files:
        bat_store.mx 
Log Message:
propagated changes of Wednesday Apr 04 2007 - Thursday Apr 12 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.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- bat_store.mx        10 Apr 2007 07:41:39 -0000      1.126
+++ bat_store.mx        12 Apr 2007 12:16:28 -0000      1.127
@@ -2742,6 +2742,8 @@
                        }
        }
        list_append(t->s->keys, nk);
+       if (flag == TR_NEW && tr->parent == gtrans) 
+               k->base.flag = TR_OLD;
        return nk;
 }
 
@@ -2846,6 +2848,8 @@
                list_append(nt->columns, kc_dup(tr, flag, okc, t));
        }
        list_append(t->s->triggers, nt);
+       if (flag == TR_NEW && tr->parent == gtrans) 
+               i->base.flag = TR_OLD;
        return nt;
 }
 


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