mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
sql_yacc.yy:
Added missing ';'.
This commit is contained in:
@@ -2475,6 +2475,7 @@ select_options:
|
|||||||
YYABORT;
|
YYABORT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
;
|
||||||
|
|
||||||
select_option_list:
|
select_option_list:
|
||||||
select_option_list select_option
|
select_option_list select_option
|
||||||
|
Reference in New Issue
Block a user