Update of /cvsroot/monetdb/sql/src/storage
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11323/src/storage

Modified Files:
      Tag: Aug2009
        store.mx 
Log Message:
bug fixing

prepare/execute statements now go to seperate query cache
check for ambiguous order by columns



U store.mx
Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.33.2.1
retrieving revision 1.33.2.2
diff -u -d -r1.33.2.1 -r1.33.2.2
--- store.mx    4 Aug 2009 22:15:24 -0000       1.33.2.1
+++ store.mx    7 Aug 2009 14:26:18 -0000       1.33.2.2
@@ -4233,11 +4233,8 @@
        int snr = tr->schema_number;
 
        if (tr->stime < gtrans->stime || tr->wtime || 
-                       store_schema_number() != snr) {
-               if (tr->wtime)
-                       snr = 0;
+                       store_schema_number() != snr) 
                reset_trans(tr, gtrans);
-       }
        tr = trans_init(tr, tr->stk, tr->parent);
        s->active = 1;
        s->schema = find_sql_schema(tr, s->schema_name);


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to