-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
BugA problem or regression with an existing featureA problem or regression with an existing feature
Milestone
Description
Describe the bug
Cannot execute a stored procedure. Nothing happens when a user clicks to "Execute" routine button
To Reproduce
- phpMyAdmin 4.8.4
Steps to reproduce the behavior:
- Create a DB
- Create a stored procedure. For example:
DELIMITER //
CREATE PROCEDURE `p2` ()
LANGUAGE SQL
DETERMINISTIC
SQL SECURITY DEFINER
COMMENT 'A procedure'
BEGIN
SELECT 'Hello World !';
END//- Execute the stored procedure: Go to 'routines -> p2 -> execute'
Actual behavior
- The stored procedure was executed
- "Hello World!" was not be displayed
Expected behavior
- The stored procedure was executed
- "Hello World!" was displayed
Screenshots
Server configuration
- Operating system: Checked at Centos 7 and at Docker
- Web server: Nginx
- Database version: 10.0.37-MariaDB-1~xenial
- phpMyAdmin version: 4.8.4
Additional context
Checked at Centos 7 and using official phpMyAdmin docker image. There is no such issue in phpMyAdmin 4.8.3 version. A stored procedure may be executed via SQL console but cannot be executed using "routines" menu
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA problem or regression with an existing featureA problem or regression with an existing feature
