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

Modified Files:
      Tag: SQL_2-16
        sql_catalog.h 
Log Message:

fixes for the following bugs 

        1) set role while user isn't granted that role succeeded incorrectly
        2) role grants were incorrectly stored (cut/paste problem)
        3) automatic sequence numbers (AUTO_INCREMENT and SERIAL) were 
           allways created in the 'sys' schema.
        4) the schema part of sequence numbers statements was never used
        5) the NEXT VALUE, get_value, restart should use the schema part of
           the sequence number



Index: sql_catalog.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_catalog.h,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -u -d -r1.43 -r1.43.2.1
--- sql_catalog.h       3 Jan 2007 12:39:45 -0000       1.43
+++ sql_catalog.h       16 Mar 2007 14:54:35 -0000      1.43.2.1
@@ -122,6 +122,7 @@
 extern void cs_del(changeset * cs, node *elm, int flag);
 extern int cs_size(changeset * cs);
 extern node *cs_find_name(changeset * cs, char *name);
+extern node *cs_find_id(changeset * cs, int id);
 extern node *cs_first_node(changeset * cs);
 
 typedef struct sql_schema {


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