You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
barrystaes opened this issue
Dec 19, 2018
· 1 comment
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
On the Export Database page. I found that in PMA 4.8.4 its not possible to export all procedures without exporting some table structure. This worked fine upto 4.7.0 and some newer releases.
To Reproduce
Steps to reproduce the behavior:
Go to Export Database page
Uncheck all tables and structure.
Scroll down to option "add CREATE PROCEDURE / FUNCTION / EVENT statements"
See that these are missing now because all structure was unchecked.
Same story for other options that can pertain to procedures, such as "add DROP".
Expected behavior
Being able to export all procedures. The "smart" UI is preventing this.
A workaround would be the export procedures button in the procedures list page. But this does not output to a file. (and does not sort the procedures by name - making it unfit for version control use, as mentioned in issue #14795)
Additional context
I think this commit introduced this problem: 298ef43
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
Describe the bug
On the Export Database page. I found that in PMA 4.8.4 its not possible to export all procedures without exporting some table structure. This worked fine upto 4.7.0 and some newer releases.
To Reproduce
Steps to reproduce the behavior:
Same story for other options that can pertain to procedures, such as "add DROP".
Expected behavior
Being able to export all procedures. The "smart" UI is preventing this.
A workaround would be the export procedures button in the procedures list page. But this does not output to a file. (and does not sort the procedures by name - making it unfit for version control use, as mentioned in issue #14795)
Additional context
I think this commit introduced this problem: 298ef43
The text was updated successfully, but these errors were encountered: