The Wayback Machine - https://web.archive.org/web/20201201112029/https://github.com/topics/phpmyadmin
Skip to content
#

phpmyadmin

Here are 865 public repositories matching this topic...

petrduda
petrduda commented Nov 23, 2020

Describe the bug

When dropping all remaining routines/events/triggers, the resulting empty list is not replaced accordingly.

To Reproduce

Steps to reproduce the behavior:

  1. Select a database, create a few stored procedures (or events, or triggers, respectively), e.g.:
CREATE FUNCTION `test1`() RETURNS INT(1) NOT DETERMINISTIC NO SQL SQL SECURITY DEFINER RETURN 1; 
CREATE 

Improve this page

Add a description, image, and links to the phpmyadmin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the phpmyadmin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.