[MDEV-23185] CREATE OR REPLACE TABLE is less robust than DROP TABLE + CREATE TABLE Created: 2020-07-15 Updated: 2020-07-15 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Federico Razzoli | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | create_table | ||
| Issue Links: |
|
||||||||
| Description |
|
Starting from 10.5, DROP TABLE works even if a .frm file is missing. But CREATE OR REPLACE TABLE doesn't:
If this is not a bug, please consider it as a feature request. |