Opened 6 years ago
Last modified 6 years ago
#29882 closed Bug
UDFs are not dumped to the clone MySQL test db — at Initial Version
Reported by: | Thomas Ormezzano | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 2.1 |
Severity: | Normal | Keywords: | |
Cc: | Dan Davis, Adam Johnson | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Stored procedures and functions are not dumped to the clone db.
Adding the --routines
option to the mysqldump command would fix it (see https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_routines)
Note:
See TracTickets
for help on using tickets.