Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22113/src/server
Modified Files:
sql_parser.mx
Log Message:
fixed 2 bugs in storage
1) savepoints need to copy the insert bat (ibat) to the delta's
bat field (ie we need to keep new delta's)
2) updates on inserts should move into the ibat.
U sql_parser.mx
Index: sql_parser.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_parser.mx,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- sql_parser.mx 7 Jan 2009 14:19:29 -0000 1.298
+++ sql_parser.mx 17 Jan 2009 18:17:01 -0000 1.299
@@ -770,12 +770,12 @@
m->sym = $$ = $1; YYACCEPT; }
| /*empty*/ { mvc *m = (mvc*)parm;
m->sym = $$ = NULL; YYACCEPT; }
- | SCOLON { mvc *m = (mvc*)parm;
+ | SCOLON { mvc *m = (mvc*)parm;
m->sym = $$ = NULL; YYACCEPT; }
| error SCOLON { mvc *m = (mvc*)parm;
m->sym = $$ = NULL; YYACCEPT; }
| LEX_ERROR { mvc *m = (mvc*)parm;
- m->sym = $$ = NULL; YYACCEPT; }
+ m->sym = $$ = NULL; YYABORT; }
;
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins