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

Modified Files:
      Tag: SQL_2-24
        sql_catalog.h 
Log Message:
we need to drop declared tables when we leave the scope.
THis fixes bug mdb_starts_with_sql_debug_64.SF-1999354.sql.


U sql_catalog.h
Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.56.2.1
retrieving revision 1.56.2.2
diff -u -d -r1.56.2.1 -r1.56.2.2
--- sql_catalog.h       4 Jun 2008 20:19:15 -0000       1.56.2.1
+++ sql_catalog.h       15 Jul 2008 14:20:47 -0000      1.56.2.2
@@ -92,6 +92,7 @@
 
 #define sql_max(i1,i2) ((i1)<(i2))?(i2):(i1)
 
+#define dt_schema      "%dt%"
 
 typedef enum temp_t { 
        SQL_PERSIST,


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to