Skip to content

Bad procedure body #339

@williamdes

Description

@williamdes
 CREATE DEFINER=`root`@`%` PROCEDURE `test2`(IN `_var` INT) NOT DETERMINISTIC NO SQL SQL SECURITY INVOKER NO SQL SQL SECURITY INVOKER SELECT _var

The detected is

NO SQL
    SQL SECURITY INVOKER
SELECT _var

It should be

SELECT _var

Ref: phpmyadmin/phpmyadmin#15991

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions