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

Modified Files:
        sql_parser.mx 
Log Message:
propagated changes of Friday Oct 30 2009
from the Nov2009 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/30 - mr-meltdown: src/server/sql_parser.mx,1.322.2.4
  give PLAN a nice header, such that we can lift the interactive (mclient) 
restriction
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- sql_parser.mx       29 Oct 2009 08:43:18 -0000      1.324
+++ sql_parser.mx       30 Oct 2009 12:14:47 -0000      1.325
@@ -746,10 +746,6 @@
                          m->sym = $$ = $3; YYACCEPT; 
                        }
  | SQL_PLAN            { mvc *m = (mvc*)parm;
-                         if (m->scanner.mode == LINE_1) {
-                               yyerror("PLAN is only available in mclient due 
to protocol restrictions");
-                               YYABORT;
-                         }
                          m->emode = m_plan;
                          m->scanner.as = m->scanner.yycur; 
                          m->scanner.key = 0;


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to