Changeset: 08e8c6b2746f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=08e8c6b2746f Modified Files: sql/server/sql_parser.y Branch: sciql Log Message:
sql/parser: fixed compilation after merge with default branch: call yyerror() with extra mvc* argument to comply with changeset d3e0e0e7e4f6 diffs (12 lines): diff --git a/sql/server/sql_parser.y b/sql/server/sql_parser.y --- a/sql/server/sql_parser.y +++ b/sql/server/sql_parser.y @@ -965,7 +965,7 @@ alter_statement: { dlist *l = L(); if ($2 == SQL_ARRAY) { $$ = NULL; - yyerror("\"ADD TABLE\" to an array not allowed"); + yyerror(m, "\"ADD TABLE\" to an array not allowed"); YYABORT; } append_list(l, $3); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list