[MDEV-649] LP:992947 - Wrong error message when attempting to create a view for a database that does not exists Created: 2012-05-01 Updated: 2014-04-14 Resolved: 2014-04-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Igor Babaev | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
If we try to create a view in a database that does not exists MariaDB 5.2 returns a wrong message: MariaDB [test]> DROP DATABASE IF EXISTS nodb; MariaDB [test]> CREATE VIEW nodb.a AS SELECT 1; (see also bug #12626844 in mysql). |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-05-02 ] | ||||||||||||
|
Launchpad bug id: 992947 | ||||||||||||
| Comment by Elena Stepanova [ 2014-04-14 ] | ||||||||||||
|
The bug was fixed in MySQL 5.5.23 (and, consequently, in MariaDB) by the following revision:
|