Update of /cvsroot/monetdb/sql/src/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32040/src/include

Modified Files:
      Tag: SQL_2-24
        sql_catalog.h 
Log Message:
changed handling of declared tables to fix the schema_from_declared_table
bug.


U sql_catalog.h
Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.56
retrieving revision 1.56.2.1
diff -u -d -r1.56 -r1.56.2.1
--- sql_catalog.h       14 May 2008 20:18:22 -0000      1.56
+++ sql_catalog.h       4 Jun 2008 20:19:15 -0000       1.56.2.1
@@ -429,7 +429,7 @@
        int previous_schema_nr; /* previous schema timestamp */
        int schema_updates;     /* set on schema changes */
        int status;             /* status of the last query */
-       list *dropped;  /* protection against recursive cascade action*/
+       list *dropped;          /* protection against recursive cascade action*/
 
        changeset schemas;
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to