Changes between Initial Version and Version 2 of Ticket #29882
- Timestamp:
- Oct 23, 2018, 11:12:33 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29882
- Property Component Uncategorized → Database layer (models, ORM)
- Property Owner changed from to
- Property Status new → assigned
- Property Type Uncategorized → New feature
-
Ticket #29882 – Description
initial v2 1 1 Stored procedures and functions are not dumped to the clone db. 2 2 3 When creating the test database with mysql, the mysqldump command is only dumping the schemas but not the stored procedures and functions, when that should probably be the default. 4 3 5 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)