[MDEV-30833] mariadb-dump needs --add-drop-procedure Created: 2023-03-11 Updated: 2023-03-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I was trying to script all my stored procedures, add some changes and send them back to the database, but I could not find a way to make the new version replace the existing version automatically. I think we all agree that mariadb-dump needs a new option Right now I am using mysqldump --quick --no-create-db --no-create-info --no-data --triggers --routines \ I aim to script two stored procedures test and test_copy only, and right after send them back like below: |