Changeset: 03a29071b06a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/03a29071b06a Modified Files: sql/server/sql_parser.y Branch: Mar2025 Log Message:
Fix comments. diffs (21 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 @@ -646,7 +646,7 @@ int yydebug=1; %token MAXVALUE MINVALUE CYCLE %token NEXT VALUE CACHE %token GENERATED ALWAYS IDENTITY -%token SERIAL BIGSERIAL AUTO_INCREMENT /* PostgreSQL and MySQL immitators */ +%token SERIAL BIGSERIAL AUTO_INCREMENT /* PostgreSQL and MySQL imitators */ /* SQL's terminator, the semi-colon */ %token SCOLON AT @@ -1173,7 +1173,7 @@ opt_with_grant: ; opt_with_admin: - /* emtpy */ { $$ = 0; } + /* empty */ { $$ = 0; } | WITH ADMIN OPTION { $$ = 1; } ; _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org