[MDEV-9400] DROP SERVER IF EXISTS doesn't issue a warning if server not exists Created: 2016-01-12 Updated: 2017-06-27 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MariaDB KB doesn't describe the behavior of DROP SERVER IF EXISTS, so I expect it to work like DROP TABLE IF EXISTS. Which means that IF EXISTS should return a warning if the server doesn't exists. However, this is not the case:
|
| Comments |
| Comment by Federico Razzoli [ 2016-01-12 ] |
|
I didn't check other IF [NOT] EXISTS clauses, so I don't know if the bug is only about DROP SERVER. |
| Comment by Elena Stepanova [ 2016-01-13 ] |
|
Thanks for the report. As far as I can tell, it's the only object which does not trigger the warning. I don't see anything in Assigning to bar, he will know. |
| Comment by Ian Gilfillan [ 2017-06-27 ] |
|
I've added a mention of this anomalous behaviour to the docs in the meantime: |