Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20346
Modified Files:
Tag: Nov2009
sql_parser.mx
Log Message:
remove TRACE interactive restriction (with wrong error message), since we can
now use TRACE <stmt> using e.g. JDBC
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.322.2.1
retrieving revision 1.322.2.2
diff -u -d -r1.322.2.1 -r1.322.2.2
--- sql_parser.mx 6 Oct 2009 13:32:32 -0000 1.322.2.1
+++ sql_parser.mx 27 Oct 2009 12:48:56 -0000 1.322.2.2
@@ -772,10 +772,6 @@
}
sqlstmt { $$ = $3; YYACCEPT; }
| SQL_TRACE { mvc *m = (mvc*)parm;
- if (m->scanner.mode == LINE_1) {
- yyerror("We do not support tracing SQL in
interactive mode");
- YYABORT;
- }
m->emod |= mod_trace;
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