Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Right now we have CREATE SERVER and DROP SERVER statements, but no SHOW CREATE SERVER, like with other CREATE commands, and no SHOW SERVERS command to check for existing server intances either.
That for example makes supporting dump and restore of server definitions by mysqldump hard, and currently nonexistent, so e.g. invalid CREATE TABLE statements for FederatedX tables may be dumped as they may refer to non-existing SERVER entries.
Attachments
Issue Links
- relates to
-
MDEV-19558 Dump "mysql" system database first on "mysqldump --all-databases"
- Open