Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-20985

Add LEX methods stmt_drop_{function|procedure}() and stmt_alter_{function|procedure}_start()

Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.5.0
    • Parser
    • None

    Description

      In order to unify sql_yacc.yy and sql_yacc_ora.yy easier let's add these methods to LEX:

      bool stmt_drop_function(const DDL_options_st &options,
                               const Lex_ident_sys_st &db,
                               const Lex_ident_sys_st &name);
      bool stmt_drop_function(const DDL_options_st &options,
                             const Lex_ident_sys_st &name);
      bool stmt_drop_procedure(const DDL_options_st &options,
                               sp_name *name);
      bool stmt_alter_function_start(sp_name *name);
      bool stmt_alter_procedure_start(sp_name *name);
      

      and thus simplify the code in *.yy related to:

      • DROP FUNCTION
      • DROP PROCEDURE
      • ALTER FUNCTION
      • ALTER PROCEDURE

      Attachments

        Issue Links

          Activity

            bar Alexander Barkov created issue -
            bar Alexander Barkov made changes -
            Field Original Value New Value
            bar Alexander Barkov made changes -
            issue.field.resolutiondate 2019-11-06 08:41:02.0 2019-11-06 08:41:02.314
            bar Alexander Barkov made changes -
            Fix Version/s 10.5.0 [ 23709 ]
            Fix Version/s 10.5 [ 23123 ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            julien.fritsch Julien Fritsch made changes -
            Fixing Priority 250
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 100875 ] MariaDB v4 [ 134129 ]

            People

              bar Alexander Barkov
              bar Alexander Barkov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.