Details
-
Type:
Technical task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.0.8
-
Component/s: None
-
Labels:None
Description
MariaDB [test]> create or replace view v1 as select 1; Query OK, 0 rows affected (0.08 sec) MariaDB [test]> create or replace table v1 as select 1; ERROR 1051 (42S02): Unknown table 'test.v1'
There should probably be some error, but not "Unknown table", because it's confusing.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Fixed by creating a new error message:
"xxxx" is a view
This will be given both in "drop table this_is_a_view' and 'create or replace this_is_a_view...'