Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL: No support for stored procedure DEFINER #711

Open
SBeausoleil opened this issue Nov 16, 2022 · 0 comments
Open

MySQL: No support for stored procedure DEFINER #711

SBeausoleil opened this issue Nov 16, 2022 · 0 comments

Comments

@SBeausoleil
Copy link

SBeausoleil commented Nov 16, 2022

If the stored procedure contains a DEFINER, a ParserError is raised:

ParserError("Expected an object type after CREATE, found: DEFINER")

Exemple of code causing such an error:

CREATE
    DEFINER = foo@`%` PROCEDURE bar(IN first char(15), IN second tinyint)
proc: begin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant