[MDEV-19559] Provide SHOW commands for SERVERs Created: 2019-05-22 Updated: 2019-06-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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. |