Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Attachments
Issue Links
- blocks
-
MDEV-8094 sql_yacc.yy: get rid of the rules "opt_if_not_exists_table_element" and "opt_if_exists_table_element"
-
- Open
-
Activity
Sprint | 10.3.3-2 [ 208 ] |
Description |
Change the {{ALTER SEQUENCE}} code not to use:
- {{LEX::check_exists member}} - {{opt_if_exists_table_element}} grammar in *.yy files Instead: - We'll derive {{Sql_cmd_alter_sequence}} from {{DDL_options}} - Use {{opt_if_exists}} grammar This is needed to simplify the patch for MDEV-8094. |
Change the {{ALTER SEQUENCE}} code not to use:
- {{LEX::check_exists}} member, it will be removed soon by MDEV-8094. - {{opt_if_exists_table_element}} grammar in *.yy files Instead: - We'll derive {{Sql_cmd_alter_sequence}} from {{DDL_options}} - Use {{opt_if_exists}} grammar This is needed to simplify the patch for MDEV-8094. |
Fix Version/s | 10.3.3 [ 22644 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Sprint | 10.3.3-2 [ 208 ] |
Rank | Ranked higher |
Workflow | MariaDB v3 [ 83826 ] | MariaDB v4 [ 133396 ] |