CREATE OR REPLACE TABLE
(MDEV-5491)
|
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 10.0.8 |
| Type: | Technical task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
There should probably be some error, but not "Unknown table", because it's confusing. |
| Comments |
| Comment by Michael Widenius [ 2014-01-30 ] |
|
Fixed by creating a new error message: This will be given both in "drop table this_is_a_view' and 'create or replace this_is_a_view...' |
| Comment by Michael Widenius [ 2014-01-30 ] |
|
Fixed in my tree, soon to be pushed |