Details

    Description

      MariaDB uses this SQL syntax to tell if a stored routine should be invoked with the definer or the invoker security:

      <rights clause>    ::=   SQL SECURITY INVOKER | SQL SECURITY DEFINER 
      

      Oracle uses a different syntax for the same thing:

      <invoker_rights_clause> ::= AUTHID CURRENT_USER | AUTHID DEFINER
      

      When running with sql_mode=ORACLE, MariaDB will understand Oracle syntax.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:

              Git Integration

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