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

Modified Files:
        sql_scan.mx 
Log Message:
propagated changes of Friday Jun 05 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/06/05 - sjoerd: src/server/sql_scan.mx,1.146.2.2
Avoid name clashes due to name space pollution from system include files.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_scan.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_scan.mx,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- sql_scan.mx 2 Jun 2009 18:17:52 -0000       1.147
+++ sql_scan.mx 5 Jun 2009 08:48:27 -0000       1.148
@@ -298,7 +298,7 @@
        keywords_insert("LEVEL", LEVEL);
        keywords_insert("UNCOMMITTED", UNCOMMITTED);
        keywords_insert("COMMITTED", COMMITTED);
-       keywords_insert("REPEATABLE", REPEATABLE);
+       keywords_insert("REPEATABLE", sqlREPEATABLE);
        keywords_insert("SERIALIZABLE", SERIALIZABLE);
        keywords_insert("DIAGNOSTICS", DIAGNOSTICS);
        keywords_insert("SIZE", sqlSIZE);


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to