Bug #101970 | MySQL Shell 8.0.22 loadDump fails for views using functions | ||
---|---|---|---|
Submitted: | 11 Dec 2020 3:24 | Modified: | 2 Oct 2021 19:32 |
Reporter: | Yoseph Phillips | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell General / Core Client | Severity: | S3 (Non-critical) |
Version: | 8.0.22 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[11 Dec 2020 3:24]
Yoseph Phillips
[11 Dec 2020 6:04]
MySQL Verification Team
Hello Yoseph Phillips, Thank you for the report and feedback. Verified as described. regards, Umesh
[11 Dec 2020 17:05]
Alfredo Kojima
dumpTables will only dump tables (and views), nothing else. Loading dumps produced by it assume that any referenced objects like functions and other tables already exist. If you need to dump tables and functions, you will need to use dumpSchemas or dumpInstance and filter. However, it appears our documentation doesn't mention functions and SPs in the list of limitations for dumpTables, so that will be fixed.
[2 Oct 2021 19:32]
Margaret Fisher
Posted by developer: Added limitation to utility docs and closed with no changelog entry.